0
http://docs.nuget.org/create/hosting-your-own-nuget-feedsのドキュメントにしたがってNuget Serverを設定しています。私はすべての手順を踏んだが、私がVSを走らせると上記のエラーが出る。エラーから私はセクションを欠いていますが、どのセクションが欠けていて、どのようにそのセクションを追加しますか?私はスタックとGoogleを検索し、答えを見つけることができませんでした。ここでは、web.configファイル設定セクション 'system.ServiceModel'を読み取ることができません。セクション宣言がありません
?xml version="1.0"?>
<!--
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.5.2"/>
<httpRuntime targetFramework="4.5.2"/>
</system.web>
<appSettings>
<add key ="packagePath" value="E:\HostedNugetServer"/>
</appSettings>
<system.ServiceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
</system.ServiceModel>
</configuration>
ありがとうございました – Aaron
この問題が解決した場合は、abrownの回答を正しい@Aaronとしてマークする必要があります。 – cloudstrifebro
もちろん、ちょうど数分待たなければならなかった – Aaron