I have my application in Visual Studio 2008, .net 3.5 running under IE7.
It’s running fine in Firefox, however getting ‘unspecified error’ in IE7 –
Error -
Line: 28
Char: 56
Error: Unspecified error.
Code:0
URL: ***.aspx
As there are around 15 .js file that are being loaded on this page, I am not able to have any information even to locate the error code.
Could anyone please guide me the way to debug this error.
Thank you!
IE7 debugger is worth nothing.
But there is a nice tool Internet Explorer Developer Toolbar and Web Development Helper
And you should read stackoverflow / Debugging JavaScript in IE7 too.