<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Love that ASP.NET and SQL Server : Visual Studio</title><link>http://blogs.msdn.com/benmiller/archive/tags/Visual+Studio/default.aspx</link><description>Tags: Visual Studio</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Free eLearning from Developer eLearning on MSDN</title><link>http://blogs.msdn.com/benmiller/archive/2005/04/18/409243.aspx</link><pubDate>Mon, 18 Apr 2005 18:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:409243</guid><dc:creator>benmiller</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/benmiller/comments/409243.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benmiller/commentrss.aspx?PostID=409243</wfw:commentRss><description>&lt;P&gt;Check this out.&amp;nbsp; &lt;A href="http://msdn.microsoft.com/elearning/"&gt;http://msdn.microsoft.com/elearning/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;First course is about Windows Server : Taking Advantage of 64-Bit Computing.&amp;nbsp; This is your opportunity to take advantage of some Free Developer learning that is free and available 24/7.&amp;nbsp; On that page there is a description of the courses and best of all, YOU COULD WIN SOME COOL PRIZES :-).&amp;nbsp; Rules for the sweepstakes are on the site through a link.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Grand Prize&lt;/STRONG&gt; Sony 50" Plasma WEGA High Definition TV ultimate home theater package&lt;BR&gt;&lt;B&gt;2nd Prize&lt;/B&gt; Nikon D70 SLR Digital Camera package&lt;BR&gt;&lt;B&gt;3rd Prize&lt;/B&gt; Bose Acoustic Wave 5-CD Music System&lt;BR&gt;&lt;B&gt;4th Prize&lt;/B&gt; Bose Acoustic Noise Cancelling Headphones &lt;/P&gt;
&lt;P&gt;Now how is that for some cool prizes.&amp;nbsp; Get out there now and take a course.&amp;nbsp; This learning will cover some key new technologies in &lt;A href="http://lab.msdn.microsoft.com/vs2005/"&gt;Visual Studio 2005&lt;/A&gt;.&amp;nbsp; There will be more courses planned in the near future, but for now, go get involved.&amp;nbsp; You deserve it.&lt;/P&gt;
&lt;P&gt;Have a great day and go see the &lt;A href="http://msdn.microsoft.com/elearning/"&gt;site&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=409243" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benmiller/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Installing VS 2005 Beta 1 Refresh with Team Server</title><link>http://blogs.msdn.com/benmiller/archive/2004/10/29/249828.aspx</link><pubDate>Sat, 30 Oct 2004 04:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:249828</guid><dc:creator>benmiller</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/benmiller/comments/249828.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benmiller/commentrss.aspx?PostID=249828</wfw:commentRss><description>&lt;div class="Section1"&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;I spent the better part of my day a couple of days ago helping out someone having problems installing Visual Studio 2005 Beta 1 Refresh with Team System.&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;It was such an experience that I decided to blog about it.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;I began with 2 VPC images (cause I found out that you could install it on 2 machines and could not install it on 1) with Windows Server 2003 on them. &amp;nbsp;The first thing I recommend is to become familiar with the Installation Roadmap that is on the DVD&amp;rsquo;s. &amp;nbsp;This illustrates that you need a DB Server (for the DB Tier) and a Application Box (for App Tier, and Client Tier). &amp;nbsp;On the DB Tier machine (VPC) I created a domain controller and Active Directory. &amp;nbsp;I allowed the installer to create a DNS server so that I could have name resolution between the 2 VPC&amp;rsquo;s. &amp;nbsp;I then added the Server Role of Application Server (IIS and ASP.NET Enabled). &amp;nbsp;I then installed SQL Server 2005 Beta 2 that came with the VS 2005 Beta 1 Refresh DVD, and configured it as the DEFAULT instance (as this is required for this version of TS).&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;Then I turned to the other VPC. &amp;nbsp;I joined it to the domain I just created and then added the Server Role of App Server (IIS and ASP.NET but NOT Frontpage Server Extensions as it will break the install). &amp;nbsp;Then created a User that is a domain account and gave it admin rights. &amp;nbsp;This will be used for the Application Pool identity.&amp;nbsp; Then the key was to install the components that were on the list of components to install from the Roadmap. &amp;nbsp;(included .NET Framework 2.0, Sharepoint Services 2.0 &amp;ndash; link is in the Roadmap, and ADAM.)&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;These are the short steps, but the key is to follow the Roadmap and I highlighted the main points that cannot be missed or you will not succeed in installing it (from my experience).&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style='margin-left:.5in;text-indent:-.25in'&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;1.&lt;font size="1" face="Times New Roman"&gt;&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt; DB Server must be installed as the Default Instance.&lt;/p&gt; &lt;p style='margin-left:.5in;text-indent:-.25in'&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;2.&lt;font size="1" face="Times New Roman"&gt;&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt; App Server Role on AppTier cannot have FrontPage Server Extensions enabled.&lt;/p&gt; &lt;p style='margin-left:.5in;text-indent:-.25in'&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;3.&lt;font size="1" face="Times New Roman"&gt;&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt; IIS Installed before the SQL 2005 Beta 2 is installed on the DBTier.&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;What you will see that may alarm you when you install is when you go to install Team Server on the App Tier is that the install will hang installing the newbanner.gif file and it will continue to bring the blue bar across as it is installing. &amp;nbsp;There will be no visual indication that it is connecting to the DB Tier to create databases, etc. &amp;nbsp;but that is what it is doing.&amp;nbsp; I found out this by when I installed the Database Server as a named instance, it would continue to go after the newbanner.gif and then it would fail with a 26205 and a 26201 and a 26204 error. &amp;nbsp;In the event logs, I found that it indicated that it could not connect to the server (db). &amp;nbsp;When I changed the DB Tier to be a default instance of SQL, then it succeeded (and it took a while, so be patient).&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;Hope this helps people out there that may run into problems. &amp;nbsp;I did this on VPC using Virtual Server 2005 on 1 box with 2 VPC&amp;rsquo;s each with 256 MB RAM. &amp;nbsp;More would have been better, but it worked at least.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;Have a great one.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=249828" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benmiller/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/benmiller/archive/tags/Software+Development/default.aspx">Software Development</category></item><item><title>New CTP versions of Visual Studio 2005 Express</title><link>http://blogs.msdn.com/benmiller/archive/2004/10/21/245877.aspx</link><pubDate>Fri, 22 Oct 2004 00:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:245877</guid><dc:creator>benmiller</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/benmiller/comments/245877.aspx</comments><wfw:commentRss>http://blogs.msdn.com/benmiller/commentrss.aspx?PostID=245877</wfw:commentRss><description>&lt;div class="Section1"&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;&amp;nbsp;If you have not yet, you can go here &lt;a href="http://lab.msdn.microsoft.com/vs2005/downloads/default.aspx" title="http://lab.msdn.microsoft.com/vs2005/downloads/default.aspx"&gt;http://lab.msdn.microsoft.com/vs2005/downloads/default.aspx&lt;/a&gt; and get the latest Community Tech Preview of the Visual Studio 2005 Express Versions.&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;span style='font-size:12.0pt'&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=245877" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/benmiller/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item></channel></rss>