ERROR: Could not connect to database specified in connectionString for SqlDataProviderSystem.Data.SqlClient.SqlException: SELECT permission denied on object
Hello. I sucessfully installed dnn 3.0 on my w2k server, but when we upgraded to 2003, I thought I'd upgrade to 4.0 and asp net 2.0. but I have not had any luck on (new, not upgrade) install. I have tried a zillion things. I'm not sure that I have the connection string correct. Can someone see anything wrong with this? Thanks,
<connectionStrings>
<add
name="DotNetNuke"
connectionString="Server=SRV-MY;Database=MYdb;uid=Userid;pwd=Userpw;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="DotNetNuke" value="Server=SRV-MY;Database=MYdb;uid=Userid;pwd=Userpw;"/>
<add key="InstallTemplate" value="DotNetNuke.install.config" />