Re: http://localhost

From: kah (kah_at_discussions.microsoft.com)
Date: 03/17/05


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
> >> >>
> >> >>
> >>
> >>
>
>



Relevant Pages

  • Re: WMI in ASP fails on 2003 (err 80041003); works fine on 2000
    ... Second - I have two production 2000 servers here that process the WMI in ASP ... > Hi Jeff, ... >> the WMI script uses delegation to reach the remote machine. ...
    (microsoft.public.win32.programmer.wmi)
  • Re: http://localhost
    ... The default script language specified for this application is invalid." ... >>Hello Jeff, ... > Hello World HTML file? ... > To see your IP address, in a command prompt type: ...
    (microsoft.public.inetserver.iis)
  • Re: ASP Events and Participation - Swap Ideas
    ... Maybe a secret santa should wait 'til next year. ... Tonight on ASP ... >>Jeff Horn ... > Well Jeff I've already participated in 2 box passes on YPSC and I'm ...
    (alt.smokers.pipes)
  • Re: ASPs and NTFS permissions
    ... Jeff - unfortunately we run a very tightly controlled ... As far as I understand, an ASP in IIS calls some DLLs, ... Would this user group have to have permissions on ... >>folder containing ASP content to a particular NTFS user group that I have set ...
    (microsoft.public.inetserver.iis.security)
  • Re: File and Folder Listing.
    ... "Jeff Cochran" wrote: ... >>I have included the entire ASP page i am using hopefilly this can help, ... >>' In order to be able to sort them easily and still close the FSO relatively ... >>' quickly I'm going to make use of an ADO Recordset object with no attached ...
    (microsoft.public.inetserver.asp.general)

Loading