Welcome to Sign in | Join | Help
in
Home Forums Photos Downloads

Error!!

Last post 02-07-2008, 9:47 PM by itechcs. 1 replies.
Sort Posts: Previous Next
  •  02-07-2008, 6:00 PM 1342

    Error!!

    Can someone please tell me what exactly this error means?
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
    I did what it suggest I do, but still the site doesn't work, I mean I would like to have an Idea where to start troubleshooting.
    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
  •  02-07-2008, 9:47 PM 1346 in reply to 1342

    Re: Error!!

    Which of those two web.config examples is yours?

    Setting customErrors mode="Off" will allow you to see detailed errors.  However, if the error is with the web.config, then you may not see very much detail.

    Also, set the Debug="true":

    <system.web>

    <pages>

    <compilation debug="true">

    </pages>

    </system.web>

    Next time, please post the entire error message you receive.  Sometimes it is more helpful than you think!  :-)


    William Eaton, MCSE
    iTech Computer Solutions, LLC
    www.itechcs.com
    Filed under: ,
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems