<?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: On TextWriterTraceListener, Inheritance, InitializeData, ASP.NET, and Paths</title>
	<atom:link href="http://nicholas.piasecki.name/blog/2009/03/on-textwritertracelistener-inheritance-initializedata-aspnet-and-paths/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholas.piasecki.name/blog/2009/03/on-textwritertracelistener-inheritance-initializedata-aspnet-and-paths/</link>
	<description>Confessions of a small business software developer</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Jason Roberts</title>
		<link>http://nicholas.piasecki.name/blog/2009/03/on-textwritertracelistener-inheritance-initializedata-aspnet-and-paths/comment-page-1/#comment-1911</link>
		<dc:creator>Jason Roberts</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=204#comment-1911</guid>
		<description>Your article was very helpful. Thanks for the detailed explanation.</description>
		<content:encoded><![CDATA[<p>Your article was very helpful. Thanks for the detailed explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nelson</title>
		<link>http://nicholas.piasecki.name/blog/2009/03/on-textwritertracelistener-inheritance-initializedata-aspnet-and-paths/comment-page-1/#comment-1844</link>
		<dc:creator>David Nelson</dc:creator>
		<pubDate>Thu, 03 Feb 2011 21:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=204#comment-1844</guid>
		<description>Or you can set the &quot;current directory&quot; to be the root directory of your web app during application startup. I now do this routinely in all my web apps to avoid similar path-related issues.

protected void Application_Start(object sender, EventArgs e) {
	System.IO.Directory.SetCurrentDirectory(Server.MapPath(&quot;/&quot;));
}</description>
		<content:encoded><![CDATA[<p>Or you can set the &#8220;current directory&#8221; to be the root directory of your web app during application startup. I now do this routinely in all my web apps to avoid similar path-related issues.</p>
<p>protected void Application_Start(object sender, EventArgs e) {<br />
	System.IO.Directory.SetCurrentDirectory(Server.MapPath(&#8220;/&#8221;));<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreenivasulu Kondur</title>
		<link>http://nicholas.piasecki.name/blog/2009/03/on-textwritertracelistener-inheritance-initializedata-aspnet-and-paths/comment-page-1/#comment-1749</link>
		<dc:creator>Sreenivasulu Kondur</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=204#comment-1749</guid>
		<description>Hi,
 I have some doubt about the Parameter i.e. Filename. How can I get this Filename and what actually this filename.


My requirement is also similar to yours. But the path should be 
ie.Server.Path of the application +Hedgehog.txt

It is very urgent requirement. Can you please help me on this.

Thanks
Srini</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 I have some doubt about the Parameter i.e. Filename. How can I get this Filename and what actually this filename.</p>
<p>My requirement is also similar to yours. But the path should be<br />
ie.Server.Path of the application +Hedgehog.txt</p>
<p>It is very urgent requirement. Can you please help me on this.</p>
<p>Thanks<br />
Srini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://nicholas.piasecki.name/blog/2009/03/on-textwritertracelistener-inheritance-initializedata-aspnet-and-paths/comment-page-1/#comment-1550</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 03 Feb 2010 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=204#comment-1550</guid>
		<description>Well that explains a lot!!  :o)  Thanks for the article - explains why my log files weren&#039;t being created, though I guess they were _somewhere_.

Like the writing style!</description>
		<content:encoded><![CDATA[<p>Well that explains a lot!!  :o)  Thanks for the article &#8211; explains why my log files weren&#8217;t being created, though I guess they were _somewhere_.</p>
<p>Like the writing style!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

