Click here to Skip to main content
15,886,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have 2 web applicaitons (Main site and My site) both were running perfectly in port 80. Since debug was not working even after attaching worker process, i tried to reset visual studio settings using command line tool. after that my web applications are not loading, even if i try to access from IIS, its showing 404 Not found error. i dont know whether its because of Visual studio settings reset or not. After IIS RESET / Application Pool reset also still i am getting the same error.



Can anyone please help me to get the web application running and also to get the debugging mode in visual studio for sharepoint solutions.

What I have tried:

I have 1 wfe and 1 ap server. I tried to create new web apllication, that also only accesible from AP server only. not from WFE server.

IIS RESET, Services restarted, application pool and user credentials reseted
Posted
Updated 31-Jan-17 21:13pm
Comments
Suvendu Shekhar Giri 1-Feb-17 0:23am    
Can you please explain these-
--"both were running perfectly in port 80". At the same time?
--"I have 1 wfe and 1 ap server"?
jomondoth 1-Feb-17 1:26am    
Both sharepoint Web applications are hosted on port 80 (Main site and My site)
WFE - Web Front End Server
AP- Aplication SErver

1 solution

That you basically need to do is to go to your IIS -> click your domain -> Bindings -> and add "www.yourDomain.com" and "YourDomain.com" to the IP. If you have a second site, you just have to do exactly the same thing

Please mark this response as an "answer" if it helps you. Thanks heaps!
 
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