New to ASP.NET2.0 and Servers - Any advice would be appreciated. I have a problem mapping/using a .mdf and ldf file on my server.
firstly - when i compile and run my website locally (local PC) in Visual Web developer 2005 everything works fine with out error - I have a very simple website which includes a login application which utilises a mdf file. I have uploaded the site onto my server, and again everything is OK until it comes to login. At login entering the correct username and password returns a incorrect details message! The same thing happens if i remove the database mdf file from my locally run website (same result). I'm therefore assuming that the server version isn't accessing the mdf file to read the credentials and verify.
Can anyone offer any advice to how i should be mapping my .mdf and .ldf file onto my server so that it works.
I have .Net Frameworks 2.0 and SQL Server 2005 Express installed on my server.
Thanks and best regards,
Fastfust