I have a web application that is created using the asp.net webforms template. It uses the Asp.net identifier for the login process. To make an identifier, use my database, I changed the default connection string to indicate my own database.
I have not made any remarkable changes to the default template for asp.net webforms application.
I published my website and will add it to IIS sites. Now I can get to my website by writing http: // myip in my browser. However, after some time, my login page starts to work. When I log in with my correct username and password, it should redirect me to the page Iām trying to access, but it behaves as if Iām not logged in and returns to the login page again with the reset form .
This is the same as I reload the login page instead of the login.
When I reset my application through IIS, I can log in as usual. It is working correctly.
What is the problem?
Why does my login page sometimes work and sometimes not? Are these my IIS settings? I have not made any wonderful changes to them. They are almost by default.
My operating system is Windows 8.1 Enterprise N
And I am using Visual Studio 2013 (.NET 4.5)
source
share