W
Will Chamberlain
This may seem like a very novice question but I am having trouble with
it. I created an application that was hosted on a webserver where the
database location happened to be c:\Inetpub\wwwroot\db. For reasons
beyond my control the application folder is going to be moved to a
different folder and reside in a different directory structure. The
connection string below worked perfect on the last server.
<add key="strConnection" value="Provider=Microsoft.Jet.OleDb.4.0;Data
Source=C:\Inetpub\wwwroot\DrawingList\db\db1.mdb;"/>
How would I edit this to reflect a change in drive letter, such as E, D,
or wherever the application gets moved to. I have no say in where this
application goes. Any suggestions.
it. I created an application that was hosted on a webserver where the
database location happened to be c:\Inetpub\wwwroot\db. For reasons
beyond my control the application folder is going to be moved to a
different folder and reside in a different directory structure. The
connection string below worked perfect on the last server.
<add key="strConnection" value="Provider=Microsoft.Jet.OleDb.4.0;Data
Source=C:\Inetpub\wwwroot\DrawingList\db\db1.mdb;"/>
How would I edit this to reflect a change in drive letter, such as E, D,
or wherever the application gets moved to. I have no say in where this
application goes. Any suggestions.