D
Debarupa
Guest
Initially, I was trying to test my website using an iPad and googled for ways how to do that. After getting results from Stack Overflow and also some of the other websites, I tried different things to achieve that but did not have much luck. But, in trying those different things I broke how my website was running using a browser. Now, whenever I try to run it using a browser, I get this error:
"Unable to connect to the configured development Web server."
The type of the project that I have is "Web Site".
I have tried the following:
1. Deleted C:\Users\[Me]\Documents\IISExpress folder
2. Deleted applicationhost.config under .vs directory in the solution directory
3. Deleted the .vs directory
4. Ran
netsh http add urlacl url=http://{ip_addr}:{port}/ user=everyone
5. Restarted Visual Studio several times
6. Restarted machine several times
7. Uninstalled Visual Studio 2015 (Professional edition) and IISExpress 10.
8. Reinstalled Visual Studio (which reinstalled IISExpress 10)
Any help is appreciated.
Continue reading...
"Unable to connect to the configured development Web server."
The type of the project that I have is "Web Site".
I have tried the following:
1. Deleted C:\Users\[Me]\Documents\IISExpress folder
2. Deleted applicationhost.config under .vs directory in the solution directory
3. Deleted the .vs directory
4. Ran
netsh http add urlacl url=http://{ip_addr}:{port}/ user=everyone
5. Restarted Visual Studio several times
6. Restarted machine several times
7. Uninstalled Visual Studio 2015 (Professional edition) and IISExpress 10.
8. Reinstalled Visual Studio (which reinstalled IISExpress 10)
Any help is appreciated.
Continue reading...