Error when creating ASP.NET website in Visual Studio
        Posted  
        
            by Jim Bradley
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jim Bradley
        
        
        
        Published on 2010-05-08T05:47:07Z
        Indexed on 
            2010/05/08
            5:48 UTC
        
        
        Read the original article
        Hit count: 475
        
I'm trying to learn ASP.NET. I open Visual Studio (this happens in both 2008 and 2010) and creating a new ASP.NET website using .NET 3.5. When I attempt to run the website, a FireFox page opens up and tells me that it can't establish a connection to the server (localhost:####). There's no helpful error message, just "cannot connect." What could be causing this?
© Stack Overflow or respective owner