Question

Bit of a weird one. For some reason one of my DNN modules keeps being converted into an Application in IIS7 in my development environment. Meaning when I try to view a page that contains that module it can't find the module correctly. It's ok if I go into IIS and delete the application, then restart the site but is a bit of a pain and am little worried it might do this when uploaded to the live server and disable the whole site.

Anyone encountered anything like this before? Any thoughts?

Was it helpful?

Solution

This is a common problem with my VS templates, though not for everyone, and it doesn't happen all the time. It stems from Visual Studio, so it shouldn't ever be a problem on your production servers, unless you upload source and try to compile there, than it might be an issue.

OTHER TIPS

HuwD,

A good resource might be my module template installation video which gives good information on setting up your development environment and debugging issues (regardless of the template you use). Check out between 1:30 and 5:00 minutes for the environment setup, and after 19 minutes some of the troubleshooting.

A couple common problems I see Visual Studio doing is creating an unwanted virtual directory on the DesktopModules folder and/or creating an unwanted web.config in the module's root.

Another good resource is Dnnhero.com. In the development section there is a series on DNN7 environment and template setup.

You may want to give a try a free module called Users Importer - A bit old but worth a try.

Here is a paid alternative: Bulk User Manager

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top