Tuesday, 15 January 2013

Debugging ASP using Internet Explorer 10 in Windows 8 -



Debugging ASP using Internet Explorer 10 in Windows 8 -

just started using windows 8 here @ work , i'm trying debug classic asp code.

anyway, if there's error on page generic "the page cannot displayed because internal server error has occurred." in ie10.

show friendly http errors turned off.

if utilize ie9 on windows 7 machine total vbscript compilation error.

get same generic error in chrome , firefox i'm not sure going on, else encounter this?

if you're getting 500 http response, exception happened on server , you'll need attach debugger iis process on host machine.

to see exception details in browser remote machine (which sounds windows 8 pc is), create sure web.config file has setting:

<configuration> <system.web> <customerrors mode="off"/> </system.web> </configuration>

this won't allow debug code however.

internet-explorer windows-8 asp-classic

No comments:

Post a Comment