This is very useful when you want to test outgoing email for an application but not have access to an SMTP server. This is great for many applications including SQL Reporting Services, SharePoint and any other application which allows you to set an email/smtp server. Prerequisites 1. Create and setup a Gmail account at http://www.gmail.com […]
Currently browsing IIS 6.0.
|
Jul
16
|
Filed Under: IIS 6.0, IIS 7.0, SMTP, Windows 2003
Comments: Comments Off on How to Configure IIS SMTP Server to forward emails using a Gmail account
|
Sep
08
|
It’s possible to Force SSL on web pages using ASP. In this article I will show you how to accomplish this. To do this you need to do 2 things. Create a ForceSSL.asp page Set the file as an include on any pages that require SSL ForceSSL.asp Within your website create a file called ForceSSL.asp. […]
Filed Under: IIS 6.0, Windows 2008, IIS 7.0, Windows 2003
Comments: Comments Off on Automatically Redirect HTTP requests to HTTPS using ASP
|
Apr
06
|
In this article I will move an SSL certificate from a Windows 2003 Server box to a Windows Server 2008 machine. We will need to export the certificate on the 2003 Server and import and configure the SSL certificate on the 2008 Server. This article is divided into 4 sections: Export …
Filed Under: IIS 6.0, Windows 2008, IIS 7.0, Windows 2003
Comments: Comments Off on Moving an SSL certificate from Windows 2003 Server to Windows Server 2008
|
Jan
17
|
This article is for IIS 6 for the IIS 7 please refer to this article. If you configure IIS to only allow https connections, a user will get a 403.4 error when attempting to access the page via http. To fix this problem we create a custom 403.4 page that redirects http requests to https. […]
Filed Under: IIS 6.0
Comments: Comments Off on Automatically Redirect HTTP requests to HTTPS on IIS 6