alexmaster85 0 Newbie Poster

Hi everybody!

I want to edit a source file at runtime automatically. This already works. My problem is that the made changes will not take effect. They are not recognized. This source file is in my App_Code folder. If I edit a code behind file (for example Default.aspx.cs) these changes will be executed immediately. Why are these files compiled in a different way than normal classes? Is there a way to change this?

Thanks and best regards,

ALEX