<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://windowsadvice.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">owsteve</title><subtitle type="html">Senior Internet Support Specialist @ ORCSWeb.com. Admin by day, wanna-be-coder @ night..</subtitle><id>http://windowsadvice.com/blogs/owsteve/atom.aspx</id><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/default.aspx" /><link rel="self" type="application/atom+xml" href="http://windowsadvice.com/blogs/owsteve/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.60809.935">Community Server</generator><updated>2005-10-06T01:07:00Z</updated><entry><title>How to turn on Userenv debugging</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx</id><published>2006-03-07T22:47:00Z</published><updated>2006-03-07T22:47:00Z</updated><content type="html">&lt;P&gt;You can also turn on debug logging for Userenv which will give you a lot more information about what is breaking:&lt;/P&gt;
&lt;P&gt;Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon&lt;BR&gt;Value: UserEnvDebugLevel&lt;BR&gt;Value Type: REG_DWORD&lt;BR&gt;Value Data: 10002 (Hex) &lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx&amp;amp;;subject=How+to+turn+on+Userenv+debugging" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx&amp;amp;;title=How+to+turn+on+Userenv+debugging" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx&amp;amp;title=How+to+turn+on+Userenv+debugging" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx&amp;amp;;title=How+to+turn+on+Userenv+debugging" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx&amp;amp;;title=How+to+turn+on+Userenv+debugging&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/07/15631.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=15631" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Create a unique variable on a batch file.</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx</id><published>2006-03-03T17:51:00Z</published><updated>2006-03-03T17:51:00Z</updated><content type="html">&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;for /f "tokens=1,2" %%u in ('date /t') do set d=%%v&lt;BR&gt;for /f "tokens=1" %%u in ('time /t') do set t=%%u&lt;BR&gt;if "%t:~1,1%"==":" set t=0%t%&lt;BR&gt;set timestr=%d:~6,4%%d:~3,2%%d:~0,2%%t:~0,2%%t:~3,2%&lt;BR&gt;echo %timestr%&lt;/FONT&gt;&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx&amp;amp;;subject=Create+a+unique+variable+on+a+batch+file." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx&amp;amp;;title=Create+a+unique+variable+on+a+batch+file." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx&amp;amp;title=Create+a+unique+variable+on+a+batch+file." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx&amp;amp;;title=Create+a+unique+variable+on+a+batch+file." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx&amp;amp;;title=Create+a+unique+variable+on+a+batch+file.&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/03/03/15554.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=15554" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>WMI properties related to task manager memory settings</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx</id><published>2006-02-06T15:44:00Z</published><updated>2006-02-06T15:44:00Z</updated><content type="html">&lt;P&gt;I was writing a console app that wanted to retrieve the same memory settings that show up in task manager.&amp;nbsp; Here are the 4 properties, you just have to divide them by 1024 to get the Megabyte size.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Memory Usage = WorkingSetSize (WMI Property)&lt;BR&gt;Peak Memory Usage = PeakWorkingSetSize (WMI Property)&lt;BR&gt;VM Size = PageFileUsage&lt;BR&gt;Peak VM Size = PeakPageFileSystem&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx&amp;amp;;subject=WMI+properties+related+to+task+manager+memory+settings" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx&amp;amp;;title=WMI+properties+related+to+task+manager+memory+settings" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx&amp;amp;title=WMI+properties+related+to+task+manager+memory+settings" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx&amp;amp;;title=WMI+properties+related+to+task+manager+memory+settings" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx&amp;amp;;title=WMI+properties+related+to+task+manager+memory+settings&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/02/06/15062.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=15062" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Flash Tip: Checking Microsoft Systems Management Server (SMS) 2003 for new program advertisements</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx</id><published>2006-01-14T06:01:00Z</published><updated>2006-01-14T06:01:00Z</updated><content type="html">&lt;P&gt;&lt;BR&gt;&lt;B&gt;Q:&lt;/B&gt; How can I force my Microsoft Systems Management Server (SMS) 2003 clients to check for new program advertisements? &lt;/P&gt;
&lt;P&gt;&lt;B&gt;A:&lt;/B&gt; Program advertisements occur as part of the Machine Policy Retrieval &amp;amp; Evaluation Cycle action in the SMS 2003 Advanced Client. To force a client to find new programs that are available ahead of the regular discovery phase, perform these steps:&lt;/P&gt;
&lt;TABLE class=numberedList cellSpacing=0 cellPadding=0&gt;

