1

I can't rewrite in MVC (at this time), but leaving it as one giant project is causing too many problems. I would like to make each of my 10 top-level folders into a separate ASP.NET project.

The code is currently written in ASP.NET 1.1 style (i.e. no master pages) but I can upgrade to any version of .NET.

Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447
  • Just create 10 web application projects in your solution, and setup IIS virtual directories for each 10 folders to point to a different website. – RPM1984 Jun 30 '10 at 01:07
  • Will they share session state? – Jonathan Allen Jun 30 '10 at 01:19
  • Yep - as long as you use SQL as your session provider (not ASP.NET State Service). See this SO question: http://stackoverflow.com/questions/2402785/sharing-session-state-between-2-asp-net-applications-using-sql-server – RPM1984 Jun 30 '10 at 02:15
  • Do you have use different dll for your running code ? or you have all your code on app_code directory ? – Aristos Jun 30 '10 at 06:59

0 Answers0