When i run http://localhost i recieve an the following error:

Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'Scripting.FileSystemObject'
/localstart.asp, line 46

Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR
1.1.4322)

Page:
GET /localstart.asp

However when i type the localhost ip address i.e. http://127.0.0.1 i recieve
a login dialog, when i key in my admin username and password it doesn't work
and it gives me a message saying i am not authorize to access this page.

i am able to run html pages located in the wwwroot folder but i can't run
asp.net, asp ,php and jsp. that is where i get the errors

i need help please

Re: prob with Localhost need help by Ken

Ken
Tue Dec 13 00:21:53 CST 2005

Just remove the localstart.asp page from the list of default documents for
the website. THat will stop that page from loading.

IIS Manager -> right-click on the default website and choose Properties ->
Documents tab, remove localstart.asp

Cheers
Ken

"paapa21" <paapa21@discussions.microsoft.com> wrote in message
news:696A2BAF-4527-4825-BB1D-B9A85317B8B6@microsoft.com...
: When i run http://localhost i recieve an the following error:
:
: Error Type:
: Microsoft VBScript runtime (0x800A01AD)
: ActiveX component can't create object: 'Scripting.FileSystemObject'
: /localstart.asp, line 46
:
: Browser Type:
: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET
CLR
: 1.1.4322)
:
: Page:
: GET /localstart.asp
:
: However when i type the localhost ip address i.e. http://127.0.0.1 i
recieve
: a login dialog, when i key in my admin username and password it doesn't
work
: and it gives me a message saying i am not authorize to access this page.
:
: i am able to run html pages located in the wwwroot folder but i can't run
: asp.net, asp ,php and jsp. that is where i get the errors
:
: i need help please



Re: prob with Localhost need help by paapa21

paapa21
Wed Dec 14 13:35:54 CST 2005

thanks ken, after deleting the localstart.asp it started as expected

"Ken Schaefer" wrote:

> Just remove the localstart.asp page from the list of default documents for
> the website. THat will stop that page from loading.
>
> IIS Manager -> right-click on the default website and choose Properties ->
> Documents tab, remove localstart.asp
>
> Cheers
> Ken
>
> "paapa21" <paapa21@discussions.microsoft.com> wrote in message
> news:696A2BAF-4527-4825-BB1D-B9A85317B8B6@microsoft.com...
> : When i run http://localhost i recieve an the following error:
> :
> : Error Type:
> : Microsoft VBScript runtime (0x800A01AD)
> : ActiveX component can't create object: 'Scripting.FileSystemObject'
> : /localstart.asp, line 46
> :
> : Browser Type:
> : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET
> CLR
> : 1.1.4322)
> :
> : Page:
> : GET /localstart.asp
> :
> : However when i type the localhost ip address i.e. http://127.0.0.1 i
> recieve
> : a login dialog, when i key in my admin username and password it doesn't
> work
> : and it gives me a message saying i am not authorize to access this page.
> :
> : i am able to run html pages located in the wwwroot folder but i can't run
> : asp.net, asp ,php and jsp. that is where i get the errors
> :
> : i need help please
>
>
>