This may seem stupid, but I would just like to check.
Working on a module, we needed to create page template tags, and for that, made changes to the Default.aspx.cs file, and compiled. The changes we made are stored in our module's dll?
We are trying to simply update our module's dll, but when we change something in the Default.aspx.cs (not the aspx itself), what files do we need to update?
Nuno