iis is not running

  • Thread starter Thread starter kishan gupta via .NET 247
  • Start date Start date
K

kishan gupta via .NET 247

(Type your message here)
visual studio cannot create or open the application because theweb server on this computer is not running. start the web serverbefore proceeding. I have checked the iis service and it is notrunning when i start to open iis service it is giving an errorto connect the computer name. what can i do to remove thisproblem?
 
There are a couple of possibilities, depending on the message. One is a tool
also set up on port 80, which means you have to open the services manager
and set to another port.

Another possibility is a bad install due to changes made after the fact. In
this case, uninstall IIS and reinstall and then run aspnet_regiis /i to make
sure .NET is set for the server.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
(Type your message here)
visual studio cannot create or open the application because the web server
on this computer is not running. start the web server before proceeding. I
have checked the iis service and it is not running when i start to open iis
service it is giving an error to connect the computer name. what can i do to
remove this problem?
 
Back
Top