Originally posted by Phenglai
Guys,

I deployed a new company intranet site last friday and it worked great for the last half of the day. Today it has twice stopped running the code behind for the pages. We have a cutoff list on the main site that shows the status of our variuous locations around the country. When the code behind stops, the cached page loads but it does not pull any information from the database.

I can fix it by copying the dll back onto the server, then it runs fine for about an hour then same thing.

Has anyone seen this before?

Thanks,

Jerel
Cached page? Are you caching your pages in asp.net? If so, they will not be running the code behind if the cache hasn't expired. That is the point of caching pages.

If you are refering to the browser cache, well, refresh and see if that works.

Also, are there anything in the logs? Is the aspnet worker process stopping for some reason?