G
_g
Here's the story. My company has paid for someone to develop our website,
and the people who did it used ASP.Net and C#. At the time, we were using
IIS5 and I was developing in Studio 6. We had (and still have) a number of
web sites and everything was fine (and still is).
Trouble is, we now want to extend out main website and amalgamate some of
the others into it. The other websites are all ASP with sql based
authentication.
Historically, I have used VB technologies, not C.
What I want to try and do is create a VB.Net application in a sub directory
of the C# main site, but have the login.aspx on the main site. I am (sadly)
new to this .Net way of thinking, and as far as I have got with it so far is
that the authorization in the config.web should be forms... Which is fine
for authenticating in the non-private main website, but returns error 404 -
resource not found...
Thanks for any pointers...
(I have looked around and the only thing I've found is that you cannot mix
languages on the same page...)
Gareth
and the people who did it used ASP.Net and C#. At the time, we were using
IIS5 and I was developing in Studio 6. We had (and still have) a number of
web sites and everything was fine (and still is).
Trouble is, we now want to extend out main website and amalgamate some of
the others into it. The other websites are all ASP with sql based
authentication.
Historically, I have used VB technologies, not C.
What I want to try and do is create a VB.Net application in a sub directory
of the C# main site, but have the login.aspx on the main site. I am (sadly)
new to this .Net way of thinking, and as far as I have got with it so far is
that the authorization in the config.web should be forms... Which is fine
for authenticating in the non-private main website, but returns error 404 -
resource not found...
Thanks for any pointers...
(I have looked around and the only thing I've found is that you cannot mix
languages on the same page...)
Gareth