0
にアプリケーションを構成したときにこれは私のweb.configファイルである...エラーIIS
<?xml version="1.0" encoding="UTF-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
<authentication mode="Forms">
</authentication>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
<directoryBrowse enabled="true" />
</system.webServer>
</configuration>
私はエラーを取得して自分のアプリケーションをホストしようとしている。..
登録されたセクションを使用するとエラーになりアプリケーションレベルを超えたallowDefinition = 'MachineToApplication'としてこのエラーは、仮想ディレクトリがIISのアプリケーションとして構成されていないために発生します。
おかげ