J
jread
Guest
It is running the database as a User Instance. The database is located in the App_Data folder at the root of the project Sitefinity.mdf & Siteifnity_log.ldf. If you want you can attach the mdf to as a database on any SQL server. If you want to literally browse the user instance DB you can find the connection string for the DB by running the following script. Connect to the SQLExpress instance in SSMS and then run the below. The 'owning_principal_name' column has the connection string SELECT owning_principal_name, instance_pipe_name, heart_beat FROM sys.dm_os_child_instances sys.dm_os_child_instances (Transact-SQL) - SQL Server
Continue reading...
Continue reading...