Unable to start Debugging on the web server
I am getting the error as i specified. Till yesterday it works fine for me suddenly i found this issue can any one tell what to do
Find out the image for further reference and help me in resolving this issue.
I am getting this issue fo开发者_运维问答r only the application which are under Local Host
, if i have my solution in a directory it is working fine
Please check
- IIS App Pool that your application is running have the same .NET runtim version as your debugger is.
- Application has
You have to enable integrated Windows authentication to debug on IIS.
Check the asp.net version of your application in IIS and see if it matches the .NET version of your app.
I vote for all the three answers above. Any one of these or a combination of them can resolve your issue.
My fourth option is: run the application under Visual Studio web server 'cassini' instead of configuring it in the IIS.
Because, if you are running it under Windows 7, you will have to run VS as administrator.
5th option : delete all temp files, bin and debug files , close and open VS and try again.
Make sure the Application Pool being used by the IIS application has the correct credentials. If you're using an Application Pool with your AD account as the identity, then you will see this error whenever you change the password for your AD account.
Please check the Physical path Location,
- Go to IIS Manager
- Go to website location under the default website folder
- Go to Advanced settings and check at the Physical path Location here
- Make sure you put the location of the working folder for this application there.
Regards, Pranay.
精彩评论