<?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>SteveOH &#187; iis</title>
	<atom:link href="http://www.steve-oh.com/blog/index.php/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steve-oh.com/blog</link>
	<description>Steve O Hernandez - Technology, Real Life, Advice</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:51:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Telerik RadNumericTextBox Parser Error: System.Web.HttpException :  Cannot create an object of type &#8216;System.Type&#8217; from its string representation &#8216;System.Int64&#8242; for the &#8216;DataType&#8217; property</title>
		<link>http://www.steve-oh.com/blog/index.php/telerik-radnumerictextbox-parser-error-system-web-httpexception-cannot-create-an-object-of-type-system-type-from-its-string-representation-system-int64-for-the-datatype-property/</link>
		<comments>http://www.steve-oh.com/blog/index.php/telerik-radnumerictextbox-parser-error-system-web-httpexception-cannot-create-an-object-of-type-system-type-from-its-string-representation-system-int64-for-the-datatype-property/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 16:13:25 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[telerik]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=421</guid>
		<description><![CDATA[Last night I ran into an idiotic error while deploying an application update into our production environment.  Here&#8217;s the full error: System.Web.HttpParseException (0&#215;80004005): Cannot create an object of type &#8216;System.Type&#8217; from its string representation &#8216;System.Int64&#8242; for the &#8216;DataType&#8217; property. &#8212;&#62; System.Web.HttpParseException (0&#215;80004005): Cannot create an object of type &#8216;System.Type&#8217; from its string representation &#8216;System.Int64&#8242; for [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I ran into an idiotic <a href="http://www.steve-oh.com/blog/index.php/tag/error/" class="st_tag internal_tag" rel="tag" title="Posts tagged with error">error</a> while deploying an application update into our production environment.  Here&#8217;s the full <a href="http://www.steve-oh.com/blog/index.php/tag/error/" class="st_tag internal_tag" rel="tag" title="Posts tagged with error">error</a>:</p>
<p style="padding-left: 30px;"><strong><a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a>.Web.HttpParseException (0&#215;80004005): Cannot create an object of type &#8216;<a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a>.Type&#8217; from its string representation &#8216;<a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a>.Int64&#8242; for the &#8216;DataType&#8217; property.</strong> &#8212;&gt; System.Web.HttpParseException (0&#215;80004005): Cannot create an object of type &#8216;System.Type&#8217; from its string representation &#8216;System.Int64&#8242; for the &#8216;DataType&#8217; property. &#8212;&gt; System.Web.HttpException (0&#215;80004005): Cannot create an object of type &#8216;System.Type&#8217; from its string representation &#8216;System.Int64&#8242; for the &#8216;DataType&#8217; property. at System.Web.UI.PropertyConverter.ObjectFromString(Type objType, MemberInfo propertyInfo, String value) at System.Web.UI.ControlBuilder.AddProperty(String filter, String name, String value, Boolean mainDirectiveMode) at System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs) at System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs) at System.Web.UI.ControlBuilder.CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName) at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type&amp; childType, Boolean defaultProperty) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)</p>
<p>This page was working perfectly on 2 <a href="http://www.steve-oh.com/blog/index.php/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with development">development</a> environments and 1 staging environment, and they all had the same version of the controls installed (BIN installed).  But when deployed to the production <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a>, the page errors out with this stupid error.</p>
<p><a href="http://www.telerik.com/community/forums/aspnet/input/radnumerictextbox-throws-a-parser-exception-on-the-webserver-but-not-on-local-development-machine.aspx" target="_blank">Telerik&#8217;s explanation </a>is that the <a href="http://www.steve-oh.com/blog/index.php/tag/telerik/" class="st_tag internal_tag" rel="tag" title="Posts tagged with telerik">telerik</a>.web.ui.dll and the <a href="http://www.steve-oh.com/blog/index.php/tag/telerik/" class="st_tag internal_tag" rel="tag" title="Posts tagged with telerik">telerik</a>.web.<a href="http://www.steve-oh.com/blog/index.php/tag/design/" class="st_tag internal_tag" rel="tag" title="Posts tagged with design">design</a>.dll have different versions, but this was not the case as I verified versions were correct, rolled back to the previous DLLs prior to the deployment, etc.  I cleared the .NET temporary file cache, restarted <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iis">IIS</a>, restarted the web service, re-referenced the controls in the web.config, even tried updating the GAC.  Nothing worked.</p>
<p>I followed <a href="http://www.telerik.com/community/forums/aspnet-ajax/input/295172.aspx" target="_blank">Telerik&#8217;s instructions </a>(different than above) as well, to no avail.</p>
<p>Since I was working against a deadline for this deploy, my only <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" class="st_tag internal_tag" rel="tag" title="Posts tagged with solution">solution</a> was to remove the RadNumericTextBox and replace it with a RadTextBox and deal with the validation of the input on the server-side.</p>
<p>Great solution?  No.  A solution at all?  Definitely not.  But I wasn&#8217;t about to wait to hear back from Telerik with their generic responses and then start shooting in the dark all over again.</p>
<p>&nbsp;</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/design/" title="design" rel="tag">design</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/develop/" title="develop" rel="tag">develop</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/development/" title="development" rel="tag">development</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/error/" title="error" rel="tag">error</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" title="iis" rel="tag">iis</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/issues/" title="issues" rel="tag">issues</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" title="solution" rel="tag">solution</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/telerik/" title="telerik" rel="tag">telerik</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/troubleshooting/" title="troubleshooting" rel="tag">troubleshooting</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/telerik-radnumerictextbox-parser-error-system-web-httpexception-cannot-create-an-object-of-type-system-type-from-its-string-representation-system-int64-for-the-datatype-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATE: Microsoft Windows Server 2008 &#8211; Disk is Read-Only / Write Protected</title>
		<link>http://www.steve-oh.com/blog/index.php/update-microsoft-windows-server-2008-disk-is-read-only-write-protected/</link>
		<comments>http://www.steve-oh.com/blog/index.php/update-microsoft-windows-server-2008-disk-is-read-only-write-protected/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 15:01:29 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[jmicron]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft windows server]]></category>
		<category><![CDATA[raid array]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows driver]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=352</guid>
		<description><![CDATA[This is an updated post to the previous post regarding the READ ONLY / WRITE PROTECTED VOLUMES IN SERVER 2008. So the work-around presented in the previous post will get you by, but it&#8217;s not a solution.  I set up a script to run the diskpart script every hour, and still, I found that it [...]]]></description>
			<content:encoded><![CDATA[<p>This is an updated post to the previous post regarding the <a title="Microsoft Windows Server 2008 – Disk is Read-Only / Write Protected" href="http://www.steve-oh.com/blog/index.php/microsoft-windows-server-2008-disk-is-read-only-write-protected/" target="_blank">READ ONLY / WRITE PROTECTED VOLUMES IN SERVER 2008</a>.</p>
<p>So the work-around presented in the previous post will get you by, but it&#8217;s not a <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" class="st_tag internal_tag" rel="tag" title="Posts tagged with solution">solution</a>.  I set up a <a href="http://www.steve-oh.com/blog/index.php/tag/script/" class="st_tag internal_tag" rel="tag" title="Posts tagged with script">script</a> to run the diskpart <a href="http://www.steve-oh.com/blog/index.php/tag/script/" class="st_tag internal_tag" rel="tag" title="Posts tagged with script">script</a> every hour, and still, I found that it was almost happening randomly. I noticed that it only happened on my Disk 2 which was on the built-in SATA controller using the JMircron chipset.  Interesting.  After I installed the new <a href="http://www.steve-oh.com/blog/index.php/tag/raid-array/" class="st_tag internal_tag" rel="tag" title="Posts tagged with raid array">RAID array</a> (<a title="Western Digital Green 2TB Drives (WD20EARS) in RAID 0" href="http://www.steve-oh.com/blog/index.php/western-digital-green-2tb-wd20ears-drive-in-raid-0/" target="_blank">here</a>) I noticed that now my <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> drive was now listed as Drive 2, and that in fact it was being listed as read-only and my script no longer worked.  What a pain in the butt.  It was especially annoying since <a href="http://www.steve-oh.com/blog/index.php/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with sql">SQL</a> <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> and <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iis">IIS</a> would start failing since they couldn&#8217;t write to the <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> drive.  What a mess.</p>
<p>At this point you have to step back and consider the situation.  I just upgraded some hardware and the situation changed, but after numerous software changes the issue remained.  So what&#8217;s hardware related but lives in software such that it can tell the OS that a disk is read only?  The answer is, a driver.</p>
<p>Then began my quest in searching for a driver <a href="http://www.steve-oh.com/blog/index.php/tag/issues/" class="st_tag internal_tag" rel="tag" title="Posts tagged with issues">issues</a> with the <a href="http://www.steve-oh.com/blog/index.php/tag/jmicron/" class="st_tag internal_tag" rel="tag" title="Posts tagged with jmicron">JMicron</a> chipset.  Low and behold, it&#8217;s a known issue.  Once I installed an updated the driver, the issue that would bring my server to a halt VANISHED.</p>
<p>Link to <a title="JMicron Driver - Windows Server 2008" href="http://www.steve-oh.com/blog/wp-content/uploads/2011/07/JMB36X_WinDrv_R1.17.63_WHQL.7z" target="_blank">JMb36X Windows Driver</a>.</p>
<p>Make sure you research your set-up first before installing a random driver.  You&#8217;ll only make a bad situation worse.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/2008/" title="2008" rel="tag">2008</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" title="iis" rel="tag">iis</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/jmicron/" title="jmicron" rel="tag">jmicron</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft-windows-server/" title="microsoft windows server" rel="tag">microsoft windows server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/raid-array/" title="raid array" rel="tag">raid array</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/script/" title="script" rel="tag">script</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server2008/" title="Server 2008" rel="tag">Server 2008</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/solution/" title="solution" rel="tag">solution</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/sql/" title="sql" rel="tag">sql</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows-driver/" title="windows driver" rel="tag">windows driver</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/update-microsoft-windows-server-2008-disk-is-read-only-write-protected/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET ServerVariable Collection</title>
		<link>http://www.steve-oh.com/blog/index.php/aspnet-servervariable-collection/</link>
		<comments>http://www.steve-oh.com/blog/index.php/aspnet-servervariable-collection/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:58:10 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2009/01/21/aspnet-servervariable-collection/</guid>
		<description><![CDATA[Syntax Request.ServerVariables (server_variable) Parameter Description server_variable Required. The name of the server variable to retrieve Server Variables Variable Description ALL_HTTP Returns all HTTP headers sent by the client. Always prefixed with HTTP_ and capitalized ALL_RAW Returns all headers in raw form APPL_MD_PATH Returns the meta base path for the application for the ISAPI DLL APPL_PHYSICAL_PATH [...]]]></description>
			<content:encoded><![CDATA[<h3>Syntax</h3>
<table border="1" width="100%" cellPadding="3" cellSpacing="0" class="ex">
<tr>
<td vAlign="top">
<pre>Request.ServerVariables (<a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a>_variable)</pre>
</td>
</tr>
</table>
<table border="1" width="100%" cellPadding="3" cellSpacing="0" class="ex">
<tr>
<th width="20%" align="left" vAlign="top">Parameter</th>
<th width="80%" align="left" vAlign="top">Description</th>
</tr>
<tr>
<td vAlign="top">server_variable</td>
<td vAlign="top">Required. The name of the <a href="http://www.w3schools.com/asp/coll_servervariables.asp#sv">server variable</a> to retrieve</td>
</tr>
</table>
<h3><a name="sv"></a>Server Variables</h3>
<table border="1" width="100%" cellPadding="3" cellSpacing="0" class="ex">
<tr>
<th width="20%" align="left" vAlign="top">Variable</th>
<th width="80%" align="left" vAlign="top">Description</th>
</tr>
<tr>
<td vAlign="top">ALL_HTTP</td>
<td vAlign="top">Returns all HTTP headers sent by the client. Always prefixed with HTTP_ and capitalized</td>
</tr>
<tr>
<td vAlign="top">ALL_RAW</td>
<td vAlign="top">Returns all headers in raw form</td>
</tr>
<tr>
<td vAlign="top">APPL_MD_PATH</td>
<td vAlign="top">Returns the meta base path for the application for the ISAPI DLL</td>
</tr>
<tr>
<td vAlign="top">APPL_PHYSICAL_PATH</td>
<td vAlign="top">Returns the physical path corresponding to the meta base path</td>
</tr>
<tr>
<td vAlign="top">AUTH_PASSWORD</td>
<td vAlign="top">Returns the value entered in the client&#8217;s authentication dialog</td>
</tr>
<tr>
<td vAlign="top">AUTH_TYPE</td>
<td vAlign="top">The authentication method that the server uses to validate users</td>
</tr>
<tr>
<td vAlign="top">AUTH_USER</td>
<td vAlign="top">Returns the raw authenticated user name</td>
</tr>
<tr>
<td vAlign="top">CERT_COOKIE</td>
<td vAlign="top">Returns the unique ID for client certificate as a string</td>
</tr>
<tr>
<td vAlign="top">CERT_FLAGS</td>
<td vAlign="top">bit0 is set to 1 if the client certificate is present and bit1 is set to 1 if the cCertification authority of the client certificate is not valid</td>
</tr>
<tr>
<td vAlign="top">CERT_ISSUER</td>
<td vAlign="top">Returns the issuer field of the client certificate</td>
</tr>
<tr>
<td vAlign="top">CERT_KEYSIZE</td>
<td vAlign="top">Returns the number of bits in Secure Sockets Layer connection key size</td>
</tr>
<tr>
<td vAlign="top">CERT_SECRETKEYSIZE</td>
<td vAlign="top">Returns the number of bits in server certificate private key</td>
</tr>
<tr>
<td vAlign="top">CERT_SERIALNUMBER</td>
<td vAlign="top">Returns the serial number field of the client certificate</td>
</tr>
<tr>
<td vAlign="top">CERT_SERVER_ISSUER</td>
<td vAlign="top">Returns the issuer field of the server certificate</td>
</tr>
<tr>
<td vAlign="top">CERT_SERVER_SUBJECT</td>
<td vAlign="top">Returns the subject field of the server certificate</td>
</tr>
<tr>
<td vAlign="top">CERT_SUBJECT</td>
<td vAlign="top">Returns the subject field of the client certificate</td>
</tr>
<tr>
<td vAlign="top">CONTENT_LENGTH</td>
<td vAlign="top">Returns the length of the content as sent by the client</td>
</tr>
<tr>
<td vAlign="top">CONTENT_TYPE</td>
<td vAlign="top">Returns the data type of the content</td>
</tr>
<tr>
<td vAlign="top">GATEWAY_INTERFACE</td>
<td vAlign="top">Returns the revision of the CGI specification used by the server</td>
</tr>
<tr>
<td vAlign="top">HTTP_&lt;<em>HeaderName</em>&gt;</td>
<td vAlign="top">Returns the value stored in the header <em>HeaderName</em></td>
</tr>
<tr>
<td vAlign="top">HTTP_ACCEPT</td>
<td vAlign="top">Returns the value of the Accept header</td>
</tr>
<tr>
<td vAlign="top">HTTP_ACCEPT_LANGUAGE</td>
<td vAlign="top">Returns a string describing the language to use for displaying content</td>
</tr>
<tr>
<td vAlign="top">HTTP_COOKIE</td>
<td vAlign="top">Returns the cookie string included with the request</td>
</tr>
<tr>
<td vAlign="top">HTTP_REFERER</td>
<td vAlign="top">Returns a string containing the URL of the page that referred the request to the current page using an &lt;a&gt; tag. If the page is redirected, HTTP_REFERER is empty</td>
</tr>
<tr>
<td vAlign="top">HTTP_USER_AGENT</td>
<td vAlign="top">Returns a string describing the browser that sent the request</td>
</tr>
<tr>
<td vAlign="top">HTTPS</td>
<td vAlign="top">Returns ON if the request came in through secure channel or OFF if the request came in through a non-secure channel</td>
</tr>
<tr>
<td vAlign="top">HTTPS_KEYSIZE</td>
<td vAlign="top">Returns the number of bits in Secure Sockets Layer connection key size</td>
</tr>
<tr>
<td vAlign="top">HTTPS_SECRETKEYSIZE</td>
<td vAlign="top">Returns the number of bits in server certificate private key</td>
</tr>
<tr>
<td vAlign="top">HTTPS_SERVER_ISSUER</td>
<td vAlign="top">Returns the issuer field of the server certificate</td>
</tr>
<tr>
<td vAlign="top">HTTPS_SERVER_SUBJECT</td>
<td vAlign="top">Returns the subject field of the server certificate</td>
</tr>
<tr>
<td vAlign="top">INSTANCE_ID</td>
<td vAlign="top">The ID for the <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iis">IIS</a> instance in text format</td>
</tr>
<tr>
<td vAlign="top">INSTANCE_META_PATH</td>
<td vAlign="top">The meta base path for the instance of IIS that responds to the request</td>
</tr>
<tr>
<td vAlign="top">LOCAL_ADDR</td>
<td vAlign="top">Returns the server address on which the request came in</td>
</tr>
<tr>
<td vAlign="top">LOGON_USER</td>
<td vAlign="top">Returns the <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> account that the user is logged into</td>
</tr>
<tr>
<td vAlign="top">PATH_INFO</td>
<td vAlign="top">Returns extra path information as given by the client</td>
</tr>
<tr>
<td vAlign="top">PATH_TRANSLATED</td>
<td vAlign="top">A translated version of PATH_INFO that takes the path and performs any necessary virtual-to-physical mapping</td>
</tr>
<tr>
<td vAlign="top">QUERY_STRING</td>
<td vAlign="top">Returns the query information stored in the string following the question mark (?) in the HTTP request</td>
</tr>
<tr>
<td vAlign="top">REMOTE_ADDR</td>
<td vAlign="top">Returns the IP address of the remote host making the request</td>
</tr>
<tr>
<td vAlign="top">REMOTE_HOST</td>
<td vAlign="top">Returns the name of the host making the request</td>
</tr>
<tr>
<td vAlign="top">REMOTE_USER</td>
<td vAlign="top">Returns an unmapped user-name string sent in by the user</td>
</tr>
<tr>
<td vAlign="top">REQUEST_METHOD</td>
<td vAlign="top">Returns the method used to make the request</td>
</tr>
<tr>
<td vAlign="top"><a href="http://www.steve-oh.com/blog/index.php/tag/script/" class="st_tag internal_tag" rel="tag" title="Posts tagged with script">SCRIPT</a>_NAME</td>
<td vAlign="top">Returns a virtual path to the script being executed</td>
</tr>
<tr>
<td vAlign="top">SERVER_NAME</td>
<td vAlign="top">Returns the server&#8217;s host name, DNS alias, or IP address as it would appear in self-referencing URLs</td>
</tr>
<tr>
<td vAlign="top">SERVER_PORT</td>
<td vAlign="top">Returns the port number to which the request was sent</td>
</tr>
<tr>
<td vAlign="top">SERVER_PORT_SECURE</td>
<td vAlign="top">Returns a string that contains 0 or 1. If the request is being handled on the secure port, it will be 1. Otherwise, it will be 0</td>
</tr>
<tr>
<td vAlign="top">SERVER_PROTOCOL</td>
<td vAlign="top">Returns the name and revision of the request information protocol</td>
</tr>
<tr>
<td vAlign="top">SERVER_SOFTWARE</td>
<td vAlign="top">Returns the name and version of the server software that answers the request and runs the gateway</td>
</tr>
<tr>
<td vAlign="top">URL</td>
<td vAlign="top">Returns the base portion of the URL</td>
</tr>
</table>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/aspnet/" title="asp.net" rel="tag">asp.net</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/fix/" title="fix" rel="tag">fix</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" title="iis" rel="tag">iis</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/script/" title="script" rel="tag">script</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/aspnet-servervariable-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET: Accessing files on a Network Share</title>
		<link>http://www.steve-oh.com/blog/index.php/aspnet-accessing-files-on-a-network-share/</link>
		<comments>http://www.steve-oh.com/blog/index.php/aspnet-accessing-files-on-a-network-share/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 20:27:49 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/07/11/aspnet-accessing-files-on-a-network-share/</guid>
		<description><![CDATA[Now, there are plenty of places to find resources on this issue, because it&#8217;s quite common to have to do so.  My issue, was a little different, in that there were multiple layers of security (authentication and authorization) for me to access the files that were needed.  Here&#8217;s what the setup looked like: Web Server [...]]]></description>
			<content:encoded><![CDATA[<p>Now, there are plenty of places to find resources on this issue, because it&#8217;s quite common to have to do so.  My issue, was a little different, in that there were multiple layers of <a href="http://www.steve-oh.com/blog/index.php/tag/security/" class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a> (authentication and authorization) for me to access the files that were needed.  Here&#8217;s what the setup looked like:</p>
<p>Web <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> -&gt; WorkGroup -&gt; Firewall -&gt; Domain -&gt; File <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> -&gt; <a href="http://www.steve-oh.com/blog/index.php/tag/network/" class="st_tag internal_tag" rel="tag" title="Posts tagged with network">Network</a> Share -&gt; SAN</p>
<p>As you can see, there are several <a href="http://www.steve-oh.com/blog/index.php/tag/issues/" class="st_tag internal_tag" rel="tag" title="Posts tagged with issues">issues</a> are hand.  Not only do the accounts have to exist to allow for this communication (and an Administrator account is the only way to go), all sorts of permissions have to be valid for this to function (ie. Local Permissions within each OS on each Server, NTFS (file permissions) on each local server, Access permissions through the Firewall, Access permissions of Domain Resources, Local <a href="http://www.steve-oh.com/blog/index.php/tag/process/" class="st_tag internal_tag" rel="tag" title="Posts tagged with process">process</a> level permissions, etc).  It was a nightmare, but I believe I figured it out.</p>
<p>There are a few things that needed to be done in this situation.  First, the permissions on the SAN needed to allow Administrators full control.  Additionally, the local user on the file server needed to have administrative privileges, to both the <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">system</a> and the SAN, thus allowing the network share.   Next, the firewall rules needed to allow file traffic (I can&#8217;t remember the SMB ports right now &#8211; and <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with windows">Windows</a> needs netBios and something else to let file transfers go through, as well as authentication).  Finally, the Web Server local user needs admin rights.</p>
<p>To get this to work, I needed everything involved to run with elevated privileges, from <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iis">IIS</a>, to each thread in the application.  Since there was going to be a large amount of file movement, as well as resource and memory manipulation, it&#8217;s required.</p>
<p>Therefore, the admin credentials were inputted into IIS to map the network share from the Web Server to the File Server.  Next, I had to impersonate the admin user in each thread within the application, a pain, but the guide can be found via Google (if I have time, I&#8217;ll track them down again). Next, the machine.config needed to be modified to allow the <a href="http://www.steve-oh.com/blog/index.php/tag/aspnet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with asp.net">ASP.NET</a> process to run with the elevated permissions.  The web.config needs to be altered to allow impersonation with the credentials as well.</p>
<p>Now here&#8217;s the kicker, and something that&#8217;s not quite known but buried within <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a>&#8217;s documentation.  For this to work (Work Group computer to authenticate to another computer) is to <strong><em>mirror</em></strong> the accounts (same username and password) on both servers (these are local accounts, not domain accounts &#8211; since the share was local on the server, the domain can be bypassed. If it were a domain resource, we would have to authenticate via NTLM to an Active Directory server, which would have been a bit more complicated).  This allows the hash sent from one system to another to be identical, and thus, you will authenticate (if you know the username and password on one workgroup computer, and it&#8217;s the same on another, chances are you&#8217;re who you say you are).</p>
<p>This took me a week to figure out, which was not enjoyable.  I hope this saves you some time.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/aspnet/" title="asp.net" rel="tag">asp.net</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" title="iis" rel="tag">iis</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/process/" title="process" rel="tag">process</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/security/" title="security" rel="tag">security</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/aspnet-accessing-files-on-a-network-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is ASP.NET 3.5 on IIS?</title>
		<link>http://www.steve-oh.com/blog/index.php/where-is-aspnet-35-on-iis/</link>
		<comments>http://www.steve-oh.com/blog/index.php/where-is-aspnet-35-on-iis/#comments</comments>
		<pubDate>Wed, 07 May 2008 15:45:39 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/index.php/2008/05/07/where-is-aspnet-35-on-iis/</guid>
		<description><![CDATA[Where is ASP.NET 3.5 on IIS ? Most people on installing .NET 3.5 on the server &#8220;expect&#8221; an entry for  v3.5 under the ASP.NET version Tab in IIS manager. And not finding that entry start panicking. If you have been one of those read on. The more tech savvy folks try to run aspnet_regiis -i [...]]]></description>
			<content:encoded><![CDATA[<h1 class="entryviewheading">Where is <a href="http://www.steve-oh.com/blog/index.php/tag/aspnet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with asp.net">ASP.NET</a> 3.5 on <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iis">IIS</a> ?</h1>
<p>Most people on installing .NET 3.5 on the <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> &#8220;expect&#8221; an entry for  v3.5  under the ASP.NET version Tab in IIS manager. And not finding that entry start  panicking. If you have been one of those read on. The more tech savvy folks try  to run aspnet_regiis -i from the v3.5 framework folder&#8230; but even that is  missing <img src='http://www.steve-oh.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://blogs.msdn.com/blogfiles/vijaysk/WindowsLiveWriter/RunningASP.NET3.5onIIS_C467/vijaysk-no35_2.jpg"><img src="http://blogs.msdn.com/blogfiles/vijaysk/WindowsLiveWriter/RunningASP.NET3.5onIIS_C467/vijaysk-no35_thumb.jpg" style="border-width: 0px" alt="vijaysk-no35" border="0" height="252" width="455" /></a></p>
<p>That brings us to the question</p>
<p><strong>What exactly is ASP.NET 3.5 ?</strong></p>
<p>Take a look at the v3.5 framework folder you will <strong>not</strong> find  most of the files needed for ASP.NET to run like aspnet_isapi.dll /  aspnet_filter.dll / aspnet_regiis.exe / aspnet_regsql.exe&#8230;</p>
<p>The reason being .NET 3.5 is not a stand alone framework like v2.0 or v1.1 .  It is just an extension of the 2.0 framework. The extension provides developers  with new language features like Anonymous Types, Extension Methods, Lambda  Expressions and of course LINQ &#8230;. and AJAX is now integrated &#8230; also you have  a few new ASP.NET controls &lt;asp:ListView&gt;, &lt;asp:LinqDataSource&gt;,  &lt;asp:DataPager&gt;</p>
<p><strong>Will I get ASP.NET version 3.5 under the ASP.NET tab in IIS 6.0  ?</strong></p>
<p>Nope. Because as far as IIS is concerned nothing has changed. The  aspnet_isapi.dll from the version 2.0 folder will still handle the requests and  there is no new ISAPI dll specific to version 3.5. So you don&#8217;t have to change  any <a href="http://www.steve-oh.com/blog/index.php/tag/script/" class="st_tag internal_tag" rel="tag" title="Posts tagged with script">Script</a> Mappings in IIS &#8230;just leave the web application pointing to v2.0  under the ASP.NET Tab. And this brings us to the next question</p>
<p><strong>What exactly is the extension ?</strong></p>
<p>For that if you have Visual Studio 2008 go ahead and create a Website  targeting the .NET 3.5 framework. Then go to the Property Pages of the Website  and select References. You will find an entry like this</p>
<p><a href="http://blogs.msdn.com/blogfiles/vijaysk/WindowsLiveWriter/RunningASP.NET3.5onIIS_C467/vijaysk-references_2.jpg"><img src="http://blogs.msdn.com/blogfiles/vijaysk/WindowsLiveWriter/RunningASP.NET3.5onIIS_C467/vijaysk-references_thumb.jpg" style="border-width: 0px" alt="vijaysk-references" border="0" height="367" width="620" /></a></p>
<p>And those four assembly references provide the new features of v3.5.  Here is  a 10,000 ft view of the functionality implemented in these assemblies</p>
<p><a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a>.Core &#8211; Provides namespaces like <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a>.Linq, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" class="st_tag internal_tag" rel="tag" title="Posts tagged with system">System</a>.IO</p>
<p>System.Data.DataSetExtensions &#8211; LINQ to DataSet</p>
<p>System.Web.Extensions &#8211; AJAX</p>
<p>System.Xml.Linq &#8211; New XML API.. supports LINQ to XML</p>
<p><strong>Do I have to configure anything manually ?</strong></p>
<p>No. When you install the .NET 3.5 redistributable on the server it installs  these assemblies in the GAC. And any website that refers to these assemblies can  fetch them from the GAC so you do not have to configure anything manually. All  you need to do is publish the content to a web application that is marked with  ASP.NET v2.0</p>
<p>And now you should be thinking</p>
<p><strong>The new language features should require a new compiler. How exactly  is the new compiler used ?</strong></p>
<p>The answer is your web.config file. When you create an ASP.NET 3.5 website in  Visual Studio 2008 an entry is made in the web.config something like</p>
<p style="border: 1px solid gray; margin: 20px 0px 10px; padding: 4px; overflow: auto; font-size: 8pt; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: #f4f4f4">&lt;system.codedom&gt;
  &lt;compilers&gt;
    &lt;compiler language=<span style="color: #006080">"c#;cs;csharp"</span> extension=<span style="color: #006080">".cs"</span> warningLevel=<span style="color: #006080">"4"</span>
              type=<span style="color: #006080">"<a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a>.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"</span>&gt;
      &lt;providerOption name=<span style="color: #006080">"CompilerVersion"</span> <span style="color: #0000ff">value</span>=<span style="color: #006080">"v3.5"</span>/&gt;
      &lt;providerOption name=<span style="color: #006080">"WarnAsError"</span> <span style="color: #0000ff">value</span>=<span style="color: #006080">"false"</span>/&gt;
    &lt;/compiler&gt;</pre>
<p>The new features do require a new compiler to be used and the web.config  tells .NET that the v3.5 compiler has to be used.</p>
<p><strong>What about IIS 7.0 ?</strong></p>
<p>IIS 7.0 is no different.</p>
<p><a href="http://blogs.msdn.com/blogfiles/vijaysk/WindowsLiveWriter/RunningASP.NET3.5onIIS_C467/vijaysk-iis7apppool_2.jpg"><img src="http://blogs.msdn.com/blogfiles/vijaysk/WindowsLiveWriter/RunningASP.NET3.5onIIS_C467/vijaysk-iis7apppool_thumb.jpg" style="border-width: 0px" alt="vijaysk-iis7apppool" border="0" height="291" width="321" /></a></p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/2008/" title="2008" rel="tag">2008</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/aspnet/" title="asp.net" rel="tag">asp.net</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/develop/" title="develop" rel="tag">develop</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" title="iis" rel="tag">iis</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/operating-system/" title="operating system" rel="tag">operating system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/script/" title="script" rel="tag">script</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/sql/" title="sql" rel="tag">sql</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/windows/" title="windows" rel="tag">windows</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/xp/" title="xp" rel="tag">xp</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/where-is-aspnet-35-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Microsoft Virtual Server using SelfSSL</title>
		<link>http://www.steve-oh.com/blog/index.php/securing-microsoft-virtual-server-using-selfssl/</link>
		<comments>http://www.steve-oh.com/blog/index.php/securing-microsoft-virtual-server-using-selfssl/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 20:01:57 +0000</pubDate>
		<dc:creator>Steve O Hernandez</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ZIP]]></category>

		<guid isPermaLink="false">http://www.steve-oh.com/blog/?p=20</guid>
		<description><![CDATA[I found this great article regarding using SelfSSL (Self Signed Certificates).  The original document can be found here.  Virtual Server can be found here. I followed the very easy instructions and it ran great.  Here is a shorter version of the directions and the links to get everything you need: Download and install IIS 6.0 [...]]]></description>
			<content:encoded><![CDATA[<p>I found this great article regarding using SelfSSL (Self Signed Certificates).  The original document can be found <a target="_blank" href="http://thelazyadmin.com/blogs/thelazyadmin/archive/2006/06/26/Configure-SSL-for-Virtual-Server-2005-Using-SelfSSL.aspx">here</a>.  Virtual <a href="http://www.steve-oh.com/blog/index.php/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">Server</a> can be found <a target="_blank" href="http://www.steve-oh.com/downloads/MicrosoftVirtualServer2005R2.zip">here</a>.</p>
<p>I followed the very easy instructions and it ran great.  Here is a shorter version of the directions and the links to get everything you need:</p>
<ol>
<li>Download and install <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iis">IIS</a> 6.0 Resource kit: <a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499">here</a></li>
<li>Open the IIS Manager (Start &gt; Run &gt; inetmgr), open the properties of the Virtual Server website (usually the 2nd one) (right click &gt; Properties)</li>
<li>Change the SSL port to 1024 (default VS port) and change the TCP port to 1020 (or any other port number) &gt; Apply</li>
<li>Open a command promt (Start &gt; Run &gt; cmd) and go to the SelfSSL director (/program files/iis resources/selfssl) and run the following command &gt; <em>selfssl /N:CN=&lt;FQDN&gt;/K:1024 /V:730 /S:2 /P:1024</em>
<ol>
<li>Where &lt;FQDN&gt; is the website domain name (ie. steve-oh.com, yahoo.com, etc) and /S:2 means the second site on the server.</li>
</ol>
</li>
<li>Now browse to the Virtual Server website and install the certificate and you&#8217;re done!</li>
</ol>
<p>Now you have a Secure Socket Layer (SSL) connection from any remote computer to your server at 1028 bit <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" class="st_tag internal_tag" rel="tag" title="Posts tagged with encryption">encryption</a>, so you can rest easy when logging in over the internet.</p>

	Tags: <a href="http://www.steve-oh.com/blog/index.php/tag/encrypt/" title="encrypt" rel="tag">encrypt</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/iis/" title="iis" rel="tag">iis</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.steve-oh.com/blog/index.php/tag/zip/" title="ZIP" rel="tag">ZIP</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.steve-oh.com/blog/index.php/securing-microsoft-virtual-server-using-selfssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

