Any Idea ?? (runtime error in a webpage)
-
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 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
-
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
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
-
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
-
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
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
-
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
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