views:

23

answers:

0

Hey guys,

Having some problems with an ASP.net mvc 2 project.

I believe it's a routing issue? but i may be wrong... What happens is I have a method that accepts an HTTPPOST and this method/action will then process an xml file that was sent using post.

Now the problem is... every time I try to do any logic with the posted file my client cant seem to find the action... When i comment out the logic and say just return a string, im able to read the string properly.

Basically my client gets no response when i have code inside my action, when theres no code i get a response.

Is this a common problem? or I may be missing something? Im pretty new to asp.net mvc please help!! :O

Thanks!