ASP.NET LINQ to SQL SubmitChanges() doesn't update the database

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-17T23:33:33Z Indexed on 2010/03/17 23:41 UTC
Read the original article Hit count: 257

Filed under:
|

In my 2nd ASP.NET MVC project I'm facing a very weird problem: when I call the SubmitChanges method of the DataContext class, nothing updates in the database. It's weird because everything works fine with my first project.

I'm using a remote database created in Sql Server Management Studio, I tried doing some queries there and in Visual Studio 2010 (where I have the connection to the database), they all work.

Where might the problem be hidden?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about linq-to-sql