<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Alex Chang's WebLog - All Comments</title><link>http://weblogs.asp.net/achang/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: A fix for when Visual Studio .NET is slow in starting up/opening</title><link>http://weblogs.asp.net/achang/archive/2004/05/04/125645.aspx#6255603</link><pubDate>Sat, 07 Jun 2008 13:36:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6255603</guid><dc:creator>at2000_zm</dc:creator><description>&lt;p&gt;VS can load the app very slow if you have set many breakpoints. i have come across a link that provides excellent solution to this problem. it can also be used for other purpose also.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://saurabhramya.googlepages.com/save%26loadbreakpointsinvisualstudio"&gt;saurabhramya.googlepages.com/save%26loadbreakpointsinvisualstudio&lt;/a&gt; &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6255603" width="1" height="1"&gt;</description></item><item><title>re: How to use Trusted Connection when SQL server and web Server are on two separate machines.</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#5877461</link><pubDate>Thu, 28 Feb 2008 12:18:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5877461</guid><dc:creator>Thangavignesh</dc:creator><description>&lt;p&gt;this site is very useful for me&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5877461" width="1" height="1"&gt;</description></item><item><title>How to use Trusted Connection when SQL server and web Server are on two separate machines.</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#5838044</link><pubDate>Fri, 22 Feb 2008 03:16:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5838044</guid><dc:creator>Vincent Yang</dc:creator><description>&lt;p&gt;(Ref:&lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx"&gt;weblogs.asp.net/.../113866.aspx&lt;/a&gt;)Recently,inourconsiderationt...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5838044" width="1" height="1"&gt;</description></item><item><title>Top 10 Best Practices for Production ASP.NET Applications</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#5774898</link><pubDate>Wed, 13 Feb 2008 06:05:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5774898</guid><dc:creator>Kyle Beyer</dc:creator><description>&lt;p&gt;In no particular order, here are the top ten things I&amp;amp;#39;ve learned to pay attention to when dealing&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5774898" width="1" height="1"&gt;</description></item><item><title>re: How to use Trusted Connection when SQL server and web Server are on two separate machines.</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#5652479</link><pubDate>Fri, 25 Jan 2008 22:33:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5652479</guid><dc:creator>Kirill S</dc:creator><description>&lt;p&gt;Alex,&lt;/p&gt;
&lt;p&gt;I am so glad I ran into your web page. Your advice worked for me. &lt;/p&gt;
&lt;p&gt;I experienced only minor differences, probably because I am working on Windows 2003 server.&lt;/p&gt;
&lt;p&gt;To get the single sign on to work I had to disable Anonymous access &amp;nbsp;and check Basic Authentication check box in IIS manager. I also had to add few lines in the web.config file:&lt;/p&gt;
&lt;p&gt;&amp;lt;authentication mode=&amp;quot;Windows&amp;quot; /&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;identity impersonate=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kirill&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5652479" width="1" height="1"&gt;</description></item><item><title>re: How to use Trusted Connection when SQL server and web Server are on two separate machines.</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#5637953</link><pubDate>Wed, 23 Jan 2008 04:20:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5637953</guid><dc:creator>Sudip Purkayastha</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am facing one typical problem. my web server and DB server (which also having IIS server) &amp;nbsp;are on different PC. i have configured ASP.net password on both the PCs. Now, once i try to connect the DB on trusted connection, giving IMPERSONATION=false, i get the same error. &lt;/p&gt;
&lt;p&gt;But if i write IMPERSONATION=true USERNAME=&amp;quot;xyz&amp;quot; PASSWORD=&amp;quot;xyz&amp;quot; it works fine. i am having IIS 5.6 &lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5637953" width="1" height="1"&gt;</description></item><item><title>re: How to use Trusted Connection when SQL server and web Server are on two separate machines.</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#5454357</link><pubDate>Fri, 14 Dec 2007 12:42:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5454357</guid><dc:creator>Daniel</dc:creator><description>&lt;p&gt;Small point I think should be mentioned in reference to Barry's and Alex's discussion&lt;/p&gt;
&lt;p&gt;DB Trusted Conection with IIS running under domain account context - should be perfectly fine for Intranet applications.&lt;/p&gt;
&lt;p&gt;For publically facing Internet sites - segragation between the IIS server and the internal organisation is a must. Usually this is achieved with a DMZ. &amp;nbsp;SQL Server authentication is probably easiest to use in this setup as windows authentication would require a separate DMZ domain.&lt;/p&gt;
&lt;p&gt;For DMZ info... see &lt;a rel="nofollow" target="_new" href="http://en.wikipedia.org/wiki/Demilitarized_zone_"&gt;en.wikipedia.org/.../Demilitarized_zone_&lt;/a&gt;(computing)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5454357" width="1" height="1"&gt;</description></item><item><title>Using SSPI in connection strings vs. a named SQL Server user &amp;laquo; The Pursuit of a Life</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#5367995</link><pubDate>Wed, 28 Nov 2007 22:33:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5367995</guid><dc:creator>Using SSPI in connection strings vs. a named SQL Server user « The Pursuit of a Life</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Using SSPI in connection strings vs. a named SQL Server user &amp;amp;laquo; The Pursuit of a Life&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5367995" width="1" height="1"&gt;</description></item><item><title>re: How to use Trusted Connection when SQL server and web Server are on two separate machines.</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#3439781</link><pubDate>Wed, 08 Aug 2007 20:36:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3439781</guid><dc:creator>Travis</dc:creator><description>&lt;p&gt;We are looking at implementing some kind of trusted connection like this in our applications.&lt;/p&gt;
&lt;p&gt;Which do you think is worse, using a trusted connection as described in this article, or using SQL Server accounts instead of Active Directory accounts to authenticate to the database?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3439781" width="1" height="1"&gt;</description></item><item><title>re:How to use Trusted Connection when SQL server and web Server are on two separate machines.</title><link>http://weblogs.asp.net/achang/archive/2004/04/15/113866.aspx#397877</link><pubDate>Sun, 10 Apr 2005 06:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:397877</guid><dc:creator>TrackBack</dc:creator><description>^_^,Pretty Good!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=397877" width="1" height="1"&gt;</description></item></channel></rss>