Forum Moderators: open

Message Too Old, No Replies

Could not run ASP files on IIS?

         

ikeen107

2:52 am on Aug 4, 2007 (gmt 0)

10+ Year Member



Hi all,

I have just installed IIS server on my pc running windows XP prof. But I could not run asp pages after the installation, by typing the following:

[localhost...]

in the internet browser?

Here are the messages displayed in the browser:

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:

Click the Refresh button, or try again later.

Open the localhost home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'GetObject'
/localstart.asp, line 40

Browser Type:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)

Page:
GET /localstart.asp

Time:
Saturday, August 04, 2007, 3:41:04 AM

More information:
Microsoft Support

Could anyone help please?

Regards

Ikeen107

Staffa

7:10 am on Aug 4, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The problem lays in the coding of your page
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'GetObject'
/localstart.asp, line 40

Correct the mistake related to line 40 and it should work.