Question

I am trying to modify the Ext.net Mvc sample in this link

http://mvc.ext.net/Account/Login/?ReturnUrl=%2f

The project is working perfectly when run locally in Visual Studio 2010 but when I deploy it on an IIS 7 server, after I login to the application I get the following error:

enter image description here

Can you help me please thanks..

Was it helpful?

Solution

Please confirm your Global.asax.cs is correctly configured.

http://code.google.com/p/extnet-mvc/source/browse/trunk/Ext.Net.MVC.Demo/Global.asax.cs

The 404 error appears be thrown because /Account/Login/ does not exist. Can you confirm your AccountController includes a "Login" handler?

Hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top