<?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>ASP Help - Resources for the ASP community</title>
	<atom:link href="http://www.asp-help.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asp-help.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Sep 2011 20:33:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>What are Active Server Pages?</title>
		<link>http://www.asp-help.com/what-are-active-server-pages-2/</link>
		<comments>http://www.asp-help.com/what-are-active-server-pages-2/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:33:15 +0000</pubDate>
		<dc:creator>ASP Admin</dc:creator>
				<category><![CDATA[ASP Questions]]></category>

		<guid isPermaLink="false">http://www.asp-help.com/?p=27</guid>
		<description><![CDATA[What are Active Server Pages? These are components that allow web developers to create server-side scripted templates that generate dynamic, interactive web server applications. By embedding special programatic codes in standard HTML pages, a user can access data in a database, interact with page objects such as Active-X or Java components, or create other types [...]]]></description>
			<content:encoded><![CDATA[<p>What are Active Server Pages?</p>
<p><strong></strong>These are components that allow web developers to create server-side scripted templates that generate dynamic, interactive web server applications. By embedding special programatic codes in standard HTML pages, a user can access data in a database, interact with page objects such as Active-X or Java components, or create other types of dynamic output. The HTML output by an Active Server Page is totally browser independent which means that it can be read equally well by Microsoft Explorer, Netscape Navigator, or most other browsers.ASP make it easy for a developer to create everything from a website that is customized to a viewers tastes, to a complex database application that may access legacy data from a mainframe.<span id="more-27"></span></p>
<p>A very simple example of ASP:</p>
<p>&lt;HTML&gt;<br />
&lt;HEAD&gt;<br />
&lt;TITLE&gt;Sample Web Page&lt;/TITLE&gt;<br />
&lt;/HEAD&gt;<br />
&lt;BODY&gt;<br />
&lt;P&gt;<br />
Hello &lt;%= Request.ServerVariables(“REMOTE_USER”) %&gt;<br />
The time here is &lt;%= now %&gt;<br />
Your browser is &lt;% = Request.ServerVariables(“http_user_agent”) %&gt;<br />
&lt;/BODY&gt;&lt;/HTML&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asp-help.com/what-are-active-server-pages-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What databases can I use with Active Server Pages?</title>
		<link>http://www.asp-help.com/what-databases-can-i-use-with-active-server-pages/</link>
		<comments>http://www.asp-help.com/what-databases-can-i-use-with-active-server-pages/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:31:07 +0000</pubDate>
		<dc:creator>ASP Admin</dc:creator>
				<category><![CDATA[ASP Questions]]></category>

		<guid isPermaLink="false">http://www.asp-help.com/?p=20</guid>
		<description><![CDATA[You can use any ODBC-compliant database such as FoxPro, Access, Paradox, Microsoft SQL Server, etc.]]></description>
			<content:encoded><![CDATA[<p>You can use any ODBC-compliant database such as FoxPro, Access, Paradox, Microsoft SQL Server, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asp-help.com/what-databases-can-i-use-with-active-server-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Active Server Pages secure?</title>
		<link>http://www.asp-help.com/are-active-server-pages-secure/</link>
		<comments>http://www.asp-help.com/are-active-server-pages-secure/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:30:49 +0000</pubDate>
		<dc:creator>ASP Admin</dc:creator>
				<category><![CDATA[ASP Questions]]></category>

		<guid isPermaLink="false">http://www.asp-help.com/?p=18</guid>
		<description><![CDATA[Yes. They can not cause security breaches with a browser on their own, however, malicious Java or ActiveX apps can be embedded in them just like they can be embedded in ordinary HTML pages. At the server end, individual ASPs can be protected on a per user basis.]]></description>
			<content:encoded><![CDATA[<p>Yes. They can not cause security breaches with a browser on their own, however, malicious Java or ActiveX apps can be embedded in them just like they can be embedded in ordinary HTML pages. At the server end, individual ASPs can be protected on a per user basis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asp-help.com/are-active-server-pages-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do I need any special software?</title>
		<link>http://www.asp-help.com/do-i-need-any-special-software/</link>
		<comments>http://www.asp-help.com/do-i-need-any-special-software/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:30:30 +0000</pubDate>
		<dc:creator>ASP Admin</dc:creator>
				<category><![CDATA[ASP Questions]]></category>

		<guid isPermaLink="false">http://www.asp-help.com/?p=16</guid>
		<description><![CDATA[No. Since Active Server Pages (ASP) integrate their special coding with normal HTML codes, any standard web authoring tool that allows editing of HTML can be used. However, if you wish to integrate ActiveX controls with your ASP, then you will need an appropriate development environment such as Visual Basic or Visual C++.]]></description>
			<content:encoded><![CDATA[<p>No. Since Active Server Pages (ASP) integrate their special coding with normal HTML codes, any standard web authoring tool that allows editing of HTML can be used. However, if you wish to integrate ActiveX controls with your ASP, then you will need an appropriate development environment such as Visual Basic or Visual C++.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asp-help.com/do-i-need-any-special-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are Active Server Pages also CGI?</title>
		<link>http://www.asp-help.com/are-active-server-pages-also-cgi/</link>
		<comments>http://www.asp-help.com/are-active-server-pages-also-cgi/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:30:15 +0000</pubDate>
		<dc:creator>ASP Admin</dc:creator>
				<category><![CDATA[ASP Questions]]></category>

		<guid isPermaLink="false">http://www.asp-help.com/?p=14</guid>
		<description><![CDATA[Yes and no (don’t you love straight answers). Active Server Pages and CGI scripts do similar things – namely create dynamic output on a web page or react to form input. However, Active Server Pages run in the same process as the server, and they are multi-threaded. All this leads to faster speeds than CGI [...]]]></description>
			<content:encoded><![CDATA[<p>Yes and no (don’t you love straight answers). Active Server Pages and CGI scripts do similar things – namely create dynamic output on a web page or react to form input. However, Active Server Pages run in the same process as the server, and they are multi-threaded. All this leads to faster speeds than CGI scripts can achieve and the ability to handle large numbers of users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asp-help.com/are-active-server-pages-also-cgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

