<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>ASP Help - Resources for the ASP community</title>
	<link>http://www.asp-help.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Sep 2011 20:33:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>What are Active Server Pages?</title>
		<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>
		<link>http://www.asp-help.com/what-are-active-server-pages-2/</link>
			</item>
	<item>
		<title>What databases can I use with Active Server Pages?</title>
		<description><![CDATA[You can use any ODBC-compliant database such as FoxPro, Access, Paradox, Microsoft SQL Server, etc.]]></description>
		<link>http://www.asp-help.com/what-databases-can-i-use-with-active-server-pages/</link>
			</item>
	<item>
		<title>Are Active Server Pages secure?</title>
		<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>
		<link>http://www.asp-help.com/are-active-server-pages-secure/</link>
			</item>
	<item>
		<title>Do I need any special software?</title>
		<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>
		<link>http://www.asp-help.com/do-i-need-any-special-software/</link>
			</item>
	<item>
		<title>Are Active Server Pages also CGI?</title>
		<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>
		<link>http://www.asp-help.com/are-active-server-pages-also-cgi/</link>
			</item>
</channel>
</rss>

