TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Morcos Adel
NA
195
50.2k
virtual directory problem
Jun 1 2011 9:08 AM
hi
i have a problem with web site published on windows server 2008 i think the version of the iis is 7...
scenario:
on this server i have a shared network folder (z:) and i have all the permissions to access all the documents on it,From the iis i create a
virtual directory named test and then the alias is test and physical path
point to the (Z:) drive and when i browse this folder it realy is showing me
the data in the (Z:) drive....
what really confuses me now is how to access this folder from my code specially that i didn't create it when i built my webapplication...
in the code i wrote :
String
Path =
"~/test/"
+ Trial +
"NewDocument.docx"
;
String
Text = ReadTextFile(Path);
and i get the following error:
Could not find a part of the path
'c:\windows\system32\inetsrv\~\test\Reading Trial\NewDocument.docx'.
any ideas to solve this problem would be great...
Thanks in advance....
Reply
Answers (
4
)
What is the best recommended approach for Bulk Insert/Update in asp.net GridView?
How To: Change Facebook Connect Button Image