• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

No trusted SQL connection

J

jonamasa

Guest
Hello,
I am using Plesk 7.5 and made my homepage with the Personal Website Starter Kit from Microsoft, which uses SQL databases. My homepage is flaschenweitwurf.de, whereas my SQL Server has the URL sqlserver.abnetz.de and a special port.
I managed to start the ASP.Net Enterprise Manager, but the databases are only standard databases and not my own.
My connection strings for the web.config are as follows:
<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="Data Source=sqlserver.abnetz.de,1347;Integrated Security=true;User Instance=True;AttachDBFilename=.\httpdocs\app_data\aspnetdb.mdf" />
<add name="Personal" connectionString="Data Source=sqlserver.abnetz.de,1347;Integrated Security=true;User Instance=True;AttachDBFilename=.\httpdocs\app_data\Personal.mdf" />
</connectionStrings>

So basically I think I need to get my databases on the SQL Server and my homepage to connect to it.
Thank you in advance
jonamasa
 
Back
Top