Auto Recompile aspx when binaries change

S

stuart Dee

Hi,

When I upload my binaries or aspx is there any way to auto recompile or
compile them all before i start the application

Tia
 
T

Teemu Keiski

For aspx pages yes,

see:
http://www.aspalliance.com/PaulWilson/Articles/?id=9

If you want the code-behind code to be compiled per uploading the source
files (not by uploading assemblies)...just use Src attribute in Page
directive to specify the code-behind file (instead of Inherits attribute
that VS.NET uses), though this just compiles the current page's codebehind
and when requested. You might also want to take a look at <compilation>
configuration tag and it's batch reöated settings, if they would help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top