Hi Brian
Thanks For your suggestions..
Please see my step by step process
Assuming the Web.Cofig file in Root Folder of DNN is without any modification.( original )
- Created a New Folder " MySite" as a Subdirectory in DNN.
- Make the "MySite" Folder as a Virtual Folder.
- Added a Web.Config file in “ MySite” folder.
- Delete the Contents from Web.Cofig file.
- Copy the Contents of Web.Config from Root Folder of DNN Project and paste in Web.Cofig file in “MySite” Folder.
- Modified the Web.config file in “MySite” folder as per describe in the specified Post.
- Open an Internet Browser and type http://localhost/DotNetNuke/MySite/Default.aspx
It gives a Configuration error in C:\DotNetNuke\web.config
Line 125: <codeSubDirectories>
Line 126:
Line 127: <add directoryName="HTML" />
Line 128: <add directoryName="IFrame" />
Line 129: <add directoryName="ThingsForSale" />
|
Please note the Error Location is From Root Folder Web.Config file.
This is leading me to make change in the Root Folder Web.config file.
But if I make changes in root folder then I am not able to access
http://Localhost/DotNetNuke
Please let me know if I am missing anything here
Thanks
vijay