<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<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>By Jyotsna Sonawane</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:47:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jyotsna.philogy.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/144e3f216a63c20ec12e9fd5e8727bd2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>A Glass case of Thoughts &#187; IIS</title>
		<link>http://jyotsna.philogy.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jyotsna.philogy.com/osd.xml" title="A Glass case of Thoughts" />
	<atom:link rel='hub' href='http://jyotsna.philogy.com/?pushpress=hub'/>
		<item>
		<title>IIS: How to map a domain name to a web site</title>
		<link>http://jyotsna.philogy.com/2010/01/02/iis-how-to-map-a-domain-name-to-a-web-site/</link>
		<comments>http://jyotsna.philogy.com/2010/01/02/iis-how-to-map-a-domain-name-to-a-web-site/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:40:46 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[domain name IIS]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[iis 7 binding domain name]]></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;) For demo, I am assuming following values server IP address : 222.222.222.222 public domain name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jyotsna.philogy.com&amp;blog=19356036&amp;post=403&amp;subd=jy0tsna&amp;ref=&amp;feed=1" width="1" height="1" />]]></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>
</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: For IIS version 7 </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; if needed. For demostration, I am going to use &#8220;Default Web Site&#8221;</li>
<li>Select the web site and choose bindings in Actions pane. </li>
<li>In the Site Bindings dialog box, select the binding for which you want to add a host header and then click Edit or click Add to add a new binding with a host header.</li>
<li>In the Host name box, type a host header for the site, which in my case is map.jyotsna.com<br />
<div id="attachment_501" class="wp-caption alignnone" style="width: 639px"><a href="http://jy0tsna.files.wordpress.com/2010/01/edit-binding1.png"><img src="http://jy0tsna.files.wordpress.com/2010/01/edit-binding1.png?w=600" alt="IIS 7 edit website binding" title="edit binding"   class="size-full wp-image-501" /></a><p class="wp-caption-text">IIS 7 edit website binding</p></div>
</li>
<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>To do: For IIS version 5.1 till 6 </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; if needed. For demostration, I am going to use &#8220;Default Web Site&#8221;</li>
<li>Right click the concerned web site -&gt; properties. In the &#8220;Web Site&#8221; tab, click on &#8220;Advanced&#8221; button.
<p><img src="http://jy0tsna.files.wordpress.com/2010/01/website.jpg?w=600" alt="website" title="website"   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://jy0tsna.files.wordpress.com/2010/01/advanced1.jpg?w=600" alt="Advanced" title="Advanced"   class="alignnone size-full wp-image-407" /></li>
<li>You now need to mention three values<br />
<img src="http://jy0tsna.files.wordpress.com/2010/01/add1.jpg?w=600" alt="Add" title="Add"   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://jy0tsna.files.wordpress.com/2010/01/edit-binding1.png2009/04/iis-setting-default-virtual-directory-for-your-website/">Setting default virtual directory for your website</a> </li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jy0tsna.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jy0tsna.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jy0tsna.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jy0tsna.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jy0tsna.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jy0tsna.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jy0tsna.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jy0tsna.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jy0tsna.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jy0tsna.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jy0tsna.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jy0tsna.wordpress.com/403/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jy0tsna.wordpress.com/403/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jy0tsna.wordpress.com/403/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jyotsna.philogy.com&amp;blog=19356036&amp;post=403&amp;subd=jy0tsna&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2010/01/02/iis-how-to-map-a-domain-name-to-a-web-site/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/59272e407d1ae02c38c11a03dbd61cc2?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">pixperiments</media:title>
		</media:content>

		<media:content url="http://jy0tsna.files.wordpress.com/2010/01/edit-binding1.png" medium="image">
			<media:title type="html">edit binding</media:title>
		</media:content>

		<media:content url="http://jy0tsna.files.wordpress.com/2010/01/website.jpg" medium="image">
			<media:title type="html">website</media:title>
		</media:content>

		<media:content url="http://jy0tsna.files.wordpress.com/2010/01/advanced1.jpg" medium="image">
			<media:title type="html">Advanced</media:title>
		</media:content>

		<media:content url="http://jy0tsna.files.wordpress.com/2010/01/add1.jpg" medium="image">
			<media:title type="html">Add</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS: Setting default virtual directory for your website</title>
		<link>http://jyotsna.philogy.com/2009/04/02/iis-setting-default-virtual-directory-for-your-website/</link>
		<comments>http://jyotsna.philogy.com/2009/04/02/iis-setting-default-virtual-directory-for-your-website/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:48: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 -&#62; 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<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jyotsna.philogy.com&amp;blog=19356036&amp;post=295&amp;subd=jy0tsna&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Go to the website properties for which you want to set the default virtual directory -&gt; Home directory. Set parameters as follows &#8211; Here the virtual directory I want to default to is named RoverService.</p>
<p><img src="http://jy0tsna.files.wordpress.com/2009/04/default_website_properties2.jpg?w=600" 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://jy0tsna.files.wordpress.com/2009/04/default_website_properties11.jpg2010/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>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jy0tsna.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jy0tsna.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jy0tsna.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jy0tsna.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jy0tsna.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jy0tsna.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jy0tsna.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jy0tsna.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jy0tsna.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jy0tsna.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jy0tsna.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jy0tsna.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jy0tsna.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jy0tsna.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jyotsna.philogy.com&amp;blog=19356036&amp;post=295&amp;subd=jy0tsna&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/04/02/iis-setting-default-virtual-directory-for-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/59272e407d1ae02c38c11a03dbd61cc2?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">pixperiments</media:title>
		</media:content>

		<media:content url="http://jy0tsna.files.wordpress.com/2009/04/default_website_properties2.jpg" medium="image">
			<media:title type="html">default_website_properties</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS SSL and linux openSSL</title>
		<link>http://jyotsna.philogy.com/2009/01/19/iis-ssl-and-openssl/</link>
		<comments>http://jyotsna.philogy.com/2009/01/19/iis-ssl-and-openssl/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 17:32:36 +0000</pubDate>
		<dc:creator>Jyotsna</dc:creator>
				<category><![CDATA[IIS]]></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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jyotsna.philogy.com&amp;blog=19356036&amp;post=183&amp;subd=jy0tsna&amp;ref=&amp;feed=1" width="1" height="1" />]]></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 -&gt; Properties -&gt; File Security -&gt; Secure Communications -&gt; Edit</li>
<li>Check Require SSL Channel (SSL)</li>
<p>
<img src="http://jy0tsna.files.wordpress.com/2009/01/requiressl1.jpg?w=300&#038;h=282" 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>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jy0tsna.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jy0tsna.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jy0tsna.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jy0tsna.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jy0tsna.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jy0tsna.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jy0tsna.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jy0tsna.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jy0tsna.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jy0tsna.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jy0tsna.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jy0tsna.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jy0tsna.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jy0tsna.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jyotsna.philogy.com&amp;blog=19356036&amp;post=183&amp;subd=jy0tsna&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jyotsna.philogy.com/2009/01/19/iis-ssl-and-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/59272e407d1ae02c38c11a03dbd61cc2?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">pixperiments</media:title>
		</media:content>

		<media:content url="http://jy0tsna.files.wordpress.com/2009/01/requiressl1.jpg?w=300" medium="image">
			<media:title type="html">requiressl</media:title>
		</media:content>
	</item>
	</channel>
</rss>
