Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I work in VS2010, Asp.net mc2 project. The project was completed, it remains to be revealed at the IIS, but the problems arise.
Ajax request that calls the controller method does not work on IIS, but work in vs. I do not know whether something should be included especially for iis ajax support?
I need help and how to forward the request and url is interpreted as the MVC request with parameters?
I use IIS.5
Best regards
Ivan
Posted

Well, I have heard a number of problems related to this kind of deployment. If Ajax requests aren't working, are you other page requests working (other than home)?

My understanding is that you need to get .NET fully registered on the box and configure IIS in a gentle, convincing, friendly way. Said another way: it's not friendly.

Here's a Stack Overflow[^] question that deals with the issue.

Can I just throw this out there as a side note? IIS 5 is 10+ years old...is this a commercial app? A new version of W2k8 is free with BizSpark or DreakSpark or WebSpark. Why not give one of those programs a try?

At any rate, hope this helps some.

Cheers.
 
Share this answer
 
all work but ajax not working not call controller method,in vs all work.
One of more solution is Url.Action("Method","Controller")..not working

Please help me?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900