B bradwiseathome Jul 11, 2006 #1 Is there a way via command line to convert an ASP.NET 1.1 solution/project to a 2.0 Web Application Project? Thanks.
Is there a way via command line to convert an ASP.NET 1.1 solution/project to a 2.0 Web Application Project? Thanks.
G Guest Jul 11, 2006 #2 No, You need to create a new Web Application Project, bring in all the former ASPX pages and codebehind .cs files, then right - click on each page in Solution Explorer and choose "Run as Web Application..." Peter
No, You need to create a new Web Application Project, bring in all the former ASPX pages and codebehind .cs files, then right - click on each page in Solution Explorer and choose "Run as Web Application..." Peter