ASP White Screen
-
I've have a web application in ASP/VB6. Sometimes after login,we get a white screen with no contents at all. The brower just shows a white screen. Any ideas? Cheers
berba wrote:
after login,we get a white screen with no contents at all. The brower just shows a white screen.
Do a 'ViewSource' and see what's in it. If there is nothing, then your server has not returned anything as an HTML to be displayed. You need to look at the implementation, error logs and see if you find anything wrong. Response is not as you are expecting after login.
Sandeep Mewara Microsoft ASP.NET MVP [My latest Article]: Server side Delimiters in ASP.NET[^]
-
I've have a web application in ASP/VB6. Sometimes after login,we get a white screen with no contents at all. The brower just shows a white screen. Any ideas? Cheers
Use this link ;) Complete ListView in ASP.NET 3.5[^]