post build event for asp.net page

  • Thread starter Thread starter foldface
  • Start date Start date
F

foldface

Hi
Is there any way I can make a post build step for an
asp.net page? I can do it for non-web projects but
not for web projects.
Could I tweak "custom tool" in some way perhaps to add
a step after whatever compile it makes?
Thanks
F
 
Hi
Is there any way I can make a post build step for an
asp.net page? I can do it for non-web projects but
not for web projects.
Could I tweak "custom tool" in some way perhaps to add
a step after whatever compile it makes?
Thanks
F

The only way I've thought of so far, complete hack, is to make
pre/post build steps on a control project with a class in it,
make the web project dependant on that in the solution file
and everytime the web runs make it alter a file in that project,
hence it will rebuild everytime and perform the steps.
Not a very good answer though.

Anyone any ideas? anyone?
 

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

Back
Top