<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How can I allow my website visitors to create text files in ASP.NET?</title>
	<atom:link href="http://www.winwebhosting.com/blog/asp_net/how-can-i-allow-my-website-visitors-to-create-text-files-in-asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winwebhosting.com/blog/asp_net/how-can-i-allow-my-website-visitors-to-create-text-files-in-asp-net/</link>
	<description>Web Hosting Information</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:54:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: dhvrm</title>
		<link>http://www.winwebhosting.com/blog/asp_net/how-can-i-allow-my-website-visitors-to-create-text-files-in-asp-net/comment-page-1/#comment-1266</link>
		<dc:creator>dhvrm</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.winwebhosting.com/blog/asp_net/how-can-i-allow-my-website-visitors-to-create-text-files-in-asp-net/#comment-1266</guid>
		<description>Any time you see the access to path denied error, that&#039;s usually because you have not properly granted permission to the folder for the process that is actually running ASP.NET. This is often the NETWORK SERVICE account, NOT the ASPNET worker account (WS 2003 and later).

It is also possible that you are either not changing the name of the file being written, or you are not closing it and destroying the file object before someone else creates it. Only one user at a time can have a file open.</description>
		<content:encoded><![CDATA[<p>Any time you see the access to path denied error, that&#8217;s usually because you have not properly granted permission to the folder for the process that is actually running ASP.NET. This is often the NETWORK SERVICE account, NOT the ASPNET worker account (WS 2003 and later).</p>
<p>It is also possible that you are either not changing the name of the file being written, or you are not closing it and destroying the file object before someone else creates it. Only one user at a time can have a file open.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

