asp.net - Error 'Executing Child Request' for MVC Action when called from HttpServerUtility.Execute -
we have started moving on asp.net mvc 3 webforms. there pdf export utility written take page path (url) , render html using httpserverutility.execute method. http://msdn.microsoft.com/en-us/library/k8e2dw5s
this works fine when url being requested webform, when mvc action error "error executing child request /mycontrollername/methodname.". when debugging our idependencyresolver class , controller constructor never hit, isn't action failing.
what doing wrong? there way make server side request current context html output of mvc action?
have looked @ this:
Comments
Post a Comment