Convert ASP.NET 1.1 to 2.0 Web Application Project?

B

bradwiseathome

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top