I'm having a very weird issue with our company site, basically we're using a custom authentication procedure using ActiveDirectory and what happens is that when the user tries to log in from the server it gets authenticated succesfully but if the user would
try to log in after an hour he/she is not able to log in. When I run the site locally it works fine and i can log in all the time so to fix the issue I have to go to the application pool in the IIS server and recycle it and all of the sudden the code begins
to work.
dvalecillos
Member
1 Points
6 Posts
IIS Application Pool and User Authentication
Aug 25, 2008 03:54 PM|LINK
Hi Guys,
I'm having a very weird issue with our company site, basically we're using a custom authentication procedure using ActiveDirectory and what happens is that when the user tries to log in from the server it gets authenticated succesfully but if the user would try to log in after an hour he/she is not able to log in. When I run the site locally it works fine and i can log in all the time so to fix the issue I have to go to the application pool in the IIS server and recycle it and all of the sudden the code begins to work.
Have you guys seen this issue before?