Automatic compile of class file in asp.net

  • Thread starter Thread starter s.hong
  • Start date Start date
S

s.hong

I thought that if the class files compliled automatically when they changed,
and distributed to '/bin' folder. then, I can easily manage my class file.
(I know some JSP engine have the same function 'auto-compile' )

I can write batch command 'vbc ...' to compile my vb files to dll. but,
When I change some class file, always I must run it. and,
It seems not to be acceptable for team programming.

Is there are anyone have a good IDEA?

Thanks

I
 
did you have the experience with UltraEdit ?

When you change the file outside UltraEdit , the opened file in ultraedit
will find it has been changed, then popup a window asking you whether to
reload the file ?

another case, asp.net can also trace file changes.

So my idea is that you register a hook to handle the changed event.
 
Back
Top