Hi everyone,
I have a dotnetnuke installation in a subfolder ( www.domain.com/subfolder/...)
I wanted to move the dotnetnuke installation from te subfolder to the parent folder (www.domain.com)
This is what i did:
I Login as Host an under Host> Portals > Edit Portal > Portal Aliases > Add New HTTP Alias
I added www.domain.com and domain.com
Then i moved all the files to the parent directory.
All the pages are working except, all the page's under the same itemin the menu give this error: (Menu item has same name as the subfolder...Is that the problem?)
Server Error in '/SUBFOLDER' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The code subdirectory '/SUBFOLDER/App_Code/IFrame/' does not exist.
Source Error:
Line 130: -->
Line 131: <codeSubDirectories>
Line 132: <add directoryName="IFrame" />
Line 133: </codeSubDirectories>
Line 134: </compilation>
Source File: C:\Inetpub\vhosts\SUBFOLDER\httpdocs\web.config Line: 132
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Anybody know where it get's the url "The code subdirectory '/SUBFOLDER/App_Code/IFrame/' " from??
Because it has to be /App_Code/IFrame/
Thanks for all the help,
Klepone