I have some basic questions regarding installing DotNetNuke and how to setup my Windows 7 Home PC environment for DNN module development with VisualStudio 2010.
I used Microsoft Web Platform to installed WebMatrix2. Then used theWebMatrix AppGallery to install DotNetNuke Community edition. WebMatrix alsoinstalled the necessary associated components such as SQLServer Express and IIS7.5 Express, etc.
Using WebMatrix I was able to run my first DNN website and login assuperuser and make edits to it. So far so good.
Next, I decided to try to set up Visual Studio 2010 to create a module forit. I downloaded and installed the MSBuild script and copied DotNetNuke C_Compiled Module.zip to the website folder called DesktopModules.
When I try to create a project (called TestModule) for module developmentbased on the DotNetNuke C# Compiled Module, Visual Studio throws this errorpopup message: "The Web Application Project TestModuleis configured to useIIS. The Web server http://dnndev/desktopmodules/TestModule/could not be found."
Question:
1. Do I need to install IIS as a service (WebMatrix did not need to)?
2. If so, should I forget using WebMatrix in the future if I want to do someoccasional module development?
3. Why does the error message refer to "dnndev" when my projectdoes not? Do I have to edit the config file?
4. Does IIS 7.5 Express work for module development in Visual Studio 2010.Does IIS 7.5 Express have a user interface console like the full IIS?
Thanks so very much for any help.