2
Answers

How to access folder and file out side the virtual path on server ?

Photo of Jitendra Maheta

Jitendra Maheta

14y
2.2k
1
I am trying to create a file outside my root folder( outside form virtual directory ) on server.
How to create a file in folder which is out side from my site's root folder?

I just made attempted through http web request from asp.net page but its not working.

Any idea or suggestions will be appreciated.


Thanks

Answers (2)

0
Photo of Jitendra Maheta
NA 5 0 14y
yes i tried physical path but its not working it gives me error:

at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
   at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
   at System.IO.Path.GetFullPathInternal(String path)


:(
0
Photo of Crish
NA 3.7k 76.5k 14y
hi

you can take physical path (c://folder/") for that. You can create any where folder, files in your drive.

thanks