&lt;TR&gt;
&lt;TD class=listNumber&gt;
&lt;P&gt;1.&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Open the &lt;B&gt;Systems Management&lt;/B&gt; Control Panel item (Start, Settings, Control Panel, Systems Management).&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=listNumber&gt;
&lt;P&gt;2.&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Click the &lt;B&gt;Actions&lt;/B&gt; tab.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=listNumber&gt;
&lt;P&gt;3.&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Select "Machine Policy Retrieval &amp;amp; Evaluation Cycle," and then click &lt;B&gt;Initiate Action&lt;/B&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=listNumber&gt;
&lt;P&gt;4.&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;Close the &lt;B&gt;Systems Management&lt;/B&gt; Control Panel item. Within a few minutes, the new program advertisements should be visible.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
&lt;P&gt;Alternatively, you can use the Policy Spy Tool to force a machine policy retrieval. You can download the Policy Spy Tool &lt;A href="http://www.microsoft.com/smserver/downloads/2003/tools/toolkit.asp"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This Windows tip is brought to you by &lt;I&gt;Windows IT Pro&lt;/I&gt; (formerly &lt;I&gt;Windows &amp;amp; .NET Magazine&lt;/I&gt;), the top technical publication for IT professionals filled with technical how-to articles, strategies, tips, and solutions. &lt;A href="http://www.windowsitpro.com/rd.cfm?code=thee2053tf"&gt;Order now&lt;/A&gt; at a special charter rate.&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx&amp;amp;;subject=Flash+Tip%3a+Checking+Microsoft+Systems+Management+Server+(SMS)+2003+for+new+program+advertisements" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx&amp;amp;;title=Flash+Tip%3a+Checking+Microsoft+Systems+Management+Server+(SMS)+2003+for+new+program+advertisements" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx&amp;amp;title=Flash+Tip%3a+Checking+Microsoft+Systems+Management+Server+(SMS)+2003+for+new+program+advertisements" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx&amp;amp;;title=Flash+Tip%3a+Checking+Microsoft+Systems+Management+Server+(SMS)+2003+for+new+program+advertisements" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx&amp;amp;;title=Flash+Tip%3a+Checking+Microsoft+Systems+Management+Server+(SMS)+2003+for+new+program+advertisements&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2006/01/14/14704.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14704" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Change schema on Tables and Stored procedures in sql 2005</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx</id><published>2005-12-29T21:50:00Z</published><updated>2005-12-29T21:50:00Z</updated><content type="html">&lt;P&gt;I was trying to change the 'schema' on an object from a 'username' to 'dbo' in SQL Server 2005.&amp;nbsp; The script generates code you have to copy, paste and run on the database.&amp;nbsp; Thanks to the DBA gurus&amp;nbsp;on the &lt;A href="mailto:sql-sqlsvr-sprocs@sqladvice.com"&gt;sql-sqlsvr-sprocs@sqladvice.com&lt;/A&gt;&amp;nbsp;list (Bill Swartz thanks a bunch) that provided&amp;nbsp;the syntax.&amp;nbsp; I encourage everyone looking for SQL help to&amp;nbsp;check out the lists on &lt;STRONG&gt;SQLAdvice.com &lt;/STRONG&gt;&lt;A href="http://sqladvice.com/lists/category.aspx?c=32"&gt;http://sqladvice.com/lists/category.aspx?c=32&lt;/A&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=4&gt;Change Stored procedures in sql 2005&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;&lt;FONT color=#000000&gt;'Note this is the raw query&lt;/FONT&gt;&lt;BR&gt;SELECT&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'ALTER SCHEMA dbo TRANSFER '&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;FONT size=2&gt; s&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Name&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'.'&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;+&lt;/FONT&gt;&lt;FONT size=2&gt; p&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Name&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;sys.Procedures&lt;/FONT&gt;&lt;FONT size=2&gt; p &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;INNER&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;JOIN&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;sys.Schemas&lt;/FONT&gt;&lt;FONT size=2&gt; s &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;on&lt;/FONT&gt;&lt;FONT size=2&gt; p&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT size=2&gt;schema_id &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt; s&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT size=2&gt;schema_id &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;where&lt;/FONT&gt;&lt;FONT size=2&gt; s&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Name&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'CHANGE_ME_Username'&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;It would create this kind of output. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;ALTER &lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;SCHEMA&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;dbo TRANSFER steveschofield&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;spAuthors1&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT color=#0000ff size=2&gt;ALTER&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;SCHEMA&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; dbo TRANSFER steveschofield&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;spAuthors2&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT color=#0000ff size=2&gt;ALTER&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;SCHEMA&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; dbo TRANSFER steveschofield&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;spAuthors3&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;You would run in a new query window, after this refresh SQL Management studio and the stored procedures would be &lt;STRONG&gt;dbo.spAuthors1, dbo.spAuthors2, dbo.spAuthors3.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;&lt;FONT size=4&gt;Change Table&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size=4&gt;in sql 2005&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT size=4&gt;Here is an article that describes the syntax, it uses the 'sp_changeobjectowner' which isn't real "sql2005'ish" but works.&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;A href="http://www.sqlservercentral.com/columnists/kKellenberger/understandingobjectownership.asp"&gt;http://www.sqlservercentral.com/columnists/kKellenberger/understandingobjectownership.asp&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000 size=3&gt;&lt;PRE class=code&gt;declare @OldOwner varchar(100)
declare @NewOwner varchar(100)

