I have two ip addresses in the server. One is assigned to a .net site and another is assigned to a SharePoint web application. I am not able to debugging SharePoint projects in Visual Studio.
"Unable to start debugging on the web server. This project is using a web site that is configured to use a specific IP address. Specify the machine name in the project URL..."
I know if I change the ip binding for the SharePoint web application to "All unassigned", the debugging may works. However, I need to assign an ip to the SharePoint web app with a dns entry. Otherwise, we seems had problem to access the SharePoint site something (need to release/renew ip).
I just wonder if one has a suggestion to handle this issue.
Many thanks.