The Artima Developer Community
Sponsored Link

.NET Buzz Forum
The New ASP.NET Site & a 2.0 Tip

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jason Alexander

Posts: 112
Nickname: jalexander
Registered: Oct, 2003

Jason Alexander is lead developer for Match.com.
The New ASP.NET Site & a 2.0 Tip Posted: Jul 22, 2004 11:26 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jason Alexander.
Original Post: The New ASP.NET Site & a 2.0 Tip
Feed Title: Jason Alexander's Blog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/jalexander/Rss.aspx
Feed Description: Tales from the .NET trenches...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jason Alexander
Latest Posts From Jason Alexander's Blog

Advertisement

One of our great first projects here at Telligent Systems has been to take up the ASP.NET website and:

  1. Update it to run on ASP.NET 2.0 B1
  2. Give it a bit of a facelift.

There's many little things we've learned along the way in this project (and I hope to capture more of these later), but one of the most important ones I've found so far has been the ability to install the 2.0 framework without affecting any other vroots installed on the server. In our case, we needed to install the 2.0 framework on the current www.asp.net server farm without upgrading the 1.1 vroots (i.e., the current site).

Fortunately for us, there's a great set of command line switches to do just that:

dotnetfx.exe /q:a /C:"install.exe /q /msipassthru MSI_PROP_BEGIN""NOASPUPGRADE=1""MSI_PROP_END"
 
This is pure greatness.
 
And, if you're interested in seeing what we're doing exactly, you can hit:
 
 
We're doing a nice and quiet “soft roll-out” this week while tweaking and suring things up. And, as you can see, it's only the home page at this point. But, you'll get the full site soon enough, I promise. ;)
 
So tell me, what do you think?

Read: The New ASP.NET Site & a 2.0 Tip

Topic: Hallmarks for a great Tester and Developer Previous Topic   Next Topic Topic: .NET Nightly 163

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use