Re: http://localhost
From: kah (kah_at_discussions.microsoft.com)
Date: 03/17/05
- Next message: ChunnySlim: "Please Please Help...easy question"
- Previous message: Bernard: "Re: IIS hangs during Install"
- In reply to: Jeff Cochran: "Re: http://localhost"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Mar 2005 00:05:02 -0800
Hi Jeff / Ken,
As per your instruction I have downloaded the debugging tool and also have
installed it. I need to know whether I have to change the default ASP
language ?
I am working on one of the software which is depended on the
http://localhost. Hence I need http://localhost up and working.
regards,
KHuddar
"Jeff Cochran" wrote:
> On Tue, 15 Mar 2005 23:05:02 -0800, kah
> <kah@discussions.microsoft.com> wrote:
>
> >Hello Jeff,
> > Thanks for your support... I am able to access
> >http://localhost/hello.htm. But when I try to access http://localhost I get
> >the below error.(trying to access the default page)
> >
> >"Active Server Pages error 'ASP 0201'
> >
> >Invalid Default Script Language
> >
> >The default script language specified for this application is invalid."
>
> Also, this isn't an IIS problem as much as a coding issue. Take a
> look at:
>
> http://www.aspfaq.com/show.asp?id=2371
>
> And test with a Hello World! ASP page as well.
>
> Jeff
>
>
> >
> >"Jeff Cochran" wrote:
> >
> >> On Tue, 15 Mar 2005 06:09:02 -0800, kah
> >> <kah@discussions.microsoft.com> wrote:
> >>
> >> >Hello Jeff,
> >> > Yes I am testing with the Hello World HTML page or the default page that
> >> >loads when http://localhost is accessed... Hope I have updated the same data
> >> >which you are asking.....
> >>
> >> I see in another post you're getting a 500 error. This is on the
> >> Hello World HTML file? Or the default ASP page?
> >>
> >> Can you ping "localhost"?
> >>
> >> Create a file in Notepad that is this:
> >>
> >> <html>
> >> <head><title>Hello World!</title><head>
> >> <body><p>Hello World!</p></body>
> >> </html>
> >>
> >>
> >> Save it as "Hello.htm" in the root of your default web site, normally
> >> c:\inetpub\wwwroot\
> >>
> >> On the IIS server, in Internet Explorer, got to File -> Open and
> >> browse to that physical file location. You should see a web page with
> >> Hello World! on it. Now in the address bar of Internet Explorer,
> >> type:
> >>
> >> http://localhost/hello.htm
> >>
> >> You should see the same page. If not, try:
> >>
> >> http://127.0.0.1/hello.htm
> >>
> >> If that doesn't work try:
> >>
> >> http://{IP_Address}/hello.htm
> >>
> >> Substitute the IP address of your system for {IP_Address}
> >>
> >> To see your IP address, in a command prompt type:
> >>
> >> IPCONFIG
> >>
> >> Hit ENTER and you should see your IP address.
> >>
> >> Post your results for those tests.
> >>
> >> Jeff
> >>
> >>
> >> >"kah" wrote:
> >> >
> >> >> Hi all,
> >> >> I am not able to access http://localhost. I am working on a windows 2000
> >> >> prof on which IIS 5 is running. Following are the steps which I tried to
> >> >> slove this problem...
> >> >>
> >> >> Steps taken
> >> >> 1)Reinstalled the IIS
> >> >> 2)Deleted the file from c:\intepub & C:\winnt\system32\intesvr
> >> >> 3)Reinsalled the IIS
> >> >> 4)Added 127.0.0.1 in hosts and lmhosts file
> >> >> 5)Copied WWWroot file from other working machine. After which it worked fine
> >> >> but given a restart to the machine localhost stopped working.
> >> >>
> >> >> There is no event id recorded for the same. Is there any other step which I
> >> >> have not taken (other than reinsalling the OS).
> >> >> Waiting for your reply..
> >> >>
> >> >> regards,
> >> >> KAH
> >> >>
> >> >>
> >>
> >>
>
>
- Next message: ChunnySlim: "Please Please Help...easy question"
- Previous message: Bernard: "Re: IIS hangs during Install"
- In reply to: Jeff Cochran: "Re: http://localhost"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|