I have developed and MVC 4 application in VS 2012 with an SQL 2012 database. On my development machine everything works as expected, but when I deploy to a Windows Server 2008 R2 64-bit server with Microsoft SQL Server 2012 Express (64-bit), I can create records, but I cannot modify or delete them.
Where do I start in troubleshooting this?
Thank you,
Dale