CodeOfGrayc
07-01-2007, 04:05 AM
Hi!
I am new to DiscountAsp.Net and at a loss on this problem. Here is my delemma:
I have a subdomain "PiperRobotics". In my /root directory, the Default.aspx has a script that checks if the Request.URL is "PiperRobotics.CodeOfGrayc.com". If it is, then the Response.Redirect is to "/piperrobotics". This subdirectory, I set up as a web application from the Control Panel => Web Tool.
After uploading my site to DiscountASP.Net's server, when I try to get to my subdomain by typing, http://piperrobotics.codeofgrayc.com, I get this error message:
****** ERROR MESSAGE START ********
Server Error in '/PiperRobotics' 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 'Business' cannot be found in the application or global theme directories.
Source Error:
Line 37: <compilation debug="true"/>
Line 38: <customErrors mode="Off"/>
Line 39: <pages theme="Business"/>
Line 40: </system.web>
Line 41: </configuration>
Source File: E:\web\codeofgrayc\htdocs\web.config Line: 39
Version Information:Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
******* END OF ERROR MESSAGE ********
Here is my question: Why am I getting this error message from the /root directory's web.config when I am trying to get to my subdomain?
Any suggestions/comments would be greatly appreciated. Thanks In Advance!
CodeOfGrayc<!--
[ConfigurationErrorsException]: Theme 'Business' cannot be found in the application or global theme directories. (E:\web\codeofgrayc\htdocs\web.config line 39)
at System.Web.Configuration.PagesSection.get_ThemeInt ernal()
at System.Web.UI.PageParser.ProcessConfigSettings()
at System.Web.UI.TemplateParser.PrepareParse()
at System.Web.UI.TemplateParser.Parse()
at System.Web.Compilation.BaseTemplateBuildProvider.g et_CodeCompilerType()
at System.Web.Compilation.BuildProvider.GetCompilerTy peFromBuildProvider(BuildProvider buildProvider)
at System.Web.Compilation.BuildProvidersCompiler.Proc essBuildProviders()
at System.Web.Compilation.BuildProvidersCompiler.Perf ormBuild()
at System.Web.Compilation.BuildManager.CompileWebFile (VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildR esultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildR esultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVirtualPath ObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.Compilation.BuildManager.CreateInstance FromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.UI.PageHandlerFactory.GetHandlerHelper( HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.UI.PageHandlerFactory.System.Web.IHttpH andlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep .System.Web.HttpApplication.IExecutionStep.Execute ()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.-->
I am new to DiscountAsp.Net and at a loss on this problem. Here is my delemma:
I have a subdomain "PiperRobotics". In my /root directory, the Default.aspx has a script that checks if the Request.URL is "PiperRobotics.CodeOfGrayc.com". If it is, then the Response.Redirect is to "/piperrobotics". This subdirectory, I set up as a web application from the Control Panel => Web Tool.
After uploading my site to DiscountASP.Net's server, when I try to get to my subdomain by typing, http://piperrobotics.codeofgrayc.com, I get this error message:
****** ERROR MESSAGE START ********
Server Error in '/PiperRobotics' 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 'Business' cannot be found in the application or global theme directories.
Source Error:
Line 37: <compilation debug="true"/>
Line 38: <customErrors mode="Off"/>
Line 39: <pages theme="Business"/>
Line 40: </system.web>
Line 41: </configuration>
Source File: E:\web\codeofgrayc\htdocs\web.config Line: 39
Version Information:Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
******* END OF ERROR MESSAGE ********
Here is my question: Why am I getting this error message from the /root directory's web.config when I am trying to get to my subdomain?
Any suggestions/comments would be greatly appreciated. Thanks In Advance!
CodeOfGrayc<!--
[ConfigurationErrorsException]: Theme 'Business' cannot be found in the application or global theme directories. (E:\web\codeofgrayc\htdocs\web.config line 39)
at System.Web.Configuration.PagesSection.get_ThemeInt ernal()
at System.Web.UI.PageParser.ProcessConfigSettings()
at System.Web.UI.TemplateParser.PrepareParse()
at System.Web.UI.TemplateParser.Parse()
at System.Web.Compilation.BaseTemplateBuildProvider.g et_CodeCompilerType()
at System.Web.Compilation.BuildProvider.GetCompilerTy peFromBuildProvider(BuildProvider buildProvider)
at System.Web.Compilation.BuildProvidersCompiler.Proc essBuildProviders()
at System.Web.Compilation.BuildProvidersCompiler.Perf ormBuild()
at System.Web.Compilation.BuildManager.CompileWebFile (VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildR esultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildR esultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVirtualPath ObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.Compilation.BuildManager.CreateInstance FromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
at System.Web.UI.PageHandlerFactory.GetHandlerHelper( HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.UI.PageHandlerFactory.System.Web.IHttpH andlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep .System.Web.HttpApplication.IExecutionStep.Execute ()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.-->