Runtime Error...

Last post 07-29-2008 3:50 AM by thuongquoc. 8 replies.

Sort Posts:

  • Runtime Error...

    07-19-2008, 12:10 AM
    • Loading...
    • thuongquoc
    • Joined on 04-27-2008, 9:03 AM
    • Lai Vung - Dong Thap - Viet Nam
    • Posts 13

    I'm using Free Package at Brinkster.com. When I upload me website and go to my address it shows:

    Runtime Error

    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>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    Althought my website is blank. I don't add any code. Please help me.

    Thanks!

  • Re: Runtime Error...

    07-19-2008, 4:26 AM
    • Loading...
    • kilko
    • Joined on 10-19-2007, 3:01 PM
    • Posts 221
    It seems to be configuration error. Have you selected correct version of asp.net? Try inserting
    <customErrors mode="Off"/> section in <system.web> so that you can view the actual error.

    HTH,

    -Kilko
    Happily Hosting with Softsys Hosting & DiscountASP
  • Re: Runtime Error...

    07-19-2008, 9:47 AM
    • Loading...
    • thuongquoc
    • Joined on 04-27-2008, 9:03 AM
    • Lai Vung - Dong Thap - Viet Nam
    • Posts 13

    Thanks! In Brinkster.com i dont know how to select version of ASP.Net. And I have try inserting your code but it is't helpful. Please help me!

  • Re: Runtime Error...

    07-19-2008, 11:29 AM
    • Loading...
    • jeremyh
    • Joined on 01-23-2003, 7:14 AM
    • York, England
    • Posts 1,206

    The current running version will be on the bottom of the error page you posted above.

    If you have added the above settings to your web.config, what error are you getting now?

     

    Regards
    Jeremy
    If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
    That way future readers will know which post solved your issue.
  • Re: Runtime Error...

    07-19-2008, 10:10 PM
    • Loading...
    • thuongquoc
    • Joined on 04-27-2008, 9:03 AM
    • Lai Vung - Dong Thap - Viet Nam
    • Posts 13

    It till show: Runtime Error... If you can, please go to brinkster.com and login

    username: **** and pas: **** my website in "backup" Folder

    Thanks!

  • Re: Runtime Error...

    07-19-2008, 11:18 PM
    • Loading...
    • kilko
    • Joined on 10-19-2007, 3:01 PM
    • Posts 221
    It is not advisable to have your username/password listed in open forums. I would advice you to get in touch with the brinkster technical support team and ask them to view the website from the server as it will be showing the actual error there.
    -Kilko
    Happily Hosting with Softsys Hosting & DiscountASP
  • Re: Runtime Error...

    07-20-2008, 10:25 AM

    Did you try the remedy shown?  Did you contact Brinkster?

    Jeff

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: Runtime Error...

    07-24-2008, 1:17 AM
    Answer

    Hi thuongquoc,

    After searching some aritcles from brinkster.com, I think by default you have only one web application.

    Can I have a virtual directory created in my web?
    http://kb.brinkster.com/Kb.asp?kb=80778

    How do I set up application roots?
    http://kb.brinkster.com/Kb.asp?kb=110268

    Hence, the “backup” folder under the web application folder is a sub-directory. Some sections such as “authentication” are not allowed to be defined in the web.cofig, which placed in the sub-directory. Therefore, please move the web.config file to “idqu” folder, or delete the web.config file from the “backup” folder.

    By the way, I have modified your post to replace the user name and password to ****. Please change your password as soon as possible.

    ---idqu
    ------backup
    ---------web.config
    ------db
    ------images

    The following section in web.config in sub directory “backup” is not allowed.
    <authentication mode="Windows" />

    Sincerely,
    Benson Yu
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
  • Re: Runtime Error...

    07-29-2008, 3:50 AM
    • Loading...
    • thuongquoc
    • Joined on 04-27-2008, 9:03 AM
    • Lai Vung - Dong Thap - Viet Nam
    • Posts 13

     Thanks!

Page 1 of 1 (9 items)
Microsoft Communities
Page view counter