I am passing a basic function into a view on a different machine. I want to return a view from different url and pass in my data somehow and get a returned view with the strongly typed model inside.
I am partially through the issue, but it comes down to getting an actionresult to render a different actionresult.
something like, www.mypublicapp.com/abc/def would be the actionresult that I would pass my data using a $.toJSON. I get a 500 error on get command. How can I fix this?
Xequence
Contributor
4313 Points
1528 Posts
.getJSON cross domain request 500 error
Apr 04, 2012 09:26 PM|LINK
I am passing a basic function into a view on a different machine. I want to return a view from different url and pass in my data somehow and get a returned view with the strongly typed model inside.
I am partially through the issue, but it comes down to getting an actionresult to render a different actionresult.
something like, www.mypublicapp.com/abc/def would be the actionresult that I would pass my data using a $.toJSON. I get a 500 error on get command. How can I fix this?
Credentials