ComponentNotFoundException: No component for key favicon.icocontroller was found
In the following code snippet:
protected virtual IController CreateController(RequestContext requestContext, string controllerName) {
var ret = Windsor.Container.Resolve
return ret;
}
Though I Check Out that Component "favicon.ico" is present in root folder of the project and moreover this Exception is not coming when I Login the site online.It is only coming at local System.Kindly Help me Its Urgent.I also tried Server.MapPath() By thinking that there might be path problem but still it is not working
Suthish NairPosted Mar 23, 2012, 10:52 AM