I recently installed vs2005 with sp3.5 on a new Vista computer. Visual Studio has never been installed on this computer.
whenever I build a web project, I get the following: "Internet Explorer cannot display a web page."
I can not start any of my projects ...
thanks
This is because the system blocks the localhost name with the port number. If you replace the word localhost and enter 127.0.0.1, it should work.
, hosts "C:\Windows\System32\drivers\etc\hosts" ":: 1 localhost" .
, IP v6 , .
nod32, :
, -, -. ASP.NET Development WebServer -. , , .
, - . ( ) - IE , . - ASP.NET MVC, , MVC . , , , .
, , .
:
127.0.0.1 localhost C:\Windows\System32\drivers\etc\hosts :: 1 localhost
.
, :
VS IIS, -, , .
, . .
, IIS IE 8.
IE. , Debug- > Start Debugging Start Without Debugging? URL- IE, ? , , URL?
, ? VS -, .
. : http://kalpeshpadia.wordpress.com/2009/03/17/aspnet-development-internet-explorer-cant-display-page/
/ / . - . , IIS.
IIS, Internet Explorer, / / http-. .
Source: https://habr.com/ru/post/1703217/More articles:Creating an inherited Python type using PyCxx - pythonjcc.initVM () does not return when mod_wsgi is configured as daemon mode - pythonОбувь и драгоценные камни - rubyNetbeans has Print in HTML - is there a way to add this feature to Eclipse? - eclipseВозможно ли создать веб-приложение Java без использования фреймворка? - javaCreating a Maze class in C ++ using a 16-bit unsigned int array? - c ++What is a free replication database? - databasehow do websites do this index.php? something = somepage - phpHow to support multiple translations of a documentation set written using Sphinx? - documentationConverting Request.QueryString to an integer - c #All Articles