how to access app_data folder of a web application from a WCF service project

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

I have 2 projects:

1. Services (a WCF service project).
2. Admin (a web application project).

I need to make a service in the Services project called ContractTemplates.
In this service I need to check the Admin | app_data folder for the
existance of other folders required in order to make the service work. How
would I do this? I use .net 3.5 and vs2008
 
Back
Top