Login form not working
-
I have my ASP.NET application working fine under Visual Studio's integrated web server. Also I have set up IIS with my files and can access my application via browser But My problem is there is a login form which is not working in IIS but the same login form is working in Visual Studio. The username and password are not stored in database. I used Form authentication. My web.config part is shown below allow roles="Administrators" deny users="*" I have everything working fine except the login form in IIS. Login form is perfectly working under Visual Studio. Plz help me
-
I have my ASP.NET application working fine under Visual Studio's integrated web server. Also I have set up IIS with my files and can access my application via browser But My problem is there is a login form which is not working in IIS but the same login form is working in Visual Studio. The username and password are not stored in database. I used Form authentication. My web.config part is shown below allow roles="Administrators" deny users="*" I have everything working fine except the login form in IIS. Login form is perfectly working under Visual Studio. Plz help me
Is the IIS on the same machine as the VS? Are you part of the Admin Group in the machine where IIS is running?
Gjm wrote:
allow roles="Administrators" deny users="*"
did you look closley there? What account are you using? which user group does it belong?
Yusuf May I help you?