

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > Script-archive</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Mon, 23 Nov 2009 19:07:01 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > Script-archive</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL-v2/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>ASP Security Issues</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=1054#p1054</link>
				<description><![CDATA[ <img src="http://www.devppl.com/forum/images/smilies//icon_exclaim.gif"
alt=":!:" title="Exclamation" /> Never trust user input to be of an
appropriate size or contain appropriate characters. Always verify user
input before using it to make decisions. The best option is to create a
COM+ component which you can call from an ASP page to verify user input.
You can also use the Server.HTMLEncode method, the Server.URLEncode method,
or one of the code examples at the bottom of this page.
<br />
<br />
<br />Do not create database connection strings in an ASP page by
concatenating strings of user input together. A malicious attacker can
inject code in their input to gain access to your database. If you are
using a SQL database, use stored procedures for creating database
connection strings
<br />
<br />
<br />Do not use the default SQL administrator account name, sa. Everyone
who uses SQL knows that the sa account exists. Create a different SQL
administrative account with a strong password and delete the sa account.
<br />
<br />
<br />
...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=196">techyashish</a> &bull; on Thu Oct 07, 2004 6:46 pm &bull; Replies 0 &bull; Views 2816</p><hr />]]></description>
					<content:encoded><![CDATA[ <img src="http://www.devppl.com/forum/images/smilies//icon_exclaim.gif"
alt=":!:" title="Exclamation" /> Never trust user input to be of an
appropriate size or contain appropriate characters. Always verify user
input before using it to make decisions. The best option is to create a
COM+ component which you can call from an ASP page to verify user input.
You can also use the Server.HTMLEncode method, the Server.URLEncode method,
or one of the code examples at the bottom of this page.
<br />
<br />
<br />Do not create database connection strings in an ASP page by
concatenating strings of user input together. A malicious attacker can
inject code in their input to gain access to your database. If you are
using a SQL database, use stored procedures for creating database
connection strings
<br />
<br />
<br />Do not use the default SQL administrator account name, sa. Everyone
who uses SQL knows that the sa account exists. Create a different SQL
administrative account with a strong password and delete the sa account.
<br />
<br />
<br />
...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=34"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[196]]></dc:creator>
			<dc:date>2004-10-07T18:46:32+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=1054#p1054</guid>
		</item>
	
	</channel>
</rss>