I have a project I started as a Website Project which I have copied the code from (do I don't totally screw things up) to a Web Application Project.
I have moved things round, lost the App_Code directory as it causes runtime problems and at the moment I can either have partial classes which kind of run in the browser, but do not compile as the compiler moans about not knowing the controls exist in the current context, or a project which compiles by not having partial classes and having the controls defined the VS.Net 2003 way which does run as it doesn't have partial classes.
Can anyone shed any light on this?
Thanks in advance.