Allowing web application to see a folder outside it's domain

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to configure my web application to see a folder outside it's root.
I know I need to configure my web.config file, but don't know how.
Can you help?
 
Well, let's see. "Outside it's root" is kind of like "outside my office."
IOW, it could be anywhere in the universe, other than in the web site. Can
you be more specific? And what exactly do you mean by "see?"

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
Outside:
if my web application is in 'wwwroot\mywebapp1' folder, then I want to see:
'wwwroot\storage' folder.
To see: means to be able to use program files like .dlls, .exe, .xml, .dat
and also to create a file and write to a file in that folder.
Oleg
 

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