Ошибка
1) Невозможно подключиться к серверу разработки Asp.net?
Ответ: нет способа найти эту ошибку
Попробуйте 1)
Шаг 1: Выберите пункт меню «Инструменты-> Внешние инструменты» в VS или Visual Web Developer. Это позволит вам настраивать и добавлять новые пункты меню в меню «Инструменты».
Step 2: Click the “Add” button to add a new external tool menu item. Name it “WebServer on Port 8010” (or anything else you want).
Step 3: For the “Command” textbox setting enter this value: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebD ev.WebServer.EXE (note: this points to the
веб-сервер, который обычно запускается VS).
Step 4: For the “Arguments” textbox setting enter this value: /port:8010 /path:$(ProjectDir) (or any port you like)
Step 5: Select the “Use Output Window” checkbox (this will prevent the command-shell window from popping up.
Once you hit apply and ok you will now have a new menu item in your “Tools” menu called “WebServer on Port 8010”. You can now select any web project in your solution
и затем выберите эту опцию меню, чтобы запустить веб-сервер с корневым сайтом на порте 8010 (или любом другом порту, который вы хотите) для проекта.
You can then connect to this site in a browser by simply saying http://localhost:8010/. All root based references will work fine.
Step 6: The last step is to configure your web project to automatically reference this web-server when you run or debug a site instead of launching the built-in
сам веб-сервер. Для этого выберите ваш веб-проект в обозревателе решений, щелкните правой кнопкой мыши и выберите «Страницы свойств». Выберите параметр «Параметры запуска» слева и
под сервером измените значение переключателя со значения по умолчанию (которое использует встроенный веб-сервер) на «Использовать пользовательский сервер». Затем установите базовый URL-адрес равным:
http://localhost:8010/
Obviously I don't know if this is the problem you had but definitely it is something similar, essentially the problem should be that the same port used by your
Сервер разработки недоступен, поскольку он уже используется другим веб-сервером.
Попробуйте 2)
Here are the steps
1. 'Website' Menu in your visual studio ide.
2. select 'Start Options'
3. enable 'Use Custom Server' radio button.
4. Enter any URL you desire similar to 'http://localhost:8010/MyApp'
Note1: you can use any port number not only '8010' but not designated port numbers like 8080(tcpip),25(smtp),21(ftp) etc.,
Note2: you can use any name not only 'MyApp'
This solution works for sure unless your WebDev.Webserver.exe is physically corrupted.
Оба из неработавших после этого варианта восстановления Windows сохраняются