I hear this is a nice product. But there is no way in hell anyone has ever successfully installed this app by following the install document when their database is SQL Server with only windows authentication enabled on a separate server. Period. I would love to write an install doc that actually works if/when I figure out how to install the product.
I have tried a lot of things but I do not want to enable SQL authentication. The current setup I have is this:
- User mydomain\some_user has full control of everything in the folder DNNTest. (I am getting desperate)
- Anonymous access for site DNNTest is enabled and the user is: mydomain\some_user
- On my sql database there is a login for: mydomain\some_user Also, that user has been added to the database DotNetNuke and is marked as db_owner under Owned Schemas and Role Members.
I have tried every combination/permutation of options on the Configure Database Connection page. The current attempt is to have integrated security checked. Since this is what I am doing. The user mydomain\some_user is the anonymous user account that is connecting to sql server. Yet it doesn't work. The error is as follows and is completely untrue.
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 11
Number: 4060
Message: Cannot open database "DotNetNuke" requested by the login. The login failed.
Index #: 1
Source: .Net SqlClient Data Provider
Class: 14
Number: 18456
Message: Login failed for user 'SIENA\CCXXSDAP010$'.
First of all, that login listed above is the damn machine name with a dollar sign appended to it. It is not the account that the site is running under. 2nd of all, if the application would use the right username that I have specified in the web.config file it could open that database just fine. I specified the domain\username just as the install document specified. Same domain\username specified in directory security, file permissions, database and at this level. I have tried dozens of combinations of ways to get this thing to work and it does not seem that there is any way short of enabling SQL authenticaton. That is just silly. Man I am frustrated.
Any help is really appreciated. Thanks!
P.S. What is with the double spacing with this text editor?