Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Permissions Error

Status
Not open for further replies.

gwillr

IS-IT--Management
Nov 4, 2003
267
0
0
CA
Have just re-installed IIS 5 on XP, and when testing, i am getting a permission denied error on line 40 of localstart.asp, which is the default document.

any suggestions on how to fix?

I want to have running well before installing my web directories

Gary
 
Hi

Are you sure you have enabled IIS to execute .asp pages? Check in Default Web Site properties -> Home Directory -> Configuration -> Mappings. See if .asp is in the list. If not, add it
 
Have checked that, everything is in order there. The .asp extension is listed.

The error I get is here:



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

Gary
 
Ok test the asp with a simple
<%response.write "hello"%>
nothing else.....if that works then its something else inside of the page..
 
ASP is working. I am hosting
it has an asp counter in it, and that works fine.

but its that gives the error.

I just want to nip that other problem, whatever it is, before it gets worse/or causes other apps not to run properly. thanks for the help

Gary
 
localstart.asp you added this page i take it.
with authentication.
take off the authentication to see it that works first.

Ok check the page to see if you have any includes in there at top of page and you have put them on the host.

and do a
response.write "here"
response.end
at the top of page.

then see if its the actual page..or something inside of the web page
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top