Reputation: 997
I'm building a new DNN site. I've got everything up and running with IIS and can navigate to the site with dnndev.me, but I'm wondering how I can import the project to VS2013? I know that I can make modules in VS, but I'd like to have a solution for the entire site. I've tried creating a new project and dragging the site over to the new project, but that introduced a chain of errors. I know it can be done somehow, I've seen it in projects I've worked on.
Upvotes: 0
Views: 55
Reputation: 2738
File -> Open Website
Navigate to the website directory
In DNN, there are two different ways to develop modules.
Here is a good article on it by Mitchel Sellers: WAP vs WSP
Upvotes: 1