IIS error: The page you are looking for is currently unavailable.

D

dave

I keep getting the error message below when I try to access my
default.aspx page on a MS 2003 server. I am using v2 of .net.

I've been rehashing the file security settings and the web settings
but can't find a solution. If I place a 'test.html' doc as the
default doc the browsers shows the doc, but not the default.aspx doc.

Any help would be appreciated.

Thanks!

Error:

The page you are looking for is currently unavailable. The Web site
might be experiencing technical difficulties, or you may need to
adjust your browser settings. The Web site might be experiencing
technical difficulties, or you may need to adjust your browser
settings.
 
G

Guest

You probably have some kind of error in you aspx page but because you have
custom errors turned on IIS is sending the browser "freindly" error messages.

If you make sure the customErrors lin in you web.config file reads something
like the one below you will get a more helpfull error message.

<customErrors mode="Off"/>

You may also want to turn de-bugging on by setting the debugging property of
the comp;liation tage to tru, like the line below

<compilation debug="true" strict="false" explicit="true"
urlLinePragmas="true"/>

You waould want to put these settings back to how they were in a production
enviroment.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top