G
G-Fit
Hi group,
(sorry if deployment is not the right term for what I mean).
I develop a website at my desk, testing it with my own IIS on my own box.
Then when a new feature is ready for release, I have to copy the modified
files to the 'real' website. That is, I copy the DLL in /bin, and any .aspx
or .ascx I changed. I don't want to put there my .cs nor .resx
Now, when I change a lot of .aspx files, that means a lot of time digging
through every directory to copy only the pages and not the code behind.
There must be a way to do that nicely ? What button did I miss in VS.NET ?
Thanks,
Karine Proot
G-Fit
(sorry if deployment is not the right term for what I mean).
I develop a website at my desk, testing it with my own IIS on my own box.
Then when a new feature is ready for release, I have to copy the modified
files to the 'real' website. That is, I copy the DLL in /bin, and any .aspx
or .ascx I changed. I don't want to put there my .cs nor .resx
Now, when I change a lot of .aspx files, that means a lot of time digging
through every directory to copy only the pages and not the code behind.
There must be a way to do that nicely ? What button did I miss in VS.NET ?
Thanks,
Karine Proot
G-Fit