Hi
I have a page with an iFrame instance that displays an aspx page that downloads data from a database table.
This setup works fine in Chrome and IE (Edge), however throws an error in Firefox (latest version of all three browsers)
System log:
2015-11-15 15:49:55,077 ERROR 86.190.252.59 - en-GB - /ViewBooked.aspx - mojoPortal.Web.Global - 86.190.252.59 /ViewBooked.aspx Referrer(http://andyfrankland.co.uk//bcc/ViewBooked.aspx) useragent Mozilla/5.0 (Windows NT 10.0; rv:42.0) Gecko/20100101 Firefox/42.0
System.Web.HttpException (0x80004005): The file '/ViewBooked.aspx' does not exist.
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)
2015-11-15 15:50:06,936 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End
2015-11-15 15:50:41,530 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started.
2015-11-15 15:50:42,170 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task
2015-11-15 15:50:42,170 INFO (null) - (null) - (null) - mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread
Looks to be a path issue but I can't work out why it only occurs in Firefox.
Any help would be welcome
Regards
Andy