|
2 |
edited tags
|
||
|
1 |
|
||
"'Sys' is undefined" error running ASP.NET MVC application in IIS7Hi, I'm using the ASP.NET MVC in my web application. It uses AJAX (MicrosoftAjax.js, MicrosoftMvcAjax.js, jquery-1.3.1.min.js) to make the call from the view to the Delete action with this code:
In the controller I uses this code to process the view request:
It works great when I run it on the ASP.NET Development Server but when I try to run the application on a IIS7 (Windows Vista or Windows Server 2008) I get the error
If i press Continue, the browser show me the next message The resource cannot be found. Thanks for your help.
|
||||

