I have an asp.net mvc application, which uses the default user database. It all works pretty well, but I would like to create some tests for it. I Have a test project, I immediately stumble upon an ex
Right now I have my program running on my SQLExpress database. But what I\'d really like is for my program to run on any machine as long as A DATABASE FILE is in the same folder. How can I accomplish
We are using ASP.NET 3.5 and C# 3.0. According to the client\'s requirement, the database connection string need to be stored in system registry.During the connection establishment,we have to read th
This is my first ASP.NET project and I\'m stuck right away. I\'m setting up a bugtracker on a remote webhotel but I can\'t get the connectionstrings to work.