jquery post and get request different on local intranet and live server
- by nccsbim071
Hi,
I have been developing an asp.net mvc application where i need to make large amounts of jquery post and get request to call controller methods and get back json result. Everything is working fine.
The problem is i had to write different jquery post and get request url on local intranet(deployed by making virtual directory) and live server.
…