I'm trying to move from dreamweaver to vs.net and I'm just getting started. I have created a solution for testing and now I'd like to delete it. I have all the projects and objects deleted but the solution still shows up on the start page and I can infact click it and open it. How does one manage/delete solutions in vs.net? Thanks much.
dogDelete from "c:/documents and settings/username/my documents/visual studio projects/projectname" and if it is a web project, you'll want to delete the folder in "c:/inetpub/wwwroot/projectname" too.
dogDelete from "c:/documents and settings/username/my documents/visual studio projects/projectname" and if it is a web project, you'll want to delete the folder in "c:/inetpub/wwwroot/projectname" too.