ASP.NET COREここでは2.0
は、テスト機能
[HttpPost]
[AllowAnonymous]
[ValidateAntiForgeryToken]
public ActionResult Test()
{
return RedirectToAction("Home");
}
であると私は http://localhost:00000/test/test
ポストデータを送信するために郵便配達員を使っ下の私の環境ですとは常に400の悪い要求を持っています...なぜですか?
[エラーメッセージ]
headers:Headers
ok:false
status:400
statusText:"Bad Request"
type:2
url:"http://localhost:57230/account/register"
_body:""
[更新]私は解決策を見つけた ..しかし、持っている新しいエラーXD
headers:Headers
ok:false
status:500
statusText:"Internal Server Error"
type:2
url:"http://localhost:57227/account/register"
_body:
[更新]解決 ...
https://docs.microsoft.com/en-us/aspnet/core/publishing/iis
あなたの投稿データを表示できますか? –
こんにちは、私たちに知らせてください〜どのようにあなたは問題を解決したので、これを検索する誰もが問題と解決策についてより多くの情報を得ることができます。乾杯。 – SaltySub