危険な可能性のある Request.Path 値がクライアント (:) から検出されました。

WebMatrix 3:危険な可能性のある Request.Path 値がクライアント (:) から検出されました。 http://daruyanagi.jp/entry/2013/04/21/143904

concrete5 プリティURL用 Web.config

<rewirte>~</rewirte>の部分を手動で追加 <configuration> <system.web> <customErrors mode="Off"/> <httpRuntime requestPathInvalidCharacters="&lt;,&gt;,*,%,&amp;,\,?" /> </system.web> <system.webServer> </system.webserver></configuration>

ASP.NET MVC 4 で AJAX (WCF サービス) [改訂版]

Visual Studio 2012 (Update 3)を起動して「ファイル」→「新規作成」→「プロジェクト」を選択します。 「ASP.NET MVC 4 Web アプリケーション」を選択します。プロジェクト名は「MvcApplication1」のままで「OK」を押して次の画面に進みます。「テンプレート…