AI OnAI Off
MVC does not support ViewState, the WebForms page lifecycle, webforms postbacks so in general it will not work.
However if you google for "WebForms usercontrols in MVC" you can see that there are ways to achieve it, often creating a fake WebForms page and then load the user control to it and then capture the output in a TextWriter. I would however recommend to try to convert to MVC instead.
We have an task to integrate a backend advertisement solution into our project, but the code provided is Webforms.. There is no scope at this stage to update this to MVC..
Is is possible to create a block that uses Webforms within an MVC EPiServer project?
Thanks
Danny