Search code examples
iisvisual-studio-2012dotnetnuke-7

Error when open new DNNModule template project in visual studio


I want create a module with DNNModule template but when create module template get this error.

The Web Application Project DNNModule7 is configured to use IIS. The Web server 'http://dnndev.me/desktopmodules/DNNModule7' could not be found

enter image description here

I search in internet and found a solution I run as administrator visual studio but in this way the DNNModule template option hide . enter image description here Please advice


Solution

  • Follow below steps to kicked off this error message:

    1. Open IIS.
    2. Create new website dnndev.me on IIS Server.
    3. Folder of this website must be the path of your actual DNN website from where you are creating DNN modules.
    4. Try to create modules using Chritoc's DNN template.

    For more information about this error, check this URL.

    Please let me know if you have any questions.