According to Microsoft SQL Server Management Studio - my server DDQDD1D1\ASPNET is the db-owner
my web.config conect string is the default
<add
name="SiteSqlServer"
connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;"
providerName="System.Data.SqlClient" />
I don't have a clue as to why it would just stop working - when before (?something?) everythibg was fine
My only suspission would be something to do with Visual Web Developer 2008 Express - I did open the project to look at the web.config file (no changes) just looking also had VWD connect to the database to 'look' at some of the tables - - - Could VWD have changed some of the permissions or something
If that's not it - then I don'd have any idea as to why it has stopped working and now gives me either:
"This site is currently Unavailable" from http://mysite.no-ip.biz/Install/UnderConstruction.htm
which kinda confuses me since there is no Install directory - it has been re-named to old-Install - - - where is this comming from
-or- I get
Server Error in '/' Application.
An error has occurred while establishing a connection to the server. When connecting 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)
Should I re-install DotNetNuke just the Code
Should I re-install the Database
Am I going to loose all of my changes to my-Portal that I added and have udated some???
Thanks for your help,
Paul