IIS と ASP.NET は初めてです。私はそれを必要なスクリプトとしてのみ使用しています。IIS を W7 マシンにインストールし、ASP を使用するようにすべて設定しました。
ただし、スクリプトにアクセスすると、次のエラーが表示されます。
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 34: <globalization culture="en-GB" uiCulture="en-GB"/>
Line 35: <httpRuntime executionTimeout="3600" maxRequestLength="104856"/>
Line 36: <sessionState mode="InProc" cookieless="false" timeout="720"/>
Line 37: <compilation debug="true" targetFramework="4.0">
Line 38: <assemblies>
私はこれに慣れていないので、これを行うと他の投稿をいくつか見つけましたが、修正を実装する方法がわかりません。誰かが私にステップバイステップのガイドを提供してくれたり、そのような方向に私を向けてくれたら素晴らしいでしょう.
乾杯