I have a quick question about an application I now have to support.
It's .net v2 and I have made a change to a .cs file but it is not reflected in the application.
My limited understanding is that the .net 2 framework compiles automatically into a dll when deployed even though I can see the asps and .cs files.
How do I get a .cs page that I have made a quick change to to compile within the application as .net 3.5 onwards does this for you.
Go to the complete details ...