Link to home
Start Free TrialLog in
Avatar of jaspreet_s_sethi
jaspreet_s_sethi

asked on

Unable to contact web server

I have just installed IIS and Visual Interdev 6.0. While creating a project through Visual Interdev, in the "Specify a server and mode" screen, i am entering localhost as the server.
I am getting the error

Unable to contact web server http://localhost.

How to resolve this issue???
Avatar of cristy56
cristy56

check to see if this folder exists :
c:\inetpub\wwwroot\

Cristy
have u tried to create some asp or htm file in c:\inetpub\wwwroot\ and then access them successfully thru' the browser ?
e.g.
http://localhost/test.asp 
does that work normally ?

Cristy
Avatar of jaspreet_s_sethi

ASKER

WWWRoot folder exists...
check weather the iis is running or not if its not running start it through the iis admin interface

then type http://localhost/

and check
Try
http://localhost:8080/

OR

http://localhost:80/

Pl. reply back with the result.

Cheers!

Cristy: test.asp worked without any issues..

suramsureshbabu: IIS is running.. http://localhost/ opened the IIS default page..

KarcOrigin: http://localhost:8080/ ----gave the page cannot be displayed error page
                 http://localhost:80/ --- opened the IIS default page...
you need to specify the content directory for the server. place your contents in the appropriate folder or link the contents to the server. if everything is ok then you must have a page named index.html which will be the first page loaded whenever you make a request to the web address. try naming as index.html and reply.

hope this work,
mlpk_tyr
mlpk_tyr: the IIS is working fine.. if I code an ASP page and request it through the web browser it is working fine.. the issue is that I am getting the error when creating a new project from the Visual Interdev (read the question).
hi jaspreet,

in VI can you connect to the server with http://127.0.0.1 ?
(this is the IP address for "localhost")
ASKER CERTIFIED SOLUTION
Avatar of avidya
avidya

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Jaspreet,

Thanks and good luck