にHTMLとASPX Webページの両方を持っています。私は誰かが自分の情報を電子メールで送ることができる1ページを持っていますが、ASP.NETを使ってこのページをコーディングしたいと思います。は、私が唯一の静的なHTMLページを持っているIIS6で実行されている既存のウェブサイトを持っている1つのサイト
私は前にHTMLとASP.NETの両方を混ぜていないと私はASP.NETから必要なページを公開し、私は必要なすべてのだろう、既存のウェブサイトのルートに入れた場合と思ったが、私は受けていなかっましたページがASP.NETページに送信しようとするとエラーが発生します。
私は次のエラーのエラーを取得:あなたの助けのための
感謝を!
============================================== ==============
Server Error in '/' Application. Configuration Error 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 44: ASP.NET to identify an incoming user. Line 45: --> Line 46: <authentication mode="Windows" /> Line 47: <!-- Line 48: The <customErrors> section enables configuration
============================= ===============
ありがとうございました!!!それはそれをした!今私のテストアプリがGoDaddyのライブサイトで動作することを願っています! – JeiPM