Following this guidance:
http://msdn.microsoft.com/en-us/library/ff664534(v=PandP.50).aspx
Thought I had this working but then getting error on this line:
HttpContext.Current.Application.GetContainer().BuildUp(currentHandler.GetType(), currentHandler);
object reference not set to and instance of an object...
stepping through I can see that indeed
HttpContext.Current.Handler
is null...
Why is this failing and how to troubleshoot...?
Thanks in advance
UPDATE: Not definative but I think the issues may have something to do with switching from the Dev Engine and IIS Express to IIS proper (locally), which happens to be 7... which I suspect is the culprit for this error... (I'm having troub ...
Go to the complete details ...