Click here to Skip to main content
15,898,932 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Unable to start debugging on the web server error.
This project is using website is configured to use a specific ip address and a specific name in the project url:
1.The above errors show when I run my project. I created a virtual directory and then I have try to debug is true in web .config.
2.Then I have tried to change authentication from asp.net tab in iis window.
3.I changed directory settings too.
4.I still get no result.
5.I ahanged the Ip address in website tab in All unassigned.

How do I solve the problem? Daily it shows the error an morning.Then i start IIS Server .Which means Daily its stops automatically? What is reason for that?
Posted
Updated 8-Apr-11 0:29am
v2
Comments
Sandeep Mewara 8-Apr-11 6:30am    
Care to share what error?
Eduard Keilholz 8-Apr-11 6:39am    
As I understand the question correctly, the error is "Unable to start debugging on the web server error"...
Sandeep Mewara 8-Apr-11 6:41am    
To me it sounded like unable to debug on webserver remotely.

OP needs to clarify that what webserver here is. Dev environment or hosted, etc.

1 solution

I found this from the microsoft site,

Did you create the project by specifying a specific IP address (100.20.300.400, for example)? Debugging a Web server requires NTLM authentication. By default, IP addresses are assumed to be part of the Internet, and NTLM authentication is not done over the Internet. To correct this problem:

When creating the project, specify the name of the machine on your intranet.

-or-

Add the IP address (http://100.20.300.400) to the list of trusted sites on your computer. (From the Internet Explorer Tools menu, choose Internet Options, and then select the Security tab).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900