Posted
on Feb 19, 2010
(permalink)
When I updated the home page's Title value and saved the page I got the following exception:
Exception information:
Exception type: HttpException
Exception message: Unable to generate etag from dependencies. One of the dependencies couldn't generate a unique id.
Stack trace: at System.Web.HttpCachePolicy.UpdateFromDependencies(HttpResponse response)
at System.Web.HttpCachePolicy.UpdateCachedHeaders(HttpResponse response)
at System.Web.HttpCachePolicy.GetCurrentSettings(HttpResponse response)
at System.Web.Caching.OutputCacheModule.OnLeave(Object source, EventArgs eventArgs)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I went back to the page and changed the value back to what it was. This corrected the problem.
How do we make sure this doesn't happen in future?
Regards,
Jacques