<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A glass case of thoughts &#187; IIS</title>
	<atom:link href="http://jyotsna.philogy.com/category/tech/iis-tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://jyotsna.philogy.com</link>
	<description>Brain munch illustrated</description>
	<lastBuildDate>Wed, 24 Mar 2010 05:49:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IIS: How to map a domain name to a web site</title>
		<link>http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/</link>
		<comments>http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 12:40:46 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[domain name IIS]]></category>
		<category><![CDATA[map domain name IIS]]></category>
		<category><![CDATA[map domain name to IIS web site]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=403</guid>
		<description><![CDATA[This post explains how to map domain names with IIS web site
Assumptions:

We have IIS hosted on a server with static IP and internet access (:&#124;)
We own a public domain name (:&#124;) which is to be mapped (:&#124;)
IIS version 5.1 and above

For demo, I am assuming following values

server IP address : 222.222.222.222
public domain name to be [...]]]></description>
			<content:encoded><![CDATA[<p>This post explains how to map domain names with IIS web site</p>
<p><strong>Assumptions:</strong></p>
<ul>
<li>We have IIS hosted on a server with static IP and internet access (:|)</li>
<li>We own a public domain name (:|) which is to be mapped (:|)</li>
<li>IIS version 5.1 and above</li>
</ul>
<p>For demo, I am assuming following values</p>
<ul>
<li>server IP address : 222.222.222.222</li>
<li>public domain name to be mapped: map.jyotsna.com</li>
</ul>
<p>Please note that these values are for demostration purpose only. I, in no way, own these.</p>
<p><strong>To do:</strong></p>
<ol>
<li>Add and &#8216;A&#8217; record to your DNS settings with value = IP of server. So my &#8220;A&#8221; record for jyotsna.com has value = 222.222.222.222</li>
<li>Create a web site in IIS &#8211; is needed. For demostration, I am going to use &#8220;Default Web Site&#8221;</li>
<li>Right click the concerned web site -> properties. In the &#8220;Web Site&#8221; tab, click on &#8220;Advanced&#8221; button.
<p><img src="http://jyotsna.philogy.com/wp-content/uploads/2010/01/website.JPG" alt="website" title="website" width="472" height="458" class="alignnone size-full wp-image-405" /></li>
<li>In &#8220;Multiple identities for this Web Site&#8221; section, click &#8220;Add&#8221; button.
<p><img src="http://jyotsna.philogy.com/wp-content/uploads/2010/01/Advanced.JPG" alt="Advanced" title="Advanced" width="452" height="405" class="alignnone size-full wp-image-407" /></li>
<li>You now need to mention three values<br />
<img src="http://jyotsna.philogy.com/wp-content/uploads/2010/01/Add.JPG" alt="Add" title="Add" width="335" height="201" class="alignnone size-full wp-image-406" /></li>
<ul>
<li><strong>IP Address</strong> &#8211; this is IP address of the server. In my case it will be 222.222.222.222</li>
<li><strong>TCP port</strong> &#8211; I want this website to be available on map.jyotsna.com irrespective of the actual IIS port assigned to &#8220;Default web site&#8221;. Hence I am going to specify 80. If I wanted the site to be available on map.jyotsna.com:666, I would have specified 666 as this value.</li>
<li><strong>Host Header Name</strong> &#8211; map.jyotsna.com</li>
</ul>
<li>Click on OK/ Apply to close all windows. There is <strong>NO NEED</strong> to restart IIS to reflect the changes.</li>
</ol>
<p><strong>Related articles:</strong></p>
<ol>
<li><a href="http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/">Setting default virtual directory for your website</a> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IIS: Setting default virtual directory for your website</title>
		<link>http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/</link>
		<comments>http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:18:32 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[default virtual directory in IIS]]></category>
		<category><![CDATA[website redirect virtual directory]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=295</guid>
		<description><![CDATA[Go to the website properties for which you want to set the default virtual directory -> Home directory. Set parameters as follows &#8211; Here the virtual directory I want to default to is named RoverService.

Related posts

IIS: How to map a domain name to a web site

]]></description>
			<content:encoded><![CDATA[<p>Go to the website properties for which you want to set the default virtual directory -> Home directory. Set parameters as follows &#8211; Here the virtual directory I want to default to is named RoverService.</p>
<p><img src="http://jyotsna.philogy.com/wp-content/uploads/2009/04/default_website_properties.jpg" alt="default_website_properties" title="default_website_properties" class="alignnone size-full wp-image-255" /></p>
<p><strong>Related posts</strong></p>
<ol>
<li><a href="http://jyotsna.philogy.com/2010/01/iis-how-to-map-a-domain-name-to-a-web-site/">IIS: How to map a domain name to a web site</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/04/iis-setting-default-virtual-directory-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS SSL and linux openSSL</title>
		<link>http://jyotsna.philogy.com/2009/01/iis-ssl-and-openssl/</link>
		<comments>http://jyotsna.philogy.com/2009/01/iis-ssl-and-openssl/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 12:02:36 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[.NET web service]]></category>
		<category><![CDATA[asmx over https]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openSSL]]></category>
		<category><![CDATA[secure communication]]></category>
		<category><![CDATA[security certificate]]></category>
		<category><![CDATA[Self-Signed IIS SSL Certificates using OpenSSL]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[using openssl certificateself in iis]]></category>

		<guid isPermaLink="false">http://jyotsna.philogy.com/?p=183</guid>
		<description><![CDATA[I have a .NET web service that I want to be accessed over https rather than http. Problem is HOW !!
Solution:

Activate SSL on web server (IIS)

Follow steps 1 through 4 of this very useful blog by Eric Longman



Specify the file for which SSL is required

Through inetmgr, browse to the file (in my case the .asmx [...]]]></description>
			<content:encoded><![CDATA[<p>I have a .NET web service that I want to be accessed over https rather than http. Problem is HOW !!</p>
<p>Solution:</p>
<ol>
<li>Activate SSL on web server (IIS)
<ul>
<li>Follow steps 1 through 4 of this very useful blog <a href="http://eal.us/blog/_archives/2003/6/2/25109.html">by Eric Longman</a>
</li>
</ul>
</li>
<li>Specify the file for which SSL is required
<ul>
<li>Through inetmgr, browse to the file (in my case the .asmx file). Right click -> Properties -> File Security -> Secure Communications -> Edit</li>
<li>Check Require SSL Channel (SSL)</li>
<p><br/><br />
<img src="http://jyotsna.philogy.com/wp-content/uploads/2009/01/requiressl-300x282.jpg" alt="RequireSSL" title="requiressl" width="300" height="282" class="size-medium wp-image-192" />
</ul>
</li>
</ol>
<p>And you should be done. </p>
<p><b>Related useful article:</b><br />
<a href="http://weblogs.asp.net/jan/archive/2003/12/04/41154.aspx">CONSUMING WEBSERVICES OVER HTTPS (SSL)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/01/iis-ssl-and-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
