<?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>Pranas.NET &#187; .NET</title>
	<atom:link href="http://pranas.net/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://pranas.net</link>
	<description>Keeping Computers Simple</description>
	<lastBuildDate>Fri, 30 Apr 2010 22:03:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Small development Q&amp;A</title>
		<link>http://pranas.net/2007/12/small-development-qa/</link>
		<comments>http://pranas.net/2007/12/small-development-qa/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 00:58:53 +0000</pubDate>
		<dc:creator>Ruslan Sudentas</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://iodine-125.com/?p=70</guid>
		<description><![CDATA[Q:how to zip in .NET
			A:find library ICSharpCode
Q:System.Net.HttpWebRequest vs WebClient
Q:How to create self-signed ssl certificate?
			A:use makecert.exe (part of .NET) Ex:makecert.exe -a SHA1 -ss my -sr LocalMachine -n &#34;CN=ComputerName&#34; -b 01/01/2000 -e 01/01/2050 -eku 1.3.6.1.5.5.7.3.1 -sky exchange -sp &#34;Microsoft RSA SChannel Cryptographic Provider&#34; -sy 12
			Then install it in IIS
Q:How to implement ssl switching (b/w http &#38; https) [...]]]></description>
			<content:encoded><![CDATA[<p>Q:how to zip in .NET<br />
			A:find library ICSharpCode</p>
<p>Q:System.Net.HttpWebRequest vs WebClient</p>
<p>Q:How to create self-signed ssl certificate?<br />
			A:use makecert.exe (part of .NET) Ex:makecert.exe -a SHA1 -ss my -sr LocalMachine -n &quot;CN=ComputerName&quot; -b 01/01/2000 -e 01/01/2050 -eku 1.3.6.1.5.5.7.3.1 -sky exchange -sp &quot;Microsoft RSA SChannel Cryptographic Provider&quot; -sy 12<br />
			Then install it in IIS</p>
<p>Q:How to implement ssl switching (b/w http &amp; https) in asp.net app?<br />
			A:See &quot;Switching Between HTTP and HTTPS Automatically&quot; by &quot;Matt Sollars&quot;</p>
<p>Q:How to create multiple Web Servers in WinXP?<br />
			A:cscript c:\Inetpub\Adminscripts\adsutil.vbs COPY W3SVC/1 W3SVC/2</p>
<p>http://www.bobshowto.com/iis_servers.htm</p>
<p>Q: how to copy user&#8217;s profile?<br />
			A: http://support.microsoft.com/default.aspx?scid=kb;EN-US;811151</p>
<p>Q: SELECT permission denied on object &#8216;ASPStateTempApplications&#8217;, database &#8216;tempdb&#8217;, owner &#8216;dbo&#8217;.<br />
			A: http://support.microsoft.com/default.aspx?scid=kb;en-us;810474</p>
<p>http://idunno.org/dotNet/sessionState.aspx</p>
<p>Q: How to debug Client-Side in .NET<br />
			A: -In IE Tools\Adv Options clear &quot;Disable script debugging&#8230;&quot;<br />
			-In VS.NET Tools\Debug Processes attach to the IExplore.exe<br />
			-In VS.NET set a breakpoint in the Client Side code<br />
			-In IE cause the script to run</p>
<p>Q: When connecting another computer to cable modem, it can&#8217;t connect to Internet saying &quot;Unable to contact DHCP host&quot;<br />
			A:Reboot the cable modem</p>
<p>Q:aspx files don&#8217;t run, but open &quot;File download&quot; dialog.<br />
			A:C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe -i</p>
<p>Q: When trying to run asp.net, the server gives: &quot;Server Application Unavailable&quot; error<br />
			A:http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158</p>
<p>Q: Disable Windows Explorer search assitant<br />
			A: In HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState add String Value &quot;Use Search Asst&quot; with value &quot;no&quot;</p>
<p>Q: How to output an xls file<br />
			A: Response.ContentType = &quot;application/vnd.ms-excel&quot; OR &quot;application/excel&quot; and maybe Page.EnableViewState = &quot;false&quot;
		</p>
]]></content:encoded>
			<wfw:commentRss>http://pranas.net/2007/12/small-development-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
