• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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