MVC app not working on server but is fine on development machine

Posted by GB on Stack Overflow See other posts from Stack Overflow or by GB
Published on 2010-04-14T17:26:20Z Indexed on 2010/04/14 17:43 UTC
Read the original article Hit count: 335

Filed under:
|
|
|
|

Hello, I am able to run my application just fine on my dev machine but as soon as I publish it to the web server some functionality is lost. Any type of .ajax POST does not work usually with a 401 unauthorized error.

The server is Windows 2008 with IIS7. I also installed Visual Studio 2008 with MVC2 on the server and ran the application directly on the server and the same .ajax POST does not work but the error changed to 500 unknown.

Thanks for the help.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about mvc