• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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