Home > Archive > ASP > March 2004 > IIS Server Error.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| inf0rmer 2004-03-28, 9:55 pm |
| Hello,
I am an ASP web developer of quite a few years and this is a new one to me:
I have just installed IIS (v5.1) onto Windows XP Pro (SP1 - with all latest
hotfixes) - SQL Server 2000 installed as well.
I have placed a file into the root folder called "blah.htm" and it is served
up fine when accessed by a web browser (i.e. http://localhost/blah.htm) -
the contents of this file is "this is blah.htm" - this is the working part
of the problem I'm experiencing.
I have also placed into the root folder a file called "blah.asp" and when
accessed by a web browser (i.e. http://localhost/blah.asp) CPU utilisation
goes up to 100% for a minute or two while the browser awaits a response from
IIS. Eventually IIS times out and I get the following error message from
IIS:
--------------------------------------------------------------------------
The page cannot be displayed
There is a problem with the page you are trying to reach and it
cannot be displayed.
Please try the following:
blah, some MS stuff in here...
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
* Error Type:
Active Server Pages, ASP 0113 (0x80004005)
The maximum amount of time for a script to execute was exceeded. You can
change this limit by specifying a new value for the property
Server.ScriptTimeout or by changing the value in the IIS administration
tools.
/Standard/Errors/Application Error.asp
* Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
* Page:
GET /Standard/Errors/Application Error.asp
* Time:
Tuesday, 27 January 2004, 8:45:32 PM
* More information:
Microsoft Support
--------------------------------------------------------------------------
So basically I've not seen this kind of behaviour before, especially on a
new install of IIS. I've tried many things, including removing and
reinstalling IIS, all of which have not worked. I'm hoping that this is a
"gees, I could just kick myself because it was so easy" solution that
someone out there has seen before.
Any help / ideas / comments appreciated,
Paul...
| |
| Toady of Toad Hall 2004-03-28, 9:55 pm |
|
"inf0rmer" <inf0rmer@e1design.com.au> wrote in message
news:tltRb.30684$Wa.29997@news-server.bigpond.net.au...
> Hello,
>
> I am an ASP web developer of quite a few years and this is a new one to
me:
>
> I have just installed IIS (v5.1) onto Windows XP Pro (SP1 - with all
latest
> hotfixes) - SQL Server 2000 installed as well.
>
> I have placed a file into the root folder called "blah.htm" and it is
served
> up fine when accessed by a web browser (i.e. http://localhost/blah.htm) -
> the contents of this file is "this is blah.htm" - this is the working part
> of the problem I'm experiencing.
>
> I have also placed into the root folder a file called "blah.asp" and when
> accessed by a web browser (i.e. http://localhost/blah.asp) CPU utilisation
> goes up to 100% for a minute or two while the browser awaits a response
from
> IIS. Eventually IIS times out and I get the following error message from
> IIS:
>
> --------------------------------------------------------------------------
> The page cannot be displayed
>
> There is a problem with the page you are trying to reach and it
> cannot be displayed.
>
> Please try the following:
> blah, some MS stuff in here...
>
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
> Technical Information (for support personnel)
>
> * Error Type:
> Active Server Pages, ASP 0113 (0x80004005)
> The maximum amount of time for a script to execute was exceeded. You can
> change this limit by specifying a new value for the property
> Server.ScriptTimeout or by changing the value in the IIS administration
> tools.
> /Standard/Errors/Application Error.asp
>
>
> * Browser Type:
> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
>
> * Page:
> GET /Standard/Errors/Application Error.asp
>
> * Time:
> Tuesday, 27 January 2004, 8:45:32 PM
>
>
> * More information:
> Microsoft Support
> --------------------------------------------------------------------------
>
>
> So basically I've not seen this kind of behaviour before, especially on a
> new install of IIS. I've tried many things, including removing and
> reinstalling IIS, all of which have not worked. I'm hoping that this is a
> "gees, I could just kick myself because it was so easy" solution that
> someone out there has seen before.
>
> Any help / ideas / comments appreciated,
>
>
> Paul...
>
>
Would help if you posted the contents of the .asp page you are calling!!!
Not sure how anyone is supposed to debug it without seeing the code!
|
|
|
|
|