A server error has occured!
Error Message:

Error happened in site - HTTP://www.C-Labs.com
Machine Name: KAIKOSRV


URL:
http://www.c-labs.com/compatibles.aspx
MSG:
The file '/compatibles.aspx' does not exist.
StackTrace:
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
TargetSite:
System.Web.Compilation.BuildResult GetVPathBuildResultInternal(System.Web.VirtualPath, Boolean, Boolean, Boolean, Boolean, Boolean)
Last Error:
Site Name:www.c-labs.com
Server:KAIKOSRV

Some Trouble shooting tips...

  • If the error message states something about the network connection to the SQL server is broken, verify that
    <add key="SQLServer" value="192.168.1.97" />
    and
    <add key="SQLServerResults" value="192.168.1.97" />
    point to the correct name or IP address of the SQL Server
  • Make sure the the SQL login credentials in the WEB.CONFIG correspond to a valid login of your SQL server
  • Make sure your SQL Server is actually running and reachable from the web server