The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Creating .Net subprojects under a main project site

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
Steve Hebert

Posts: 218
Nickname: sdhebert
Registered: Apr, 2005

Steve Hebert is a .NET developer who has created the .Math compiler library.
Creating .Net subprojects under a main project site Posted: Jul 5, 2006 8:30 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Steve Hebert.
Original Post: Creating .Net subprojects under a main project site
Feed Title: Steve Hebert's Development Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/steve.hebert/rss.aspx
Feed Description: .Steve's .Blog - Including .Net, SQL Server, .Math and everything in between
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Steve Hebert
Latest Posts From Steve Hebert's Development Blog

Advertisement
There is a decent article on the Web Development Tools Team site about creating web-based subprojects on IIS.  Sub-projects work well for isolating subprojects under one main hat.  I've used this before in long-term migration from ASP->ASP.NET. 

A few years ago (VS2003), we ran into a problem where Windows XPE clients were causing an obscure runtime error on login.  There was simply no way to log into our application from these boxes.  It turned out that XPE's IE crammed some unexpected information in the HTML header that .Net was choking on.  The problem was verified with MS support and our only solution was to break out the subprojects into top-level projects.

I did some searches to see if this has been fixed, but I cannot find a reference to it.  I hope VS2005 has fixed it, because from what I've seen, pushing a fix to XPE boxes is more difficult due to the fact that these are often used as terminal-style boxes on LANs. (At least as I've seen them).


Read: Creating .Net subprojects under a main project site

Topic: Asynchronous Callback R Us Previous Topic   Next Topic Topic: IE Beta 3

Sponsored Links



Google
  Web Artima.com   

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