Jump to content

[Inactive]Asp.net Site Fails To Load.


bongi

Recommended Posts

after my site worked good for a while, it suddenly does not show aspx files.

i always get now:

 

Server Error in '/' Application

 

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

 

<configuration>

<system.web>

 

<customErrors mode="Off"/>

</system.web>

</configuration>

 

 

i have noticed that even when trying to access not existing pages ending with .aspx, the server does not return file not found but the same asp.net error instead.

 

i have a def.aspx here: buzzmouse.heliohost.org/def.aspx

for default page : index.html all is good.

 

i actually follow the Web.config suggestion and add <customErrors mode="Off"/> with no success.

 

any ideas??

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...