Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Directory.CreateDirectory() Issues
bruce.randall
20y
2.4k
1
Reply
When my directory exists under c:\inetpub\wwwroot\docs with the ASPNET User account having full access and I try to add a directory c:\inetpub\wwwroot\docs\newDir this method throws an UnauthorizedAccessException. When I move the directory to c:\docs and give the ASPNET User account full access it works fine???????? My related problem is if the documents are put in a
with a
tag the file won't be opened (Page not found). The mouseOver shows file:\\\c:\docs\myWord.doc. If I place the directory at c:\inetpub\wwwroot\myApp\Docs and code the
then the document can be opened in Ms Word?????
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Export ASP.NET DataGrids to multiple Excel sheets
Fadil you are cool.