Detail Errors not showing

  • Thread starter Thread starter Joe Van Meer
  • Start date Start date
J

Joe Van Meer

Hi all,

I wanted to make a copy of an app I am working on at work for work at home,
but seem to have missed something to let me display the detailed error
messages whenever i run into an issue. The page does nothing.

I have
<system.web>
<customErrors mode="Off" />
</system.web>

In my webconfig file, and Debug="true" in my page directive. What did I
miss?

Cheers & thanks, Joe :)
 
Open IE--> Tools-->Internet Options-->Advanced Tab-->Scroll Once-->Uncheck
Show Friendly HTTP Error Messages. See if that helps.

Regards,

Trevor Benedict R
MCSD
 
You mentioned "The Page does nothing". Are you able to view any other
ASP.NET pages. If not you might not have the application mapping within IIS
for ASP.NET. If this is the case then you might have to rerun
aspnet_regiis.exe from the Windows\Microsoft.NET\Framework\v...\ folder

Trevor Benedict R
MCSD
 
Ah thx for suggestion, that's what it was :)

Thx again! Cheers, Joe :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top