che problema c'è qui?


codice:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
 <appSettings>
  <add key="connstr" value="user id=sa;password=;data source=c:\hosting\noidellac.it\wwwroot\mdb-database\.mdb;initial catalog=yetanotherforum" />
  <add key="basedir" value="/myforum" />
  <add key="themedir" value="/myforum/themes/standard/" />
 </appSettings>
 <system.web>
  <globalization requestEncoding="utf-8" responseEncoding="utf-8" />
   <compilation defaultLanguage="c#" debug="false" />
   <pages validateRequest="false" smartNavigation="false" />
   <authentication mode="Forms">
    <forms name="YetAnotherForum" slidingExpiration="true" />
   </authentication>

 </system.web>
</configuration>
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.