Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 19th, 2005, 12:20 AM
Authorized User
 
Join Date: Jul 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem about access denied .

This is my test code:
string desfile=Server.MapPath("/Text/test.txt");
StreamWriter sw=new StreamWriter(desfile,false);
sw.WriteLine("Line1\n\rLine2\n\rLine3");
sw.Close();

when I run these code it return this error message:
"Accecc to c:/inetpub/wwwroot/Test/text/test.txt is denied".
I solved it by setting the directory security of the Test and Text subfolder to read and write and allow annonymous access but it still didn't work. Finally I set the asp.net user accoount to Administrator account then it worked.Is there any better method than this ? I am afraid that this will allow too much permission to the annonymous user.Please give me the suggestion.
                                                              doctorsom






Similar Threads
Thread Thread Starter Forum Replies Last Post
401.3 Access denied due to Access Control List cforsyth .NET Framework 2.0 8 May 28th, 2009 01:56 PM
access is denied shanwaj ASP.NET 1.0 and 1.1 Basics 0 December 28th, 2007 03:04 AM
The infamous Access denied problem... RMASSEY MySQL 1 December 27th, 2004 11:20 PM
Access Denied Problem tys MySQL 1 April 7th, 2004 04:12 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.