Hi There,
My application was hosted at a public domain now I can host it in windows 2008 dedicated server.. So I've more control over it.
the application was running like this: sub.domain.com now it's running domain.com....
The issues now I have is: none of images are loaded... Any image in DesktopModules folder is not loaded.
I looked with fidler to see the error and fidler gives me the error below... So I don't understand what the problem is.
Why are images in DesktopModules folder not loaded while the text is shown well. See the error below...
So any images in DesktopModules\xxxxx folder is not loaded.
I'm using DNN CE 6.2. ASP.NET 4.0 integrated app pool.
please advice?
thanks
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 '/DesktopModules/TRD.CustomsModules.RightMenu/App_Code/RazorHelpers/' does not exist.
Source Error:
Line 201:
Line 202:
Line 203:
Line 204:
Line 205:
|
Source File: C:\inetpub\wwwroot\TRD\web.config Line: 203
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 '/DesktopModules/RAED.CustomsModules.LeftMenu/App_Code/IFrame/' does not exist.
Source Error:
Line 200: -->
Line 201: <codeSubDirectories>
Line 202: <add directoryName="IFrame" />
Line 203: <add directoryName="RazorHelpers" />
Line 204: <add directoryName="Links" />
|