"Cannot start service from command line or a debugger. A windows service must first be installed (using installutil.exe) and then started with ServerExplorer, Windows Services Administrative tool or the NET START command."
This message is due to the web project is not your start project. I think you have more than one projects in a solution and the asp.net web project is not your start up project.
To make the web project as start up project you can do the following steps:
For this issue Visual studio will give the following error message...
This message is due to the web project is not your start project. I think you have more than one projects in a solution and the asp.net web project is not your start up project.
To make the web project as start up project you can do the following steps:
- In Visual Studio, go to Server Explorer window. If the server explorer window is not found you can find it from View menu.
- Right Click in the Web Application project shown in your server explorer and select "Set as Start Up Project" option from menu.
For this issue Visual studio will give the following error message...
0 comments:
Post a Comment