ASP.NET WebForm を VS2019で勉強中
開発環境
VS2019 のバージョン
Microsoft Visual Studio Professional 2019
Version 16.8.6
aspx と asp.vb を表示する。
この表示切替が、わからなかった。
ソリューションエクスプローラーで、[すべてのファイルを表示]をクリックすればよい。
いろいろなエラーが理解できていない
HTTP Error 500.22 - Internal Server Error
ASP.NET 設定が、統合されたマネージ パイプライン モードで適用されないことが検出されました。
このエラーは、[クラックック ASP.NET]を VS2019 の ASP.NET で実行した時のエラーのようです。
web.config
<system.web>
<pages>
<controls>
<add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
<add namespace="Microsoft.Web.UI.Controls" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
</controls>
</pages>
<compilation debug="false">
<buildProviders>
<add extension=".asbx" type="Microsoft.Web.Services.BridgeBuildProvider" />
</buildProviders>
</compilation>
<!--
ASMX is mapped to a new handler so that proxy javascripts can also be served.
-->
<!--- ここを削除する
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/>
<add verb="*" path="atlasbatchcall.axd" type="Microsoft.Web.Services.MultiRequestHandler" validate="false"/>
<add verb="*" path="atlasglob.axd" type="Microsoft.Web.Globalization.GlobalizationHandler" validate="false"/>
<add verb="*" path="*.asbx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="Microsoft.Web.Services.ScriptModule"/>
<add name="BridgeModule" type="Microsoft.Web.Services.BridgeModule"/>
<add name="WebResourceCompression" type="Microsoft.Web.Services.WebResourceCompressionModule"/>
</httpModules>
-->
</system.web>
Author And Source
この問題について(ASP.NET WebForm を VS2019で勉強中), 我々は、より多くの情報をここで見つけました https://qiita.com/muramoto_jp/items/ee4356e9094e99e41abf著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .