• 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.

Connect via SQLExpress to a .mdf Databasefile

McSchwaiger

New Pleskian
I try to connect to a .mdf database via SQLExpress (DotNetNuke Application)

On my local machine it works immediately, DotNetNuke intalls without problems.

On the Server i get the errormessage: ERROR: Could not connect to database specified in connectionString for SqlDataProvider

The Connectionstring is:
Data Source=.\SQLEXPRESS;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;

Is that a security issue?
I can attach the .mdf Database in SQL Server Management Studio Express without problems, so SQLExpress should have all the rights it needs to work...
Of course I detached the .mfd file before I try to connect with this connectionstring.

What can I do?
 
Back
Top