I have been using DNN 2.1.2, but wanted to give 3.2.2 a try. I have installed 3.X on a test system and the base portal works fine.
When configuring a new Parent Portal for testing I get the following error when the new portal loads.
Parse Error Message: The module 'UrlRewrite' is already in the application and cannot be added again
Line 44: <httpModules>
Line 45: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
The steps I followed were the same as for 2.X. I created a new Virutal Directory and pointed it to the folder where the base install of 3.X resides. I then went to the portal add screen in 3.X and created the portal as a parent and used the Host Alias of localhost/am. When I try to go to localhost/am I get the above error. Going back to localhost works fine
Has anyone run into this problem before? If so what was done to correct?