Re: connections string problem
Hi Peter,
I think the error is correct if it says it can't connect to the db, that is probably correct, if it says the connection string is wrong then I may need to revisit the error message. I can't remember for sure but I think it says please check your connection string. Connection string typos are the most common problem but not the only possible problem.
Are you sure the VS explorer is using exactly that connection string and not connecting in the context of the windows user which is you?
Do you have mixed mode authentication enabled on the sqlserver machine or just windows authentication?
Is it a different machine than the web machine?
Joe