The SSE Provider did not find the database file
Hi Guys
I have published my website to a hosting server,after configuring the site to use Sql Server 2005.I changed the connection string in the web.config file to point to the sql server 2005 instead of sql express.
However the problem is i am getting the following error when i try to access the website using its url.
System.Configuration.Provider.ProviderException: The SSE Provider did not find the database file specified in the connection string. At the configured trust level (below High trust level), the SSE provider can not automatically create the database file.
The funny thing is that when i test the website from my development machine,it connects well to the remote sql server 2005 database without any problem.
Can someone help me fix this please
|