attempt to open results in error message saying "A connection with the server could not be

I am trying to open a new Asp.Net application using Visual Studio.Net 2003 on my stand alone home machine. I am opening it inHTTP://localhost/webnewapp. Each attempt to open results in an error message saying "A connection with the server could not be established". I am using Windows XP SP 2, IE 6.0 ASP.net version 1.1.4322. Have run aspnet_regiis.exe with the -i switch, the -enable switch, the -ir switch and the -r switch. Have checked the application mappings in the configuration of IIS and they all point to the v1.1.4322 directory. IIS is running. VS 6.0 Interdev project can be established and opened just fine. I have seen many requests for help on this issue and other than the basic items listed above, no one has made any legitimate suggestions. Someone suggested searching MSDN and technet for an answer as if that wasn't the first place one would look for an answer. The only article I could find stated that one needed to go get the latest service pack for WindowsXP, Service Pack 1(!!!?). At the devconnections conference in Orlando, none of the Microsoft reps could provide an answer beyond the ones listed above. A co-worker is having the same issues on his laptop.

While stepping through procedure to answer question concerning steps raised in other Thread, I ended up going through procedure while connected to CompuServe. The project was able to complete creation. As soon as dial-up disconnected, same error crops up when either creating or trying to open already created project. I don't have enough minutes (or money) to remain connected for the entire period I am working on projects. Interdev 6.0 in VS 6.0 does not behave this way, so it does not seem to be an IIS setting.

Since the orignal submission of this question suggestion concerning adding localhost 127.0.0.1 to hosts file was implemented and failed.

[1955 byte] By [joeller] at [2008-1-25]
# 1
How are you connecting to your web server? Using Frontpage or Fileshare? If you place an aspx or html page into the root of your web server, can you browse the page using your internet Browser?
BillHie at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2
Does anyone knows a solution to this? I am having the same problem.
pranavkulkarni at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 3
I was facing the exact problems as above and nothing was working. I did the following:

1) I uninstalled SQL desktop engine. You may avoid this step I had done this only to see if it might be the cause of the problem and now that it works.. I have no way to know if this was a part of the solution.

2) I remembered I had changed the port of my IIS from 80 to 81. I brought it back to 80

3) Make sure that the IP address column in IIS manager is set to *All Assigned* and not your computer ip address.

Well I did this and it worked. Hope it works for you too.

RochakAgrawal at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 4
Hi,
I am having EXACTLY the same problem and don't seem to be getting ANY answers.

I had the same version of .NET framework, and ran through all the instructions to check that it was looking at the right .dll's in the right directories.

I have also checked that it is using port 80 and have looked at the ip (though mine is set to "all unassigned" not "assigned"?)

If I installed the tomcat server and run it at port 80 .NET could find it but obviously tomcat did not know what to do with an ASP.NET Mobile app. I have since removed tomcat.

I cant seem to get IIS to do anything (can't start it, connect to it or anything) I have done a reinstallation of the .NET framework sdk, and reinstalled Visual Studio.NET from scratch so everything is clean.

ANYONE OUT THERE WHO CAN POINT ME IN THE RIGHT DIRECTION? I am having to develop cross platform (Windows and Linux) with two different development environments at the moment (Eclipse and Visual Studio.NET) and the complexity is big enough without having search for months on end to fix this!!!!!

HELPPPPPPPPPPPPPP!
ANNA
(Needing caffeine on a drip and a night out to forget this lot!)

AnnaEllis at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 5
Hi,

I had the same problem, but fixed it by allowing the "Internet Information Service"
to act as a server in the firewall. I am using ZoneAlarm.

ErikS?rensen at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 6
Ah mine was as simple as removing Skype from my operating system!!!!!!

It was pinching port 80.

Simple.

Anna

AnnaEllis at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 7
weren't using Skype by any chance were you?

Anna

AnnaEllis at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...