- Joined
- Apr 30, 2009
- Messages
- 5
- Reaction score
- 0
Greetings!
I have just installed the latest 3cx PBX server on my Windows 2003 Enterprise server, under IIS (in my case port 8001)
When I attempt to open the URL http://localhost:8001/management/ I get the following 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 'Standard' cannot be found in the application or global theme directories.
Source Error:
Line 39: <system.web>
Line 40: <customErrors mode="RemoteOnly" defaultRedirect="CustomError.aspx"/>
Line 41: <pages theme="Standard">
Line 42: <controls>
Line 43: <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Source File: c:\inetpub\wwwroot\web.config Line: 41
What can I do to fix it?
-Eugene
I have just installed the latest 3cx PBX server on my Windows 2003 Enterprise server, under IIS (in my case port 8001)
When I attempt to open the URL http://localhost:8001/management/ I get the following 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 'Standard' cannot be found in the application or global theme directories.
Source Error:
Line 39: <system.web>
Line 40: <customErrors mode="RemoteOnly" defaultRedirect="CustomError.aspx"/>
Line 41: <pages theme="Standard">
Line 42: <controls>
Line 43: <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Source File: c:\inetpub\wwwroot\web.config Line: 41
What can I do to fix it?
-Eugene