|
I'm working on a VB.NET shareware program so naturally I will have no knowledge of local users or credentials. It uses SQL Server for data storage. In development, SQL Server 2005. I publish it with clickonce, including SQL Express as a prerequiste, which installs ok on the client machine. My problem is, after the install, I get the error: The failed. Login failed for user 'Mycomputer\testuser'.
How do I get around this?
Thank you! |