Hi
I recently got a new laptop with IE7 installed.
I installed Visual Studio .Net 2003.
My problem is that when i hit an exception in my C# code the ASP.Net
error is Not Displaying in IE 7.
As i am working locally i want the specifc error to display. All i am
getting is a blank page displayed in IE 7.
When i view the source of the page all there is is the following blank
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Points to Note:
1 I have set the web config custom errors to: <customErrors
mode="Off"/>
2 I am getting the exception because of a failed login to my local
SQL server. (I can fix this im only interested
in why the specific error is getting displayed)
3 I have built and i am running the project in debug mode.
4 This project used to display the errors fine in my old laptop with
IE6 and Visual Studio .Net 2003#
If anyone could shed some light on this and help me find a fix that
would be great.
Thanks
|