sql - SqlException (0x80131904): Unable to open the physical file -


i deployed website on iis , fixed connection database via (localdb).\iis_db in web.config file connection string.

these 2 links said above,

using localdb full iis, part 1: user profile,

using localdb full iis, part 2: instance ownership

everything works well

when accessed starting page set login.aspx, set in default document in iis login account found database. when accessed page named adminpanel.aspx got error down below..

error

i tried searching on stackoverflow solutions nothing seems solve error..

my web.config file publised website on iis

webconfig

appreciate please.. i'm guessing last error before complete school project - publishing website onto iis allow other computer in network access site.. thank you!

check sql db, mdf file connecting present in db server. attach mdf file don't need db created in db server.

check db connection string.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -