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

mssql Webadmin connectionstring.

uedemir

New Pleskian
Hello,
im using connectionstring that writen below but it does not work in your host.

<add name="LocalSqlServer" connectionString="Data Source=mssql.mydomain.at; Initial Catalog= mydb; User ID= myuserid; Password= mypassword; MultipleActiveResultSets=True;"/>

Do you have any connectionstring instance for mssql webadmin ?
 
you can create the connection string from IIS. IIS7 has that option. Go to IIS >> connection strings >> add the required details there that will auto create connection strings in web.config
 
Back
Top