J
John A Grandy
I have a number of ASP.NET 1.1 web apps that were not created in VS.NET --
and therefore do not have .csproj files.
I would like to add these web apps into a VS.NET solution.
If I create a Virtual Directory pointing to dir or each web app, and then in
VS.NET try to add a new "ASP.NET Web Application" pointing to that location
( e.g. http://localhost/Project1 ) , VS.NET wants to overwrite the
Global.asax file.
If I refuse to let it overwrite , I do then obtain an appropriately-named
..csproj file in the physical dir.
Is my only option to now add all of the web-app's files and references
one-by-one ?
Or is there an easier way ?
and therefore do not have .csproj files.
I would like to add these web apps into a VS.NET solution.
If I create a Virtual Directory pointing to dir or each web app, and then in
VS.NET try to add a new "ASP.NET Web Application" pointing to that location
( e.g. http://localhost/Project1 ) , VS.NET wants to overwrite the
Global.asax file.
If I refuse to let it overwrite , I do then obtain an appropriately-named
..csproj file in the physical dir.
Is my only option to now add all of the web-app's files and references
one-by-one ?
Or is there an easier way ?