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
 
Hi

Since you using 3.5 and vs2008 you can add wcf service directly in
your web application...

Well you can always write code to access the App_data folder if have
your own control hosting server...

or perhaps..

call a web request from the web service to the web site 's specific
handler which answers you app_data folder's
requirement...

Best of luck

Munna

www.munna.shatkotha.com
www.munna.shatkotha.com/blog
www.shatkotha.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top