Accidental Technologist

Musings about Entrepreneurship, Technology and Software Development

  • Home
  • About
  • Still River Software
  • Privacy Policy

Powered by Genesis

You are here: Home / Visual Studio / Visual Studio 2005 Web Projects

Visual Studio 2005 Web Projects

August 26, 2005 by Rob Bazinet

Tweet

There has been much talk and complaining in the blogsphere about how Visual Studio 2005 Web Project now lack a project file like so many of us are familiar with in Visual Studio 2003. 

Scott Guthrie has a great post on his blog about the reasoning behind this decision and how the lives of enterprise developers will be better served.  I think in the long run this will be good not having a project file to keep track of but in the short term we will have to change the way we organize our projects.

Most of our applications are being developed with Visual Studio 2003 but we are itching to move to 2005.  We recently updated the ASP.NET Project Migration Wizard in our VS 2005 Beta2 installation and ran it against our project.   Most of the application converted fine with just some minor issues that we needed to fix.

There turned out to be much larger problems that surfaced, not in conversion, but in the way the web application is structured.  Our web application is an ecommerce catalog and houses some 5000+ project images in a directory off of our project root.  We also have large directories used by third party controls and for application themes.

Since the new ASP.NET 2.0 web project do not have project files Visual Studio relies on the file system to get project information.  Our directories with large numbers of files cause a problem because Visual Studio wants them to be part of our source control system.  If we check these files in, it takes an hour and half.  When we open our project and do a "Get Latest" it takes an hour to find out what needs to be updated….totally unacceptable.

Contact with the Visual Studio team resulted in a very fast and thorough response with some nice guidelines for our type of situation.   Scott Guthrie made another recent post which talks about our situation specifically and how to address these types of issues.   So, with IIS and web projects, the virtual directory will be your friend. 

By making our images directory a virtual directory in IIS we can have it in the exact location we need and not have to be burdened by the check-in/check-out process of our source control.

I don’t think the lack of projects will be as bad as Paul Wilson has pointed out and others have commented.  I think we will need to adjust the way we do things with our projects but in the long run it will be better.

Share this:

  • LinkedIn
  • Twitter
  • Facebook
  • Email
  • More
  • Pinterest
  • Tumblr
  • Pocket
  • Reddit

Related

Filed Under: Visual Studio

Care about your privacy? I do and use Fathom Analytics on this site.

Fathom Analytics

Recent Posts

  • How to Fix Rails Flash Rendering When Using Hotwire
  • Hotwire Fix for CORS Error when using Omniauth
  • Fix Installation of Ruby using rbenv on macOS Big Sur
  • RailsConf 2021 and the Future of Conferences
  • Fixing Out of Diskspace Errors on Amazon EC2

Categories

Services I Love

HatchBox - Easy Rails Deploys Fathom Analytics
Follow @rbazinet

Rob Bazinet
@rbazinet

  • Exactly this…. https://t.co/yWj7fZ01HR
    about 16 hours ago
  • https://t.co/EmagdpLoNv "Introducing GitHub Copilot X · GitHub"
    about 1 day ago
  • RIP Gordon Moore: https://t.co/c5J9LaHrj8
    about 1 day ago
  • Our daughter works as a teaching assistant at a local K-8 public school. It’s become apparent that students today r… https://t.co/p2t912GVyc
    about 2 days ago
  • Working to wrap up my current consulting gig by mid-April. I will be looking for the next thing soon. If anyone has… https://t.co/sg3cSV9yqM
    about 3 days ago
  • RSS - Posts
  • RSS - Comments
Find me on Mastodon