Sunday, October 18, 2009

Self-Signed Certificates on IIS 7

http://www.robbagby.com/iis/self-signed-certificates-on-iis-7-the-easy-way-and-the-most-effective-way/

http://www.netometer.com/video/tutorials/server-2008-self-signed-certtificate/
http://hansolav.net/blog/SelfsignedSSLCertificatesOnIIS7AndCommonNames.aspx
http://learn.iis.net/page.aspx/144/how-to-setup-ssl-on-iis-70/
http://learn.iis.net/page.aspx/304/using-ftp-over-ssl/
http://serverfault.com/questions/57727/cannot-create-self-signed-ssl-certificate-with-iis-7

http://www.2bbit.com/details.php?id=221097
http://www.2bbit.com/details.php?id=212734

Tuesday, October 13, 2009

Syntax Highlighter On Blogger


using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;

namespace StockTaking
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
SqlConnection connection = new SqlConnection();
}
}
}