Discussion:
Куда сувать нужную строчку... и какую?
(слишком старое сообщение для ответа)
Andrei Fomenko
2006-02-08 19:41:30 UTC
Permalink
web.config выдаёт ошибкy:



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


Кyда класть? этy самyю: allowDefinition='MachineToApplication'


_---===[ Windows Clipboard ]===---_
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="yafnet" type="yaf.SectionHandler,yaf" />
</configSections>
<yafnet>
<connstr>user id=yaf;pwd=yafpass;data source=(local);initial
<connstr>catalog=yafnet_huge;timeout=90</connstr>
<uploaddir>/upload/</uploaddir>
<!--logtomail>email=;server=;user=;pass=;</logtomail-->
<boardid>1</boardid>
<!--categoryid>1</categoryid-->
</yafnet>
<system.web>
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
<compilation defaultLanguage="c#" debug="true"/>
<pages validateRequest="false" smartNavigation="false"/>

<authentication mode="Forms">
<forms name="yafdotnet" slidingExpiration="true"/>
</authentication>

<customErrors defaultRedirect="error.aspx" mode="RemoteOnly"/>
<!--trace enabled="true" pageOutput="true"/-->
</system.web>
</configuration>
_---===[ Windows Clipboard ]===---_

До свиданья, All!
[АмГУ/ФСH] [UpTime: 2:37:38]
Andrzej Novosiolov
2006-02-09 08:01:53 UTC
Permalink
Post by Andrei Fomenko
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
Кyда класть? этy самyю: allowDefinition='MachineToApplication'
Стандартные секции Web.config описаны в начале
\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config

Конечно, можно попробовать убрать 'MachineToApplication' из описания
соответствующей секции, но скорее всего, реальная причина в том, что либо
твоё ASP.NET приложение лежит в подкаталоге другого приложения (этого не
следует делать), либо твой веб-каталог не объявлен как приложение. Сходи в
Control Panel - Administrative Tools - Internet Information Services и посмотри.
--
ICQ 8481158, http://andrzejn.livejournal.com/
Loading...