конфигурация .NET Framework SDK v1.1
При дебаге дает сообщение:
----------------------------------------------------------------
Error while trying to run project: Unable to start debugging on the web server/ The project is not configured to be debugged.
Click Help for more information.
----------------------------------------------------------------
Buttons: “OK”, “Help”
This Help:
----------------------------------------------------------------
Error: Project Is Not Configured To Be DebuggedSee Also
Debugging Script and Web: Errors and Troubleshooting
Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.
If you are trying to debug an ASP.NET project
Check to see that the project has a valid Web.config file, that the Web.config file sets "debug" to true, and that the debug verb is associated with .aspx. See Debug Mode in ASP.NET Applications for more information.
If you are trying to debug an ATL Server project
Verify that the DEBUG verb is associated with your ISAPI extension. See Debugging an ISAPI Application for more information.
See Also
Debugging Script and Web: Errors and Troubleshooting
----------------------------------------------------------------
При просмотре через локальный хост:
----------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 43: by Microsoft that offers a single logon and core profile services for member sites.
Line 44: -->
Line 45: <authentication mode="Windows" />
Line 46:
Line 47:
Source File: c:\inetpub\wwwroot\logicpc\web.config Line: 45
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
----------------------------------------------------------------
Многоуважаемый олл!
Что можно сделать?
Слышал, что нужно сконфигурировать Microsoft .NET Framework SDK v1.1 на более поздную(текушую) версию.
Как это сделать? И если эта проблема или в чем то другом?
Заранее спасибо.
И что ты хочешь сконфигурировать?? У тебя стоит .NET F 1.1 или только .NET F 2.0??
Цитата: 3A3-968M
Вероятнее всего дело в web.config. Создай этот файл через MSVS2003 если его нет. Если есть, то в его тексте XML нужно добавить атрибут debug="true". В каком из тэгов - смотри в MSDN.
И что ты хочешь сконфигурировать?? У тебя стоит .NET F 1.1 или только .NET F 2.0??
И что ты хочешь сконфигурировать?? У тебя стоит .NET F 1.1 или только .NET F 2.0??
web.config у меня есть, проверен в смысле на другом компе работает без проблем.
В нем присутствует:
"<compilation defaultLanguage="vb" debug="true" />"
В кнопке пуск => програмы стоит Microsoft .NET Framework SDK v1.1
еще даже на локальном хосте сайт не отображается, см. выше.
Значит проблема не в дебаге.
Есть еще варианты?
Потом сделал новый проект с именем xxxx, затем загрузил этот проект xxxx с нета переписав что было на локльном хосте. И все заработала.
Но все же я утверждаю , что в идеале нужно было подбирать нужную версию .NET к ASP.NET(или наоборот) я даже находил такую инфу в нете, но я никогда незанимался админастратирование(ASP.NET), то есть выкрутился другим способом. Все спасибо и Удачи!