Does anyone know of a way to include a relative path reference in web.config?
For example, I would like to store an access database connection string in web.config. I would like to set the Data Source parameter to the metadb.mdb file in the web application root. However, for reusability reasons, I would like to avoid specifying the entire file path in web.config.
Any suggestions would be greatly appreciated. Thank you.
Mike
For example, I would like to store an access database connection string in web.config. I would like to set the Data Source parameter to the metadb.mdb file in the web application root. However, for reusability reasons, I would like to avoid specifying the entire file path in web.config.
Any suggestions would be greatly appreciated. Thank you.
Mike