unable Unable to start debugging on the webserver. Could not start ASP.NET debugging.

Posted by Kasani007 under IIS on 4/6/2016 | Points: 10 | Views : 3080 | Status : [Member] | Replies : 2
when i am clicking on debug button of visual studio 2013, it is showing the following error "unable Unable to start debugging on the webserver. Could not start ASP.NET debugging. More information may be available by starting the project without debugging".

i googled so much , but i did not get...

IIS DefaultAppPool is stoping, when i click on visual studio debug button..

And again i am restarting and again clicking on visual studio debug button,

but again the IIS DefaultAppPool is stopping....

i googled and it is there that to give some username and password in ProcessModel, i didn't understand what the password and username should give, because i had not put any username and password

Please some one help me....




Responses

Posted by: Rajnilari2015 on: 4/6/2016 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
Please follow this link : https://msdn.microsoft.com/en-us/library/dwesw3ee.aspx

--
Thanks & Regards,
RNA Team

Kasani007, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Amatya on: 4/7/2016 [Member] Silver | Points: 25

Up
0
Down
WebApplicationName.csproj.webinfo file replace localhost by Address like this

<Web URLPath = "http://10.150.144.131/<WebApplicationName>/<WebApplicationName>.csproj" /> 


then follow the below steps

Start Microsoft Internet Explorer. On the Tools menu, click Internet Options.

In the Internet Options dialog box, click the Security tab. Under Select a Web content zone to specify its
security settings, click Local Intranet, and then click Sites.

In the Local Intranet dialog box, click Advanced.

In the Add this Web Site to the zone box, type the URL of your project, and then click Add.

Close the application, and then open the application again.

On the Debug menu, click Start.


Thanks



Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks

Kasani007, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response