Hi
When am accessing accdb in IIS8 with windows server2012, if am keeping database in same system its working fine, but i want keep my database in network location with shared databse while doing like my application is not working please help on this. any changes i have to made in IIS 8 or shared folder
Below connect strings i have used in my web config file
<add name="connectionString" connectionString="Provider=Microsoft.ACE.OLEDB.12.0; Data Source=D:\elija\EDSMESS_Clean_06-10-2013.accdb ;Persist Security Info=True" />
For network location
<add name="connectionString" connectionString="Provider=Microsoft.ACE.OLEDB.12.0; Data Source=\\192.168.0.131\sharedb\EDSMESS.accdb ;Persist Security Info=True"/>
thanks
Ram