IIS gets Access Forbiden error [modified]
-
Hi I'm trying to write a web project using ASP.Net 2. I have IIS 5.1 and ASP.Net 2 installed. I've registered asp.net in my IIS but every time I want to browse to a directory under my IIS default web site I get a 403 error that says "You are not authorized to view this page." I tried to browse iisstart.asp under default web site using IE 6 and I got this error: Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied: 'GetObject' /localstart.asp, line 40 Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; FDM; .NET CLR 2.0.50727) Page: GET /localstart.asp I'm totaly confused about this error and I can't understand why it happens. Please help me. Thanks a lot. -- modified at 18:35 Friday 27th July, 2007
-
Hi I'm trying to write a web project using ASP.Net 2. I have IIS 5.1 and ASP.Net 2 installed. I've registered asp.net in my IIS but every time I want to browse to a directory under my IIS default web site I get a 403 error that says "You are not authorized to view this page." I tried to browse iisstart.asp under default web site using IE 6 and I got this error: Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied: 'GetObject' /localstart.asp, line 40 Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; FDM; .NET CLR 2.0.50727) Page: GET /localstart.asp I'm totaly confused about this error and I can't understand why it happens. Please help me. Thanks a lot. -- modified at 18:35 Friday 27th July, 2007
Here is a solution that i found searching the Net http://support.microsoft.com/kb/251361
-
Hi I'm trying to write a web project using ASP.Net 2. I have IIS 5.1 and ASP.Net 2 installed. I've registered asp.net in my IIS but every time I want to browse to a directory under my IIS default web site I get a 403 error that says "You are not authorized to view this page." I tried to browse iisstart.asp under default web site using IE 6 and I got this error: Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied: 'GetObject' /localstart.asp, line 40 Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; FDM; .NET CLR 2.0.50727) Page: GET /localstart.asp I'm totaly confused about this error and I can't understand why it happens. Please help me. Thanks a lot. -- modified at 18:35 Friday 27th July, 2007
Sounds like permission problem...
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon