A
Ahmed Hashish
I have an asp.net (2005) application using forms authentication.
It has a simple login page (login.aspx) that uses
FormsAuthentication.RedirectFromLoginPage
the problem is that the redirect url always points to the default.aspx
although I don't have default.aspx in my web application.
I changed the defaultUrl attribute in the web.config to points to other page
and disabled the setting 'Enable Default Page' in the IIS with no success
Pls. help
It has a simple login page (login.aspx) that uses
FormsAuthentication.RedirectFromLoginPage
the problem is that the redirect url always points to the default.aspx
although I don't have default.aspx in my web application.
I changed the defaultUrl attribute in the web.config to points to other page
and disabled the setting 'Enable Default Page' in the IIS with no success
Pls. help