The Artima Developer Community
Sponsored Link

.NET Buzz Forum
ASP.NET without Web Projects

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
Frans Bouma

Posts: 265
Nickname: fbouma
Registered: Aug, 2003

Frans Bouma is a senior software engineer for Solutions Design
ASP.NET without Web Projects Posted: Apr 15, 2005 2:56 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Frans Bouma.
Original Post: ASP.NET without Web Projects
Feed Title: Frans Bouma's blog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/fbouma/Rss.aspx
Feed Description: Generator.CreateCoolTool();
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Frans Bouma
Latest Posts From Frans Bouma's blog

Advertisement

This is apparently an old trick, though I learned it 2 days ago, and I'm very happy I finally found out about it. If you've ever struggled with VS.NET and webprojects which have to be loaded from an IIS server, load terribly slow and can't be used with Subversion? Well, check out this link: http://pluralsight.com/wiki/default.aspx/Fritz/AspNetWithoutWebProjects.html. Follow the steps and you'll be webproject free, but you don't lose any functionality.

I turned to VSS again after struggling to get my petshop port under sourcecontrol (due to the .svn folder bug in VS.NET 2003 (hi Microsoft, how about fixing your bugs for a change?), but it was a nightmare, because it added that sourcecontrol crap to the .sln and .csproj files, made files read-only and I had to use the checkout-edit-checkin policy, because that's how SCC integration works within VS.NET. (Yeah, it's really hard to think for another 5 minutes to come up with a more generic approach... ) and no more usage of the lovely explorer integrated TortoiseSVN Subversion client.

I tried Sourcegear's Vault, to see if I could use that instead, but it lacks an explorer integrated client and also has to use the SCC guidelines when used from within VS.NET (that's not Sourcegear's fault though...), so I still have read-only files, checkout-edit-checkin and the SCC crap in my .sln and .csproj files. I could use the Sourcegear Vault client, but it's not as convenient (totally IMHO) as the explorer integrated TortoiseSVN client, where I simply right-click the folder, select commit and it's done.

Be sure to read the complete guide, so you'll be set up for debugging as well. Funny thing is, the original MS Petshop ASP.NET project code already was a library project. I wondered why they did that, now I know. You'd think that if within MS they already are convinced using webprojects is not the way to go, they'd make a simple adjustment to a 2 years old IDE so we could all experience this joy... Fortunately VS.NET 2005 seems to fix this.

Read: ASP.NET without Web Projects

Topic: Cool Tool: Fiddler (HTTP Debugging Proxy) Previous Topic   Next Topic Topic: Comments to MSDN Magazine

Sponsored Links



Google
  Web Artima.com   

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