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:

http://connect.microsoft.com/visualstudio/feedback/details/102401/httpserverutility-throws-httpexception-in-attempt-to-transfer-from-httphandler-httpmodule-to-another-httphandler


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -