<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AllScoop &#187; asp scripts</title>
	<atom:link href="http://www.allscoop.com/category/asp-scripts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.allscoop.com</link>
	<description>Gadgets - PHP Code - ASP Code - Web Tools - Technology</description>
	<lastBuildDate>Tue, 27 Dec 2011 15:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remove www from your url in ASP</title>
		<link>http://www.allscoop.com/remove-www-from-your-url-in-asp.php</link>
		<comments>http://www.allscoop.com/remove-www-from-your-url-in-asp.php#comments</comments>
		<pubDate>Tue, 20 Mar 2007 13:25:56 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[asp scripts]]></category>
		<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/remove-www-from-your-url-in-asp.php</guid>
		<description><![CDATA[This assumes your default file is default.asp. If it is not default.asp, then you will need to change it. This is important to prevent endless looping. Change example.com on line 7 to your domain name. This will do a permanent &#8230; <a href="http://www.allscoop.com/remove-www-from-your-url-in-asp.php">Continue reading <span class="meta-nav">&#8594;</span></a><p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>This assumes your default file is default.asp. If it is not default.asp, then you will need to change it. This is important to prevent endless looping.</p>
<p>Change example.com on line 7 to your domain name. This will do a permanent redirect to the non-www version of your domain. Place this at the top of your file.</p>
<p>So why would I want to do this?</p>
<ol>
<li>If you prefer to use the non-www version of your site. (http://example.com)</li>
<li>Consistent URL referencing is a basic key to good SEO (search engine optimization).</li>
</ol>
<p>Here is the code below, you will want to place this at the top of your page.</p>
<blockquote><p>&lt;%<br />
PATH_INFO = lcase(Request.servervariables(&#8220;PATH_INFO&#8221;))<br />
if PATH_INFO = &#8220;/default.asp&#8221; then<br />
PATH_INFO = &#8220;&#8221;<br />
end if<br />
HTTP_HOST = lcase(Request.servervariables(&#8220;HTTP_HOST&#8221;))<br />
if instr(HTTP_HOST, &#8220;www.&#8221;) = 1 then<br />
newurl = &#8220;http://example.com&#8221; &amp; PATH_INFO<br />
Response.Status = &#8220;301 Moved Permanently&#8221;<br />
Response.AddHeader &#8220;Location&#8221;, newurl<br />
Response.End<br />
end if<br />
%&gt;</p></blockquote>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/remove-www-from-your-url-in-asp.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is ASP?</title>
		<link>http://www.allscoop.com/whatisasp.php</link>
		<comments>http://www.allscoop.com/whatisasp.php#comments</comments>
		<pubDate>Fri, 02 Feb 2007 00:18:53 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[asp scripts]]></category>
		<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/whatisasp.php</guid>
		<description><![CDATA[What is ASP? ASP is a set of software components that run on a Web server and allow Web developers to build dynamic Web pages. The advantage of ASP over static HTML Web pages is that an ASP page is &#8230; <a href="http://www.allscoop.com/whatisasp.php">Continue reading <span class="meta-nav">&#8594;</span></a><p>a</p>
]]></description>
			<content:encoded><![CDATA[<p></p>
<h3>What is ASP?</h3>
<p>ASP is a set of software components that run on a Web server and allow Web developers to build dynamic Web pages. The advantage of ASP over static HTML Web pages is that an ASP page is like a computer program that runs on a Web server and can calculate results, process user input, read from or write to databases and files, and insert &#8220;live&#8221; updated content every time a user browses the page.</p>
<p><a title="more information" href="http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000522">more information</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/whatisasp.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free ASP Code</title>
		<link>http://www.allscoop.com/free-asp-code.php</link>
		<comments>http://www.allscoop.com/free-asp-code.php#comments</comments>
		<pubDate>Thu, 01 Feb 2007 14:41:05 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[asp scripts]]></category>
		<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/5/free-asp-code/</guid>
		<description><![CDATA[Looking for a great ASP and ASP.net host? Free ASP Image Gallery MS Access Logging Event Log Monitoring ASP News System Instant Content Management ASP Guest book Software Review Website MySQL ASP Content Management ASP Content Management Content Management Music &#8230; <a href="http://www.allscoop.com/free-asp-code.php">Continue reading <span class="meta-nav">&#8594;</span></a><p>a</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.discountasp.net/index.aspx?refcode=GUHLEB">Looking for a great ASP and ASP.net host?</a></p>
<p><a title="Free ASP Image Gallery" href="/asp-scripts/free-image-gallery.php">Free ASP Image Gallery</a></p>
<p><a title="MS Access Logging" href="/asp-scripts/access-logging.php">MS Access Logging</a></p>
<p><a title="Event Log Management" href="http://www.event-log-management.com" target="_blank">Event Log Monitoring</a></p>
<p><a title="ASP News" href="http://www.asp-news.org" target="_blank">ASP News System</a></p>
<p><a title="Instant ASP Content Management" href="http://www.instant-cms.com" target="_blank">Instant Content Management</a></p>
<p><a title="ASP Guestbook" href="http://www.asp-guestbook.com" target="_blank">ASP Guest book</a></p>
<p><a title="Software Review Website" href="http://www.software-review.org" target="_blank">Software Review Website</a></p>
<p><img src="http://www.mysql.aspcontentmanagement.com/images/dolphin_logo_32.gif" border="0" alt="MySQL ASP Content Management" width="21" height="23" /> <a title="MySQL ASP Content Management" href="http://www.mysql.aspcontentmanagement.com" target="_blank">MySQL ASP Content Management</a></p>
<p><img src="/images/network.gif" border="0" alt="ASP Content Management" width="21" height="23" /> <a title="ASP Content Management" href="http://www.aspcontentmanagement.com" target="_blank">ASP Content Management</a></p>
<p><img src="/images/music.gif" border="0" alt="Content Management Music Review" width="25" height="24" /> <a title="Content Mangement Music Review" href="http://www.musicreview.cms-center.com" target="_blank">Content Management Music Review</a></p>
<p><img src="/images/film.gif" border="0" alt="Content Management Movie Review" width="23" height="31" /> <a title="Content Mangement Movie Review" href="http://www.moviereview.cms-center.com" target="_blank">Content Management Movie Review</a></p>
<p><img src="/images/downarrow_right.gif" border="0" alt="Website Monitoring" width="21" height="23" /> <a title="Website Monitoring Script" href="http://www.website-monitoring.org" target="_blank">Website Monitoring Script</a></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/free-asp-code.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

