标签: c# asp.net-mvc windows-authentication
我有一个MVC应用程序。我使用HTTP post方法路由到控制器。当我在本地计算机上运行应用程序(使用VS)时,它工作正常。但是当我部署它并通过链接访问时它无法正常工作。
我用fiddler来调试路由。它指定了以下错误。
No Proxy-Authenticate Header is present. No WWW-Authenticate Header is present.
我使用了Windows身份验证,并将IIS配置为相同。在同一个应用程序中,GET方法工作正常。