My question in short : after I changed value of defaultConnectionFactory to a connection string, I got error:
CREATE DATABASE permission denied in database 'master'.
As for why I try changing defaultConnectionFactory, I am deploying a site at
http://somee.com/, the default value in defaultConnectionFactory make me get error "The
system cannot find the file specified",
I cannot find more info about 'defaultConnectionFactory' on internet, I am looking for a reference about the parameter tag in defaultConnectionFactory by the way. I want to know why my connect string make it try to touch 'master'.
my connection string in defaultConnectionFactory is :
<defaultConnectionFactory typ ...
Go to the complete details ...