• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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