localstart.asp has error 800a0046

C

Chris Mescher

Hi everyone,
My IIS server won't work properly. I constantly receive the following error
on localstart.asp:

Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'

/localstart.asp, line 40

Line 40, and the surrounding code appear like this:

sPath = "IIS://" & sServername & "/W3SVC/" & sServerinst
(Line40) --> Set oDefSite = GetObject(sPath)
sDefDoc = LCase(oDefSite.DefaultDoc)
aDefDocs = split(sDefDoc, ",")

I have tried several suggestions I found on the Internet with no success.
Any help would be appreciated.
 
J

Jeff Cochran

Hi everyone,
My IIS server won't work properly. I constantly receive the following error
on localstart.asp:

Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'

/localstart.asp, line 40

Line 40, and the surrounding code appear like this:

sPath = "IIS://" & sServername & "/W3SVC/" & sServerinst
(Line40) --> Set oDefSite = GetObject(sPath)
sDefDoc = LCase(oDefSite.DefaultDoc)
aDefDocs = split(sDefDoc, ",")

I have tried several suggestions I found on the Internet with no success.
Any help would be appreciated.

Is this from anywhere or just browsing on the server to localhost? If
so, do you have admin permissions for the account you're using?

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top