How to convert a Class Library project to a Web Application project?

前端 未结 4 611
暖寄归人
暖寄归人 2020-12-12 22:00

Long story short, because of some issues with architecture and the fact that someone already put a few .aspx files in a class library, I\'d like to just finish off the chang

4条回答
  •  春和景丽
    2020-12-12 22:51

    Create a new web application project in your solution and drag and drop all files from class library to the new web application project.

提交回复
热议问题