ASP.NET MVC using App_Code directory

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-03-16T16:01:21Z Indexed on 2010/03/16 16:01 UTC
Read the original article Hit count: 439

Filed under:
|

I've added an App_Code directory to my ASP.NET MVC project so that I get dynamic compilation for plugins.

Only slight annoyance is that when developing new plugins, I don't get intellisense on classes inside the App_Code directory.

Currently I am creating them in another directory inside my project and then copying them into App_Code.

is there any way around this?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about app-code