I have two seperated asp.net projects - project1
(\inetpub\wwwroot\project1) and subproject
(\inetpub\wwwroot\project1\subproject).

They share authenticating code in
\inetpub\wwwroot\project1\global.asax.vb. and using "Forms", however,
the request.isauthenticated always turns to false after authenticated in
project1 and redirecting url from [url]http://localhost/project1/*.aspx[/url] to
[url]http://localhost/project1/subproject/*.aspx[/url].