Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Any Idea ?? (runtime error in a webpage)

Any Idea ?? (runtime error in a webpage)

Scheduled Pinned Locked Moved ASP.NET
helpquestion
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    imsathy
    wrote on last edited by
    #1

    I have a website which has several links. But there are few links when clicked gives "runtime error" with no specific details when I refresh the same error page its working.. what could be the problem :doh: ??

    Sathy

    modified on Saturday, January 05, 2008 11:59:59 AM

    I 1 Reply Last reply
    0
    • I imsathy

      I have a website which has several links. But there are few links when clicked gives "runtime error" with no specific details when I refresh the same error page its working.. what could be the problem :doh: ??

      Sathy

      modified on Saturday, January 05, 2008 11:59:59 AM

      I Offline
      I Offline
      imsathy
      wrote on last edited by
      #2

      Interesting.. I played a lot nothing was working ... Atlast I opened the cofig file in the server for the website and saved it once .. the links were working perfectly.. Any one know how is that working ??

      Sathy

      D 1 Reply Last reply
      0
      • I imsathy

        Interesting.. I played a lot nothing was working ... Atlast I opened the cofig file in the server for the website and saved it once .. the links were working perfectly.. Any one know how is that working ??

        Sathy

        D Offline
        D Offline
        DigiOz Multimedia
        wrote on last edited by
        #3

        Why don't you put a break point on the Page Load Event of one of those pages that are giving you error and step through the code to see what's causing it? Unless its a pure HTML page, in which case your message should not have been posted in the ASP.NET forum.

        Pete Soheil DigiOz Multimedia http://www.digioz.com

        I 1 Reply Last reply
        0
        • D DigiOz Multimedia

          Why don't you put a break point on the Page Load Event of one of those pages that are giving you error and step through the code to see what's causing it? Unless its a pure HTML page, in which case your message should not have been posted in the ASP.NET forum.

          Pete Soheil DigiOz Multimedia http://www.digioz.com

          I Offline
          I Offline
          imsathy
          wrote on last edited by
          #4

          DigiOz Multimedia wrote:

          Why don't you put a break point on the Page Load Event

          It was not hitting ... The page was showing a 'runtime error' before even the init() event.. :^) :omg:

          Sathy

          D 1 Reply Last reply
          0
          • I imsathy

            DigiOz Multimedia wrote:

            Why don't you put a break point on the Page Load Event

            It was not hitting ... The page was showing a 'runtime error' before even the init() event.. :^) :omg:

            Sathy

            D Offline
            D Offline
            DigiOz Multimedia
            wrote on last edited by
            #5

            Some common things you could check: - Make sure your application is market to run as an application (not a simple folder). - Check web.config file for any unusual keys or configuration setting. - Check to make sure IIS is running the correct version of .NET, i.e. if your application is ASP.NET 2.0, make sure your IIS is not running 1.1 or 1.0. - Make sure that the user under which your ASP.NET is running has read and execute permission to your application folder.

            Pete Soheil DigiOz Multimedia http://www.digioz.com

            I 1 Reply Last reply
            0
            • D DigiOz Multimedia

              Some common things you could check: - Make sure your application is market to run as an application (not a simple folder). - Check web.config file for any unusual keys or configuration setting. - Check to make sure IIS is running the correct version of .NET, i.e. if your application is ASP.NET 2.0, make sure your IIS is not running 1.1 or 1.0. - Make sure that the user under which your ASP.NET is running has read and execute permission to your application folder.

              Pete Soheil DigiOz Multimedia http://www.digioz.com

              I Offline
              I Offline
              imsathy
              wrote on last edited by
              #6

              DigiOz Multimedia wrote:

              Make sure your application is market to run as an application (not a simple folder).

              Checked.

              DigiOz Multimedia wrote:

              Check web.config file for any unusual keys or configuration setting

              No unusual keys.

              DigiOz Multimedia wrote:

              Check to make sure IIS is running the correct version of .NET, i.e. if your application is ASP.NET 2.0, make sure your IIS is not running 1.1 or 1.0.

              Both my application and IIS are running under ASP .NET 2.0

              DigiOz Multimedia wrote:

              Make sure that the user under which your ASP.NET is running has read and execute permission to your application folder

              If this is the case then all the other pages in the site was working perfectly at the time when i was getting the 'runtime error' in clicking the hyper link for few pages.

              Sathy

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups