Sebastian Leupold wrote:
did you make sure to alter BOTH uncommented connection strings in web.config similtaneously? Either there is a limit in your database access or the database scripts cannot be properly accessed for execution. Sorry, hard to diagnose w/o having access to the system.
After digging more and with the help of someone who remotely accessed to my computer it seems there is a problem with Server Collation.
Does DNN support only English language for collation or other languages as well?
My current server collation is : Azeri_Latin_100_CI_AS
It is Case Insensitive as I know DNN does not support the case sensitive. What do you suggest now?
I have changed my database (not server) collation to Latin1_General_CI_AS which is for English language and Case Insensitive but I have still problem in creating database.
I looked to my log and I have the same problem as this tread:
http://www.dotnetnuke.com/Resources/F...
Does DNN support different collation for server and database or both of them should have same collation?
Thanks