I have created a new local webproject in asp.net VWDE and set it up in a local database as a test.
This worked perfectly fine.
I have deleted the whole local project and I am now trying to let it work in a new project (only YAF no other files or config files) with a online database stored at a provider's server. (we have another database with a website running there just fine)
I have set everything up as told in the install.txt file.
Running the default.aspx page installs well until "step 2 of 5: Connect to database".
Then it gives the errormessage:
"Connection failed. Modify web.config and try again.
An error has occurred while establishing a connection to the server.
When connection to SQL server 2005, this failure may be caused by
the fact that under the default settings SQL Server does not allow
remote connections.(provider: Named Pipes Provider, error: 40 - Could
not open a connection to SQL Server)."
When I look at the database it looks like it has installed lots of things. I can see a whole lot of tables, views, stored procedures.. etx. So the connection shouldn't be the problem right??
But what is???
My connectionstring could not be the problem, because then it could not have created the tables and stuff...?
I have my webproject locally and my database on the server with the provider... could that be the problem?
Please help!