Visual Studio 2012 で正常に動作する Web フォーム アプリケーションがありますが、VS 2013 で int を実行すると、
System.SystemException occurred
Message: A first chance exception of type 'System.SystemException' occurred in mscorlib.dll
Additional information: The trust relationship between the primary domain and the trusted domain failed.
初期ページをロードするときのスタックトレース用。問題の原因を突き止めようとして、どこから始めればよいかわかりません。同じフレームワーク バージョンで実行され、同じ Web 構成があります。
更新 .... Visual Studio 2012 を切り替えて IIS Express を使用すると、VS 2012 と VS 2013 で同じ例外が発生します。例外を解決するにはどうすればよいですか?
何か案が ?