asp.net 1.1 IIS upgrade to 2.0 with file system

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the procedure to upgrade an ASP.NET 1.1 project using IIS to an
ASP.NET 2.0 project using File System instead of IIS. With new company PC's
developers are no longer allowed to load IIS. So how do I move a 1.1 web site
that was built using IIS to VS 2005 using a File System instead of IIS?
 
You should be able to load the project in 2005 and have it converted, and use
the Development Web Server in Visual Studio 2005 "as if" it were IIS.
FileSystem project, never have tried. My advice is to stick with the Web
Application Project model.
Peter
 
Back
Top