Results 1 to 6 of 6

Thread: New in ASP.NET, need help with runtime error

  1. #1
    Join Date
    Dec 2008
    Posts
    150

    New in ASP.NET, need help with runtime error

    I decided recently to solve a communication problem I had with an application to make it into a website, and would like to use ASP.NET because it allowed that I continued to code in C#. Downloaded Microsoft Web Developer Express 2008, and created a user on Some.com that I would use for webpage.

    I created a new Web page that contains a textbox, a button, and a label, built this, and uploaded files on Some.com and tried to go on my new page, which I support in a runtime error. What can be wrong, I have tried to debug it, which went just fine.

  2. #2
    Join Date
    May 2008
    Posts
    945

    Re: New in ASP.NET, need help with runtime error

    What configuration settings, you can do with some.com for your webpage? Thinking like. the default document,. NET version etc.

  3. #3
    Join Date
    Dec 2008
    Posts
    150

    Re: New in ASP.NET, need help with runtime error

    Well, I have aspx file to the Web page as default. When it comes to .NET version, I found a "ASP.NET version" setting under IIS setup, but I do not use IIS. Is there anything else you think?

    Err, read errors, but the above is the only configuration settings I've seen, except for passwords / description of the website etc.

  4. #4
    Join Date
    May 2008
    Posts
    945

    Re: New in ASP.NET, need help with runtime error

    And the error message says only "runtime error"? Nothing more?

  5. #5
    Join Date
    Dec 2008
    Posts
    150

    Re: New in ASP.NET, need help with runtime error

    Here are some of the things that appeared on the page:

    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".
    Thing is that I have already added

    Code:
    <customErrors mode="Off"/>
    in the Web.config file, but the page still displays the same message. I made it wrong?

  6. #6
    Join Date
    May 2008
    Posts
    945

    Re: New in ASP.NET, need help with runtime error

    The only thing I can imagine is that your site, which is set up at Some.com, running with the wrong version of ASP.NET, such as 1.1 instead of 2.0, but it's not so easy to check since you do not have access to the IIS admin tool with the autumn.

    I would think almost made contact with them.

Similar Threads

  1. Replies: 3
    Last Post: 22-04-2009, 11:02 PM
  2. Microsoft Visual C++ Runtime Library... Runtime Error
    By Joko in forum Software Development
    Replies: 2
    Last Post: 17-02-2009, 09:52 PM
  3. Microsoft Visual C++ Runtime Library Symantec Runtime error
    By Ranchero in forum Windows XP Support
    Replies: 8
    Last Post: 27-09-2008, 09:08 AM
  4. Microsoft Visual C++ Runtime Library - Runtime Error
    By Leythos in forum Windows XP Support
    Replies: 3
    Last Post: 01-10-2007, 11:45 PM
  5. Replies: 6
    Last Post: 14-11-2006, 03:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,032,551.49135 seconds with 17 queries