Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Mvc

Changed Connection String But Mvc Application Still Using Localdb

I changed my connection string in the web.config to use sqlexpress rather than just localdb. My app… Read more Changed Connection String But Mvc Application Still Using Localdb

How To Deploy Sql Ce 4 Ctp To Shared Hosting?

How do I deploy SQL CE 4.0 with EF4 to a shared hosting provider for ASP.NET MVC 2.0? I've incl… Read more How To Deploy Sql Ce 4 Ctp To Shared Hosting?

Asp.net Mvc Delete Button

When I click the delete button, I get this error. SqlException: The DELETE statement conflicted wi… Read more Asp.net Mvc Delete Button

Azure Sql Database Working When Ran Locally But Not When Published To Azure

This has been cracking me up for a few days now and I just can't solve it. I followed an online… Read more Azure Sql Database Working When Ran Locally But Not When Published To Azure

How Can I Fix The Cannot Convert Type Error?

I want to create a details page about a movie, but I´m getting this error and I´m kinda stuck. I… Read more How Can I Fix The Cannot Convert Type Error?

Asp.net Mvc 3 App, Bcrypt.checkpassword Failing

I'm working on implementing security in an ASP.NET MVC 3 application, and am using the BCrypt i… Read more Asp.net Mvc 3 App, Bcrypt.checkpassword Failing