Please can you help me with this VS 2010 issue. This issue comes out every time I want to run my project. Can it be fixed somehow? The screen shot isi aviable in attached file.
Asked
Active
Viewed 344 times
0

Marianna
- 35
- 1
- 10
-
possiable duplication of http://stackoverflow.com/questions/990033/unable-to-connect-to-asp-net-development-server-issue – Jigar Pandya Jul 17 '12 at 06:09
-
please find answer here on http://stackoverflow.com/questions/2096628/setting-up-development-environment-for-asp-net-mvc – Jigar Pandya Jul 17 '12 at 06:11
-
no, it's not fresh installed. Ok, thanks, I'll check out your solution and I'll let you know – Marianna Jul 17 '12 at 06:14
-
does the problem occurs in this project only or other projects as well? – Jigar Pandya Jul 17 '12 at 06:20
-
terminating the "WebDev.WebServer40.EXE" process didn't help. this isuue comes out in every project :( – Marianna Jul 17 '12 at 06:28
1 Answers
1
try registring IIS again...To do this follow the given steps...
- go to C:\Windows\Microsoft.NET\Framework\v4.X folder from Command prompt
- execute aspnet_regiis.exe -I command from Command prompt
close the Visual studio and re-open.
Try re-run the project again.
Thanks

Jigar Pandya
- 6,004
- 2
- 27
- 45
-
Thank you so much! but it didn't help :( Can't imagine what can occur this isuue – Marianna Jul 17 '12 at 06:38
-
Jigar Pandya Thank yuo! your solution worked, only after windows restart! – Marianna Jul 17 '12 at 07:00
-