Hi Greeting every one
I love DNN and exploring it for development of new modules. I have learned a lot with the help of this great community efforts and your sharing Thank you for your kind efforts and help. I am stuck with a issue and lost please help me.
My DNN version is 7 and its running on IIS Express / Webmatrix. I uses visual studio 2010 for the development or debugging. All settings are good and working fine. BUT when i tried to use template for new module get problem
Using Chris Hammond template version 00.00.09. Have followed configuration & customization instructions and also installed required software. but when i create new c# project with the template it gives following error
"The URL 'http://localhost:6842/desktopmodules/Dyna_Visi/' for Web project 'Dyna Visi' is configured to use IIS as the web server but the URL is currently configured on the IIS Express web server. To open this project, you must edit the 'C:\Users\xxxxPC\Documents\IISExpress\config\applicationhost.config' file to change the port of the site currently using the URL in IIS Express."
I have changed template file as
<!-- By default the template assumes you are using a dev environment located at http://dnndev you can change the path below -->
<CustomParameter Name="$DevEnvironment$" Value="localhost:6842" />
--------------------------------------------------
coz in iis express config file i have following with the DNN site i trying to use for module development
<binding protocol="http" bindingInformation="*:6842:localhost" />
Tottally confused. Any guidance please. Elaborated answer will be highly appreciated.
I will be very thank full for your kind help. Thank you