Developer forum

Forum » Development » Custom Default.aspx

Custom Default.aspx

Nuno Aguiar
Reply
Hi,

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


Replies

 
Pavel Volgarev
Reply
Hi Nuno,

If you make your changes in a markup then you don't need to recompile (even though the markup contains .aspx code "nuggets") - the page will be precompiled dynamically when you first time visit it. Otherwise you do need to recompile.

The changes are stored in your module's DLL since it's the same project (I assume).

-- Pavel

 

You must be logged in to post in the forum