Hi everyone, can I please have your advice on the following?
I recently installed a web application I have written on my Windows SBS 2003 server. When I installed the application simply copied the required files into the C:\Inetpub\wwwroot folder and then pointed the Default Website to this directory in IIS Manager. After doing this my web application works fine. However I noticed recently that when accessing the Monitoring and Reporting function I am getting the error message as shown below.
I'm pretty sure that installing the web application as the default website was the wrong thing to do. I should have created a new website for this web application. It now seems that when the Monitoring and Reporting application loads it is looking at the web.config file for my web application not its web.config file.
Is anyone able to tell me how I can solve this problem? I am hoping that if I set the home directory for the default website back to what it originally was the problem will go away. What is the standard home directory for the default website?
Server Error in '/Monitoring' 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: Theme 'Basic' cannot be found in the application or global theme directories.
Source Error:
|
Line 93:
Line 94:
Line 95:
Line 96:
Line 97:
|
Source File: C:\Inetpub\wwwroot\NextGen\web.config Line: 95
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
|