Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Am binding model through jquery post() and saving into db using entity framework.

when am running my app in local server,it is saving. while published in webserver data is not saving into db,and it is executing error scope only.

eg
$.post(my modeldata)
.success(alert(saved);)
.error(alert(not saved);)

in localhost am getting ---> alert(saved)
in webserver am getting ----> alert(not saved)

any one suggest me
Posted
Comments
Kornfeld Eliyahu Peter 28-Jan-14 7:09am    
Can you show us the error?
Killzone DeathMan 30-Jan-14 9:31am    
His problem is between the chair and the keybord :P

1 solution

Try it with Firebug and see the proper Error. And also check again if you have given proper reference (also check if you have bundled properly or not if you have introduced Bundling)
Happy coding
Enjoy SD's
 
Share this answer
 

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

  Print Answers RSS


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