mike55 Posted June 17, 2008 Posted June 17, 2008 I have an infragistics UltraChart and I am using the OS "Microsoft Windows Server 2003 Web Edition". The method that is being used with UltraChart is to create an image of the chart in a folder within the project every time the chart is requested and then the images is displayed on the screen. So far in testing and during developement the entire process worked as the OS used with "Microsoft Windows XP pro". Is there restriction with the Web Edition of Windows Server 2003 that would prevent me from writing files to the hard-drive with asp.net application? If so, can such restrictions be lifted, or bypassed? Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Administrators PlausiblyDamp Posted June 17, 2008 Administrators Posted June 17, 2008 It is more likely to be a permissions thing than any particular restriction. I would check the permissions on the folder you are attempting to write to and see if the web application can actual write to it. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
mike55 Posted June 17, 2008 Author Posted June 17, 2008 Ok, I have checked the permissions on the folder, the only thing that I can see is wrong is that the read-only checkbox is ticked and greyed-out. I have tried to untick the checkbox but when I reopen the properties of the folder the checkbox is again ticked and greyed out. Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Nate Bross Posted June 17, 2008 Posted June 17, 2008 (edited) I believe that the .\ASPNET account needs access to the directory. Edited June 17, 2008 by Nate Bross Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
mike55 Posted June 18, 2008 Author Posted June 18, 2008 Found the problem, for the control in question I need to give full permission to the user "Network Service". Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.