<?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: 404 and 403 Error Pages in ASP.NET</title>
	<atom:link href="http://codehill.com/2009/01/404-and-403-error-pages-in-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehill.com/2009/01/404-and-403-error-pages-in-aspnet/</link>
	<description>Premium Web Application Development</description>
	<lastBuildDate>Fri, 11 May 2012 06:51:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: KalC</title>
		<link>http://codehill.com/2009/01/404-and-403-error-pages-in-aspnet/#comment-133252</link>
		<dc:creator>KalC</dc:creator>
		<pubDate>Thu, 03 Mar 2011 17:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=78#comment-133252</guid>
		<description>I ran into the same problem as Sangam... and Amgad&#039;s solution solved the problem. Thanks.</description>
		<content:encoded><![CDATA[<p>I ran into the same problem as Sangam&#8230; and Amgad&#8217;s solution solved the problem. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgad Suliman</title>
		<link>http://codehill.com/2009/01/404-and-403-error-pages-in-aspnet/#comment-36</link>
		<dc:creator>Amgad Suliman</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=78#comment-36</guid>
		<description>Hey sangem, what I understood from your comment is you created the whole project in 1 folder and restricted access to logged in users only. If this is the case, the easiest way to solve this problem is to create a sub folder and put in it all the pages that require logging in. And leave the login and noaccess pages in the root folder. Then restrict access to the sub folder using ASP.NET&#039;s Configuration web app. This way anonymous users can browse the whole website except the restricted folder. Please try it out and let me know what happens.</description>
		<content:encoded><![CDATA[<p>Hey sangem, what I understood from your comment is you created the whole project in 1 folder and restricted access to logged in users only. If this is the case, the easiest way to solve this problem is to create a sub folder and put in it all the pages that require logging in. And leave the login and noaccess pages in the root folder. Then restrict access to the sub folder using ASP.NET&#8217;s Configuration web app. This way anonymous users can browse the whole website except the restricted folder. Please try it out and let me know what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sangam uprety</title>
		<link>http://codehill.com/2009/01/404-and-403-error-pages-in-aspnet/#comment-35</link>
		<dc:creator>sangam uprety</dc:creator>
		<pubDate>Fri, 30 Jan 2009 10:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehill.com/?p=78#comment-35</guid>
		<description>In my case, the noaccess.aspx page is never displayed. Rather the the user is prompted with the login page. If user logins successfully with the authorized account, she will be redirected to the page, otherwise the login page continues to prompt. 

I even tried to catch access denied case from the global.asax page, but no success. I don&#039;t why this happens. Currently I am catching all these in the login page and then redirect the user to the access denied page [noaccess.aspx].

Regards,
Sangam</description>
		<content:encoded><![CDATA[<p>In my case, the noaccess.aspx page is never displayed. Rather the the user is prompted with the login page. If user logins successfully with the authorized account, she will be redirected to the page, otherwise the login page continues to prompt. </p>
<p>I even tried to catch access denied case from the global.asax page, but no success. I don&#8217;t why this happens. Currently I am catching all these in the login page and then redirect the user to the access denied page [noaccess.aspx].</p>
<p>Regards,<br />
Sangam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

