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/news.aspx
MSG:
The file '/news.aspx' does not exist.
StackTrace:
at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(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.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
TargetSite:
Void CheckVirtualFileExists(System.Web.VirtualPath)
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