D
dan_williams
I am working with an asp.net 1.1 web application.
Do I have to rebuild the whole application and deploy the compiled DLL
to my production server everytime I modify a single aspx page?
Is there a way to not re-compile (or rebuild) the whole application
every time a single page is modified?
We do use CVS for our version control, but there's always a doubt that
I have the latest code.
Also, the DLL is getting quite large (over 1MB) due to it using Crystal
Reports, so it's becoming a pain to copy over the DLL just when i've
fixed a bug in a small aspx page.
Ideally, i'd like to keep using code-behind files as it hides my code
and i don't want to copy the code-behind files to my production server
either. I suppose it's either or!
Anyway, any suggestions are greatly appreciated.
Thanks in advance
Dan
Do I have to rebuild the whole application and deploy the compiled DLL
to my production server everytime I modify a single aspx page?
Is there a way to not re-compile (or rebuild) the whole application
every time a single page is modified?
We do use CVS for our version control, but there's always a doubt that
I have the latest code.
Also, the DLL is getting quite large (over 1MB) due to it using Crystal
Reports, so it's becoming a pain to copy over the DLL just when i've
fixed a bug in a small aspx page.
Ideally, i'd like to keep using code-behind files as it hides my code
and i don't want to copy the code-behind files to my production server
either. I suppose it's either or!
Anyway, any suggestions are greatly appreciated.
Thanks in advance
Dan