 
		
		  
		   | Microsoft provides an easy  This article provides one  This article explains how to  Marcus Mac Innes demonstrates  way to dynamically register  solution for replicating  convert the database-driven  how security on a web site  client side code at runtime.  content to multiple share  query string containing  can be compromised by taking  Unfortunately, it can only  locations using VB.Net. This  links to search-engine  advantage of holes within  place the code within the  could be useful where you  friendly ones.  the application code. These  body of a web page. I have  have a Web application  holes can be discovered by  two suggestions on how to  hosted on a Web farm and you  using a series of probes  work around this issue and  wish to have files uploaded  which disclose whether or  register code in the header.  via the Web, and then  not vulnerability exists. He  replicate the uploaded files  also demonstrated using a  to other servers in the farm.   Cross Site Scripting attack  how the Forms Authentication  cookie could be stolen and  silently sent to an  attacker's website to be  stored for later use. The  key message of the talk is  to ensure that all user  input is validated before  any other processing is  done. This together with  strict use of secure coding  standards would have  disabled any attacker's  opportunities. Source code  included.  Date: Mar, 20 2006 Date: Jun, 24 2003 Date: Mar, 25 2004 Date: Apr, 07 2005 | 
| This article describes how to  In part I of this tutorial,  In this article, you'll see  This is part II of a series  send emails with attachments  learn how to send simple  how sending email with  of articles in which we'll  using System.Web.Mail  e-mails (both text and HTML)  ASP.NET is possible and then  learn how to send mass  namespace from an ASP.NET  using ASP.NET.  we'll go deeper to see how  e-mails ( both text and HTML  page. Full source code  you can use HTML emails or  ) to a list of subscribers  available for download.  include attachments.  using ASP.NET. We'll also  learn what are validation  controls and how they can  help us validate user input.  Date: Mar, 13 2002 Date: Oct, 12 2001 Date: Dec, 15 2005 Date: Dec, 18 2002 |