Posted on: 1/30/2014 3:26:38 PM | Views : 673

HI,
 I have a .Net and asp website that runs in parallel. This is like this because the client had so many page to convert that, so the idea is to do it as we go. There are sessions that are set so when the user logs in the .Net sessions are set then it gets directed to a asp page where it sets the sessions for the asp pages. It works except afte and it seams to be in the morning or I have not recycled the app pool I will log in which asp pages are fine but the .net pages wont load. I then recycled app pool and the problem goes away.
Any ideas on why this might happen.
There is a access connection during the login and it updates the users last login table. I have checked for open connection but as I beleive I close them all. definitely after a long time not being on the site this happens.

also I'm using a usercontrol which has vb script in it to connect to database as well. are there connection limits mayeb to the shared web server ...

Go to the complete details ...