V
vss
Hi,
I have a .net web application hosted within an asp web site.
that is at root web is an ASP site under the root there is a .net web
application.
-root
|_ DotNetApplication
We have menus on a ASP page and on one menu item click it open a new browser
window and in this new window I invoke my DotNetApplication page.
The DotNetApplication uses forms authentication so it has authentication
lines in Web.config of the DotNEtApplication.
When user Invokes the Aplication from ASP page first time it works fine and
a Login page is displayed...but if user click on the menu item on ASP page
again it opens another window but this time it does not show the Login Page
but tries to access some random page and I get redirection Error.
If I close my ASP page browser window and try clicking on the menuitem it
works and Login page shows up.
Any help in resolving the issue is greatly appreciated.
Thanks,
VS
I have a .net web application hosted within an asp web site.
that is at root web is an ASP site under the root there is a .net web
application.
-root
|_ DotNetApplication
We have menus on a ASP page and on one menu item click it open a new browser
window and in this new window I invoke my DotNetApplication page.
The DotNetApplication uses forms authentication so it has authentication
lines in Web.config of the DotNEtApplication.
When user Invokes the Aplication from ASP page first time it works fine and
a Login page is displayed...but if user click on the menu item on ASP page
again it opens another window but this time it does not show the Login Page
but tries to access some random page and I get redirection Error.
If I close my ASP page browser window and try clicking on the menuitem it
works and Login page shows up.
Any help in resolving the issue is greatly appreciated.
Thanks,
VS