Настройка IIS для создания вебпроектов в Visual Studio.NET

Вопросы по программированию, не подходящие в другие разделы.

Модераторы: Naeel Maqsudov, C_O_D_E

Ответить
Morfius
Сообщения: 47
Зарегистрирован: 23 янв 2005, 17:53

При создании веб-проектов в Visual Studio.NET выдаются следующие ошибки:

---------------------------
The Web was created successfully, but an error occurred when trying to configure the

application root for this Web. Web projects may not operate correctly without an

application root. The returned error was
A possible cause of this error is insufficient access rights to perform the

operation. You can manually configure the application root using the Internet

Services Manager.
---------------------------

---

---------------------------
Unable to set the permissions on the 'bin' folder to restrict browse access.
A possible cause of this error is insufficient access rights to perform the

operation. You can manually configure the permissions on this folder using the

Internet Services Manager.
---------------------------

это несмотря на то, что на всех вебсайтах выставлены права Scripts and Executables...

а при при попытке запустить проект:

---------------------------
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.
---------------------------

,при этом строка
<compilation defaultLanguage="vb" debug="true" />
в Web.config'е присутствует.

Что с этим делать?
Morfius
Сообщения: 47
Зарегистрирован: 23 янв 2005, 17:53

я, кстати, с этим разобрался - нужен был frontpage manager, а я его изначально не поставил потому как фат был, а он нтфс хотел.
Ответить