<?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: ASP.NET Web Application Without .ASPX Extension</title>
	<atom:link href="http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:50:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sandro</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-16052</link>
		<dc:creator>Sandro</dc:creator>
		<pubDate>Mon, 01 Mar 2010 09:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-16052</guid>
		<description>Hi,
I&#039;ve been doing something similar recently: my target is to capture the WebDAV request and write a log into the database (something like an auditlogging feature).
I&#039;ve been following the steps and in my HttpModule I hooked BeginRequest event to write some text log into a local folder (for experimental purpose). However, when I try to upload a file I got &#039;Access Denied&#039; and there is no log written. 
Any advice on what may be wrong?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been doing something similar recently: my target is to capture the WebDAV request and write a log into the database (something like an auditlogging feature).<br />
I&#8217;ve been following the steps and in my HttpModule I hooked BeginRequest event to write some text log into a local folder (for experimental purpose). However, when I try to upload a file I got &#8216;Access Denied&#8217; and there is no log written.<br />
Any advice on what may be wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serg</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-15622</link>
		<dc:creator>Serg</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-15622</guid>
		<description>I want to make RewritePath. In IIS 6.0 - OK.
When run IIS 7.0 - problem ! Why ? I did all chenges in web.config. HELP !!!</description>
		<content:encoded><![CDATA[<p>I want to make RewritePath. In IIS 6.0 &#8211; OK.<br />
When run IIS 7.0 &#8211; problem ! Why ? I did all chenges in web.config. HELP !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikhail Veselov</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-14512</link>
		<dc:creator>Mikhail Veselov</dc:creator>
		<pubDate>Thu, 15 Jan 2009 13:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-14512</guid>
		<description>Under Windows Server 2003: .* is not allowed in the mapping , there is an extra ‘all extensions’ section where you can add the aspnet_isapi.dll.

Can you say, how exactly you did this? Some screens or something?</description>
		<content:encoded><![CDATA[<p>Under Windows Server 2003: .* is not allowed in the mapping , there is an extra ‘all extensions’ section where you can add the aspnet_isapi.dll.</p>
<p>Can you say, how exactly you did this? Some screens or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gershom</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-11210</link>
		<dc:creator>Gershom</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-11210</guid>
		<description>thnx for ur reply.and one more thing &quot;why do we use virtual directory &quot; and &quot;what is the basic purpose of an IIS&quot;?plz don&#039;t get irritated with my questions.I am having trouble with .NET though i am learning it since 2 months ,i couldn&#039;t be able to figure out like how exactly an application works(i mean &#039;right from the request to response,what exactly happens internally&#039;).I get many doubts like why IIS,why &quot;virtual directory&quot;,what is like &quot;finding the path&quot; ,If u can provide a pdf file where the basics are covered clearly(a diagram view would me more better), i would be thankful to you.
and in ur reply i couldnt be able to convince myself with the definition of asp.net.i mean what contents make up an asp.net other than programming languages and IDEs.
My ID:- gerel5@yahoo.co.in</description>
		<content:encoded><![CDATA[<p>thnx for ur reply.and one more thing &#8220;why do we use virtual directory &#8221; and &#8220;what is the basic purpose of an IIS&#8221;?plz don&#8217;t get irritated with my questions.I am having trouble with .NET though i am learning it since 2 months ,i couldn&#8217;t be able to figure out like how exactly an application works(i mean &#8216;right from the request to response,what exactly happens internally&#8217;).I get many doubts like why IIS,why &#8220;virtual directory&#8221;,what is like &#8220;finding the path&#8221; ,If u can provide a pdf file where the basics are covered clearly(a diagram view would me more better), i would be thankful to you.<br />
and in ur reply i couldnt be able to convince myself with the definition of asp.net.i mean what contents make up an asp.net other than programming languages and IDEs.<br />
My ID:- <a href="mailto:gerel5@yahoo.co.in">gerel5@yahoo.co.in</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Lane</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-11209</link>
		<dc:creator>Geoff Lane</dc:creator>
		<pubDate>Thu, 27 Mar 2008 18:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-11209</guid>
		<description>Gershom,
C#.NET is a programming language - really just C#. ASP.NET is web development framework for the .NET platform. .NET supports multiple languages, so you could do ASP.NET programming in C# or VB.NET (among others I assume).</description>
		<content:encoded><![CDATA[<p>Gershom,<br />
C#.NET is a programming language &#8211; really just C#. ASP.NET is web development framework for the .NET platform. .NET supports multiple languages, so you could do ASP.NET programming in C# or VB.NET (among others I assume).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gershom</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-11208</link>
		<dc:creator>Gershom</dc:creator>
		<pubDate>Thu, 27 Mar 2008 18:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-11208</guid>
		<description>Hii...recently one of my friends had attended an interview and he was asked like &quot;What is the difference between c#.net and asp.net&quot;.and &quot;What are the contents that make up asp.net technology&quot;.Could any one answer me.</description>
		<content:encoded><![CDATA[<p>Hii&#8230;recently one of my friends had attended an interview and he was asked like &#8220;What is the difference between c#.net and asp.net&#8221;.and &#8220;What are the contents that make up asp.net technology&#8221;.Could any one answer me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DamionKutaeff</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-11202</link>
		<dc:creator>DamionKutaeff</dc:creator>
		<pubDate>Sat, 22 Mar 2008 21:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-11202</guid>
		<description>Hello everybody, my name is Damion, and I&#039;m glad to join your conmunity, 
and wish to assit as far as possible.</description>
		<content:encoded><![CDATA[<p>Hello everybody, my name is Damion, and I&#8217;m glad to join your conmunity,<br />
and wish to assit as far as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mortaza Doulaty</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-11191</link>
		<dc:creator>Mortaza Doulaty</dc:creator>
		<pubDate>Sat, 15 Mar 2008 08:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-11191</guid>
		<description>And how can we configure this in IIS 7?</description>
		<content:encoded><![CDATA[<p>And how can we configure this in IIS 7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mortaza Doulaty</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-11190</link>
		<dc:creator>Mortaza Doulaty</dc:creator>
		<pubDate>Thu, 13 Mar 2008 07:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-11190</guid>
		<description>Goeff,

Thanks for your comment.</description>
		<content:encoded><![CDATA[<p>Goeff,</p>
<p>Thanks for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Lane</title>
		<link>http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/comment-page-1/#comment-11144</link>
		<dc:creator>Geoff Lane</dc:creator>
		<pubDate>Tue, 29 Jan 2008 16:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/01/20/aspnet-web-application-without-aspx-extension/#comment-11144</guid>
		<description>Mortaza,
Currently non-ASCII letters in URLs are not widely supported. They are also the source of some current security problems with how browsers handle the Unicode conversion. So, in general, I wouldn&#039;t recommend it yet. I have heard (although I don&#039;t know much about it to be honest) that people are trying to push Unicode URLs which makes sense for non-western languages that need the larger character set.

So, in principle, I&#039;m not opposed to the idea. In practice, it&#039;s currently probably not practical.</description>
		<content:encoded><![CDATA[<p>Mortaza,<br />
Currently non-ASCII letters in URLs are not widely supported. They are also the source of some current security problems with how browsers handle the Unicode conversion. So, in general, I wouldn&#8217;t recommend it yet. I have heard (although I don&#8217;t know much about it to be honest) that people are trying to push Unicode URLs which makes sense for non-western languages that need the larger character set.</p>
<p>So, in principle, I&#8217;m not opposed to the idea. In practice, it&#8217;s currently probably not practical.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
