hi
i have a web application when we click first time on any page it redirect to the log in page,
when i log in again i can access the page and it works fine it is only giving error when i'm hosting it on IIS
I'm using
iis 8
asp.net 4.0
os: sql server 2012
Browser :IE 10
m using form authentication the user can see the login page before login and once he logs in and tries to go the next page he is redirected to the login page again again he enter the credentials the page works fine but when i restart the server the error cones again
web key
<identity impersonate="true" />
<authentication mode="Forms">
<sessionState timeout="180" />