set @OldOwner = 'OldOwner'
set @NewOwner = 'NewOwner'&lt;BR&gt;
&lt;BR&gt;select 'sp_changeobjectowner ''[' + table_schema + '].[' + table_name + ']'', ''' + @NewOwner + '''
go  &lt;BR&gt;
from information_schema.tables where Table_schema = @OldOwner&lt;/PRE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx&amp;amp;;subject=Change+schema+on+Tables+and+Stored+procedures+in+sql+2005" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx&amp;amp;;title=Change+schema+on+Tables+and+Stored+procedures+in+sql+2005" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx&amp;amp;title=Change+schema+on+Tables+and+Stored+procedures+in+sql+2005" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx&amp;amp;;title=Change+schema+on+Tables+and+Stored+procedures+in+sql+2005" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx&amp;amp;;title=Change+schema+on+Tables+and+Stored+procedures+in+sql+2005&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/29/14487.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14487" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>How to setup a 'Blind Get' FTP Server by Steve Schofield</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx</id><published>2005-12-21T05:35:00Z</published><updated>2005-12-21T05:35:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN id=lblfp&gt;Over the last few weeks I've actually starting writing articles again.&amp;nbsp; I've published them on my own little world of code samples and more.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"This article covers how-to setup an anonymous “blind get” FTP server using Microsoft Windows 2003 built-in FTP server. A “blind get” FTP server provides a method to anonymously transfer files using FTP without having permission to list files or add files on the FTP site. In other words, you can “get” files but not see what’s there or retrieve files unless the absolute path is known. There are benefits for both the end-user and FTP administrator. The end-user doesn’t have to remember a user id and password. The FTP administrator uses NTFS permissions so anonymous users can’t browse or add files."&amp;nbsp; Read on...&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www.aspdot.net/articles/blindget/"&gt;http://www.aspdot.net/articles/blindget/&lt;/A&gt;&lt;/P&gt;&lt;/SPAN&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx&amp;amp;;subject=How+to+setup+a+%27Blind+Get%27+FTP+Server+by+Steve+Schofield" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx&amp;amp;;title=How+to+setup+a+%27Blind+Get%27+FTP+Server+by+Steve+Schofield" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx&amp;amp;title=How+to+setup+a+%27Blind+Get%27+FTP+Server+by+Steve+Schofield" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx&amp;amp;;title=How+to+setup+a+%27Blind+Get%27+FTP+Server+by+Steve+Schofield" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx&amp;amp;;title=How+to+setup+a+%27Blind+Get%27+FTP+Server+by+Steve+Schofield&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/21/14404.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14404" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Exchange info / references.</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx</id><published>2005-12-18T04:22:00Z</published><updated>2005-12-18T04:22:00Z</updated><content type="html">&lt;FONT size=2&gt;
&lt;P&gt;I'm reading up more on Exchange and becoming familiar with some of the options the product offers.&amp;nbsp; The article below&amp;nbsp;discusses&amp;nbsp;the Sender ID filtering option, it also shows how to apply various policies on incoming SMTP messages.&amp;nbsp;Here are some good reference links besides &lt;/FONT&gt;&lt;A href="http://microsoft.com/exchange/"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://Microsoft.com/exchange/&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Various Exchange tools (misc stuff&amp;nbsp;these are free)&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/exchange/downloads/2003/tools.mspx"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://www.microsoft.com/technet/prodtechnol/exchange/downloads/2003/tools.mspx&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;Configuring and enabling Sender ID filtering in Exchange 2003 SP2&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.msexchange.org/tutorials/Configuring-enabling-Sender-ID-filtering-Exchange-2003-SP2.html"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://www.msexchange.org/tutorials/Configuring-enabling-Sender-ID-filtering-Exchange-2003-SP2.html&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;Good Exchange website (tons of articles).&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.msexchange.org/"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://www.msexchange.org&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;ListServ (pretty busy but good info)&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.webelists.com/cgi/lyris.pl?enter=exchangelist"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://www.webelists.com/cgi/lyris.pl?enter=exchangelist&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;Various Exchange info&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://www.msexchange.org/pages/links.asp#Exchange"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://www.msexchange.org/pages/links.asp#Exchange&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx&amp;amp;;subject=Exchange+info+%2f+references." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx&amp;amp;;title=Exchange+info+%2f+references." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx&amp;amp;title=Exchange+info+%2f+references." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx&amp;amp;;title=Exchange+info+%2f+references." target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx&amp;amp;;title=Exchange+info+%2f+references.&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14361.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14361" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Microsoft IIS Remote Denial of Service (DoS) .DLL Url exploit / IIS - 5.1</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx</id><published>2005-12-18T01:48:00Z</published><updated>2005-12-18T01:48:00Z</updated><content type="html">&lt;FONT size=2&gt;
&lt;P&gt;For those running IIS 5.1 (XP) I would suggest checking this out. Hopefully no one is using for internet production apps. I ran through this sample on my laptop which has visual studio and a debugger and was able to reproduce this. Hmm. Good thing IIS 5/6 are not affected.&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;A href="http://ingehenriksen.blogspot.com/"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;http://ingehenriksen.blogspot.com/&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;Steve &lt;/P&gt;&lt;/FONT&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx&amp;amp;;subject=Microsoft+IIS+Remote+Denial+of+Service+(DoS)+.DLL+Url+exploit+%2f+IIS+-+5.1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx&amp;amp;;title=Microsoft+IIS+Remote+Denial+of+Service+(DoS)+.DLL+Url+exploit+%2f+IIS+-+5.1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx&amp;amp;title=Microsoft+IIS+Remote+Denial+of+Service+(DoS)+.DLL+Url+exploit+%2f+IIS+-+5.1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx&amp;amp;;title=Microsoft+IIS+Remote+Denial+of+Service+(DoS)+.DLL+Url+exploit+%2f+IIS+-+5.1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx&amp;amp;;title=Microsoft+IIS+Remote+Denial+of+Service+(DoS)+.DLL+Url+exploit+%2f+IIS+-+5.1&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/17/14360.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14360" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Exchange goodies</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx</id><published>2005-12-13T05:09:00Z</published><updated>2005-12-13T05:09:00Z</updated><content type="html">&lt;P&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;Exchange goodies.&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/exchange/downloads/2003/tools.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/exchange/downloads/2003/tools.mspx&lt;/A&gt;&lt;/P&gt;&lt;/U&gt;&lt;/FONT&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx&amp;amp;;subject=Exchange+goodies" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx&amp;amp;;title=Exchange+goodies" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx&amp;amp;title=Exchange+goodies" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx&amp;amp;;title=Exchange+goodies" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx&amp;amp;;title=Exchange+goodies&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/13/14313.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14313" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Create Export &amp; Encrypt connection string on server and dev machine with ASP.Net 2.0</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx</id><published>2005-12-10T04:56:00Z</published><updated>2005-12-10T04:56:00Z</updated><content type="html">&lt;P&gt;This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0.&amp;nbsp; Microsoft has made it much easier to have a portable key that encrypts certain sections in a web.config that are normally clear text.&amp;nbsp; I haven't found a quick how-to reference to allow for a scenerio where the key is both on a local development machine along with being on a remote web server.&amp;nbsp;&amp;nbsp;Developers like to test out their code locally&amp;nbsp;before publishing to production.&amp;nbsp; In our case we have shared clients at ORCS Web that want to encrypt their information for added security.&amp;nbsp; ASP.NET 2.0 makes this really simple.&amp;nbsp; I'm not going to cover this topic and I'm assuming you already know this.&amp;nbsp; If not there are several good articles that explain the architecture, basic commands etc.&amp;nbsp; This article covers the scenerio of creating a key on a production server then exporting the keys to an XML file where the developer can import and use on their local machine. The web.config will be encrypted both on their local dev box as well as the remote server using the same RSA key.&lt;/P&gt;
&lt;P&gt;Links to articles covering Encrypting connection strings&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000005.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000005.asp&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://davidhayden.com/blog/dave/archive/2005/11/17/2572.aspx"&gt;http://davidhayden.com/blog/dave/archive/2005/11/17/2572.aspx&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://channel9.msdn.com/wiki/default.aspx/Channel9.HowToEncryptConfigurationSectionsUsingRsaInAspNet20?diff=y"&gt;http://channel9.msdn.com/wiki/default.aspx/Channel9.HowToEncryptConfigurationSectionsUsingRsaInAspNet20?diff=y&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000006.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000006.asp&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://weblogs.asp.net/owscott/archive/2005/07/29/421063.aspx"&gt;http://weblogs.asp.net/owscott/archive/2005/07/29/421063.aspx&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;This has to be run on the server&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;How to create a key locally on shared server.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;The example is called ‘YourCustomKey’ but this can be anything.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;These are stored in C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys Make sure the everyone group has proper folder permissions to make this work&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;'step 1 - Add to container&lt;BR&gt;&lt;/B&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -pc "YourCustomKey" -exp&lt;BR&gt;&lt;BR&gt;&lt;B&gt;'Step 2 - Added to web.config at the root of the folder for the website.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This has to be there prior to encrypting&lt;BR&gt;&lt;/B&gt;&amp;lt;configProtectedData&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;providers&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add keyContainerName="YourCustomKey" useMachineContainer="true" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" name="YourCustomKey" type="System.Configuration.RsaProtectedConfigurationProvider,System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/providers&amp;gt;&lt;BR&gt;&amp;lt;/configProtectedData&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;B&gt;'Step 3 Encrypt (can also put quotes around it)&lt;BR&gt;&lt;/B&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -pef connectionStrings&amp;nbsp;c:\inetpub\wwwroot -prov YourCustomKey (web.config is assumed to already be present)&lt;BR&gt;&lt;BR&gt;&lt;B&gt;'Decrypt&lt;/B&gt;&lt;BR&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -pdf connectionStrings&amp;nbsp;c:\inetpub\wwwroot -prov YourCustomKey&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;To export and give to client to run on their own machine in an XML file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;
&lt;P class=MsoNormal&gt;&lt;BR&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;1.&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;&lt;SPAN&gt;aspnet_regiis -px "YourCustomKey" "C:\temp\CustomKeys.xml" -pri&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;&lt;FONT face="Times New Roman"&gt;The &lt;B&gt;-pri&lt;/B&gt; switch causes the private and public key to be exported. This enables both encryption and decryption. Without the–&lt;B&gt;pri&lt;/B&gt; switch, you would only be able to encrypt data with the exported key.&lt;/FONT&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;Client has to run this on their local machine&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Here's my command line session:&lt;BR&gt;&lt;BR&gt;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0&amp;gt;aspnet_regiis.exe -pz "YourCustomKey"&lt;BR&gt;Deleting RSA Key container...&lt;BR&gt;Succeeded!&lt;BR&gt;&lt;BR&gt;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0&amp;gt;aspnet_regiis.exe -pi "YourCustomKey" "c:\temp\CustomKeys.xml" -exp&lt;BR&gt;Importing RSA Keys from file..&lt;BR&gt;Succeeded!&lt;BR&gt;&lt;BR&gt;&lt;B&gt;(At this point the web app with the encrypted web.config works locally)&lt;BR&gt;&lt;/B&gt;&lt;BR&gt;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0&amp;gt;aspnet_regiis.exe -pdf connectionStrings "C:\Documents and Settings\Steve Schofield\My Documents\Visual Studio 2005\Web Sites\YourWebsitePath"&lt;BR&gt;Decrypting configuration section...&lt;BR&gt;Succeeded!&lt;BR&gt;&lt;BR&gt;&lt;B&gt;(At this point I check web.config and see its decrypted)&lt;BR&gt;&lt;/B&gt;&lt;BR&gt;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0&amp;gt;aspnet_regiis.exe -pef connectionStrings "C:\Documents and Settings\Steve Schofield\My Documents\Visual Studio 2005\Web Sites\YourWebsitePath" -prov&lt;BR&gt;"YourCustomKey"&lt;BR&gt;Encrypting configuration section...&lt;BR&gt;Succeeded!&lt;BR&gt;&lt;BR&gt;Check web.config and its encrypted)&lt;BR&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;STRONG&gt;Last Test&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Upload web.config to remote host&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Additional notes:&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;After I imported the RSA key and I downloaded the encrypted web.config file, I kept getting an error when I tried to decrypt it locally: "The RSA key container could not be opened. Failed"&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;Then&amp;nbsp;tried encrypting an un-encrypted web.config locally with the imported key.. Uploaded the new encrypted web.config file to the server and now everything works locally in the&amp;nbsp;development&amp;nbsp;pc and on the server.&lt;BR&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx&amp;amp;;subject=Create+Export+%26amp%3b+Encrypt+connection+string+on+server+and+dev+machine+with+ASP.Net+2.0" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx&amp;amp;;title=Create+Export+%26amp%3b+Encrypt+connection+string+on+server+and+dev+machine+with+ASP.Net+2.0" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx&amp;amp;title=Create+Export+%26amp%3b+Encrypt+connection+string+on+server+and+dev+machine+with+ASP.Net+2.0" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx&amp;amp;;title=Create+Export+%26amp%3b+Encrypt+connection+string+on+server+and+dev+machine+with+ASP.Net+2.0" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx&amp;amp;;title=Create+Export+%26amp%3b+Encrypt+connection+string+on+server+and+dev+machine+with+ASP.Net+2.0&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/09/14278.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14278" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>A guided tour of the Microsoft Command Shell</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx</id><published>2005-12-07T04:31:00Z</published><updated>2005-12-07T04:31:00Z</updated><content type="html">&lt;A href="http://arstechnica.com/guides/other/msh.ars"&gt;http://arstechnica.com/guides/other/msh.ars&lt;/A&gt;&amp;nbsp; Wow great article, the perspective from a linux admin and they like MSH it worth reading.
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx&amp;amp;;subject=A+guided+tour+of+the+Microsoft+Command+Shell" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx&amp;amp;;title=A+guided+tour+of+the+Microsoft+Command+Shell" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx&amp;amp;title=A+guided+tour+of+the+Microsoft+Command+Shell" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx&amp;amp;;title=A+guided+tour+of+the+Microsoft+Command+Shell" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx&amp;amp;;title=A+guided+tour+of+the+Microsoft+Command+Shell&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/12/06/14197.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=14197" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Adventure with vtsqq.dll</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx</id><published>2005-11-16T03:26:00Z</published><updated>2005-11-16T03:26:00Z</updated><content type="html">&lt;P&gt;Nothing like spending an evening fighting spyware.&amp;nbsp; I noticed on a personal computer I use from time to time something called 'winfixerscannerinstall.cab' wanted to install when browsing the Internet. Some friends of ours used this computer and that is how this got installed.&amp;nbsp; Luckily the POP-Up blocker built into IE warned about this ActiveX control.&amp;nbsp; (I'm not a Firefox fan and prefer IE).&amp;nbsp; None the less a 3 hour adventure later and using all the normal spyware tools didn't work, it was time to figure out this and clean it off the machine.&amp;nbsp;(love a challenge too!)&lt;/P&gt;
&lt;P&gt;Cleaning the machine up was&amp;nbsp;no small task and required the use of a few unique utilities listed below.&amp;nbsp; The scary thing the dll hooked itself into winlogon.exe and explorer.exe processes.&amp;nbsp;&amp;nbsp;The pc&amp;nbsp;was running update to date AV software.&amp;nbsp; Personally and I have no hard proof but it started with yahoo messenger.&amp;nbsp; That is an evil IM client in my personal opinion!.&amp;nbsp; I wish the people that have enough time to develop this stuff actually used it for constructive development vs. creating malware.&amp;nbsp; Ole well was an adventure and thought I would pass along.&amp;nbsp; Makes me want to switch to FreeBSD for my desktop at times.&amp;nbsp; (I was just kidding!)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Process explorer (&lt;A href="http://www.sysinternals.com"&gt;http://www.sysinternals.com&lt;/A&gt;) 
&lt;LI&gt;HijackThis.exe (&lt;A href="http://www.majorgeeks.com/download3155.html"&gt;http://www.majorgeeks.com/download3155.html&lt;/A&gt;) 
&lt;LI&gt;This thread discuss the 'VundoFix'&lt;BR&gt;&lt;A href="http://www.geekstogo.com/forum/index.php?showtopic=74140&amp;amp;mode=linearplus"&gt;http://www.geekstogo.com/forum/index.php?showtopic=74140&amp;amp;mode=linearplus&lt;/A&gt; 
&lt;LI&gt;Autoruns from&amp;nbsp; (&lt;A href="http://www.sysinternals.com"&gt;http://www.sysinternals.com&lt;/A&gt;) 
&lt;LI&gt;Spybot Search &amp;amp; Destory&amp;nbsp; (&lt;A href="http://www.safer-networking.org/en/download/"&gt;http://www.safer-networking.org/en/download/&lt;/A&gt;)
&lt;LI&gt;Adaware (&lt;A href="http://www.lavasoftusa.com/software/adaware/"&gt;http://www.lavasoftusa.com/software/adaware/&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Steve&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx&amp;amp;;subject=Adventure+with+vtsqq.dll" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx&amp;amp;;title=Adventure+with+vtsqq.dll" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx&amp;amp;title=Adventure+with+vtsqq.dll" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx&amp;amp;;title=Adventure+with+vtsqq.dll" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx&amp;amp;;title=Adventure+with+vtsqq.dll&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/15/13829.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=13829" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>FrontPage 2002 command line </title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx</id><published>2005-11-02T00:31:00Z</published><updated>2005-11-02T00:31:00Z</updated><content type="html">&lt;A href="http://www.microsoft.com/technet/prodtechnol/sppt/sharepnt/proddocs/admindoc/owsl03.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/sppt/sharepnt/proddocs/admindoc/owsl03.mspx&lt;/A&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx&amp;amp;;subject=FrontPage+2002+command+line+" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx&amp;amp;;title=FrontPage+2002+command+line+" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx&amp;amp;title=FrontPage+2002+command+line+" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx&amp;amp;;title=FrontPage+2002+command+line+" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx&amp;amp;;title=FrontPage+2002+command+line+&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/11/01/13515.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=13515" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>custom Application pool not working after SP1 that have Transactions Attribute</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx</id><published>2005-10-18T18:02:00Z</published><updated>2005-10-18T18:02:00Z</updated><content type="html">&lt;P&gt;This is a thread I am starting regarding running application pools under a custom user id that is not an administrator&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/3648346f-e4f5-474b-86c7-5a86e85fa1ff.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/3648346f-e4f5-474b-86c7-5a86e85fa1ff.mspx&lt;/A&gt;&lt;/P&gt;
&lt;H1&gt;&lt;FONT size=3&gt;Using Isolation to Secure Applications (IIS 6.0)&lt;/FONT&gt;&lt;/H1&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/27f0c3e3-148c-49a8-838f-ba36f3218189.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/27f0c3e3-148c-49a8-838f-ba36f3218189.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;independent posting on application identify crisis&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.issociate.de/board/post/242953/Application_Pool_and_Identity_(Crisis).html"&gt;http://www.issociate.de/board/post/242953/Application_Pool_and_Identity_(Crisis).html&lt;/A&gt;&lt;/P&gt;
&lt;H1&gt;&lt;A name=base.service_security_and_access_rights&gt;&lt;/A&gt;&lt;FONT size=3&gt;Service Security and Access Rights&lt;/FONT&gt;&lt;/H1&gt;
&lt;P&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/service_security_and_access_rights.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/service_security_and_access_rights.asp&lt;/A&gt;&lt;/P&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx&amp;amp;;subject=custom+Application+pool+not+working+after+SP1+that+have+Transactions+Attribute" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx&amp;amp;;title=custom+Application+pool+not+working+after+SP1+that+have+Transactions+Attribute" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx&amp;amp;title=custom+Application+pool+not+working+after+SP1+that+have+Transactions+Attribute" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx&amp;amp;;title=custom+Application+pool+not+working+after+SP1+that+have+Transactions+Attribute" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx&amp;amp;;title=custom+Application+pool+not+working+after+SP1+that+have+Transactions+Attribute&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/18/13282.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=13282" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry><entry><title>Why do I still get a user/password Login prompt with Integrate Authentication (for Virtual server 2005 Administration website)</title><link rel="alternate" type="text/html" href="http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx" /><id>http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx</id><published>2005-10-06T05:07:00Z</published><updated>2005-10-06T05:07:00Z</updated><content type="html">&lt;A href="http://blogs.msdn.com/david.wang/archive/2005/07/04/Why_you_get_login_prompt_on_VS2005_with_Integrated_Auth.aspx"&gt;http://blogs.msdn.com/david.wang/archive/2005/07/04/Why_you_get_login_prompt_on_VS2005_with_Integrated_Auth.aspx&lt;/A&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx&amp;amp;;subject=Why+do+I+still+get+a+user%2fpassword+Login+prompt+with+Integrate+Authentication+(for+Virtual+server+2005+Administration+website)" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx&amp;amp;;title=Why+do+I+still+get+a+user%2fpassword+Login+prompt+with+Integrate+Authentication+(for+Virtual+server+2005+Administration+website)" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx&amp;amp;title=Why+do+I+still+get+a+user%2fpassword+Login+prompt+with+Integrate+Authentication+(for+Virtual+server+2005+Administration+website)" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx&amp;amp;;title=Why+do+I+still+get+a+user%2fpassword+Login+prompt+with+Integrate+Authentication+(for+Virtual+server+2005+Administration+website)" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx&amp;amp;;title=Why+do+I+still+get+a+user%2fpassword+Login+prompt+with+Integrate+Authentication+(for+Virtual+server+2005+Administration+website)&amp;amp;;top=1" target="_blank" title = "Post http://windowsadvice.com/blogs/owsteve/archive/2005/10/06/13079.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://windowsadvice.com/aggbug.aspx?PostID=13079" width="1" height="1"&gt;</content><author><name>owsteve</name><uri>http://windowsadvice.com/members/owsteve.aspx</uri></author></entry></feed>