• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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