May 21, 2008
Due to the popularity of Windows 2008 Server Core I have seen frequently questions about how to configure SSL on IIS7 with only command-line. Since I wandered that path few months back I thought of putting this article/guide together. http://www.awesomeideas...
2 comments
Tags: IIS7CertificateappcmdServer CorecertutilSSL
Mar 20, 2008
IIS7 Mobile Admin is a simple web application to administer IIS7 remotely using a mobile phone browser. I provided few screenshots of IIS7 Mobile Admin in my previous blog post here http://www.awesomeideas.net/post/2008/03/04/IIS7-Mobile-Admin.aspx And...
0 comments
Tags: IIS7Hostable Web CoreCool StuffHWC
Mar 06, 2008
I wanted to introduce something I’ve been working during last couple of weekends. Yes you guessed it “ IIS7 Mobile Admin ” to show some love to our web server administrators who keeps our Web 2.0 world up and running! Ingredients IIS7 Hosted Web core...
1 comments
Tags: IIS7Hostable Web CoreCool StuffHWC
Nov 26, 2007
There are so many things which has changed in IIS7 for the better and one of them is about the way SSL works. Although IIS6 allowed kernel mode SSL (starting with Windows 2003 SP1) that wasn't the default option. As far as I know (AFAIK) not many customers...
0 comments
Tags: IIS7
Sep 05, 2007
I had written a sample to redirect all http traffic to https (secure) in September 2006 http://www.awesomeideas.net/post/2006/09/03/Redirecting-from-http-to-https-in-IIS7.aspx In one of our internal discussion alias the question came up that this method...
4 comments
Tags: IIS7HTTP & IIS
Sep 03, 2006
I was thinking to write an HttpModule for IIS7 and wanted a simple, useful and easily understandable scenario. Working with IIS customers for last 3 years one of those common scenario came into my mind, Redirecting http traffic to https. Although this...
6 comments
Tags: IIS7HTTP & IIS
Jun 02, 2006
So what is Appcmd.exe? This is "one" command line tool to administer IIS7. In IIS6 several of admin task were done using several scattered VBS script files. This made it difficult to find out what script needs to be run for eg. to get list of worker processes...
2 comments
Tags: IIS7
Jun 02, 2006
Before the boom of web and internet, HTTP was not so common is everyday life. When internet became more and more widely used, HTTP also grew in usage. Basic web server serves static HTML type contents and then was the era in which there came several ways...
0 comments
Tags: IIS7