Hi all,
Here is my situation.
I have a huge ASP.NET 1.1 projects, and i only need to make changes to 1 or 2 pages. The changes on the front/presentation pages are fine, because it doesn't need to recompile the project. The changes on the back end pages (.cs, .vb, etc...) are giving me problem, since I need to recompile it to see the changes.
Moreover, the project is lying on the server. There are no safesource. Therefore, I have to copy the project down to my local PC, or re-create (1 by 1) the whole project on my local PC. As i mention, it is huge project, and doing this way is an extremely waste of times and efforts.
Is there a way i can make the changes on the server, and recompile it without re-create everything on my local PC? I searched and got some command lines, but it wasn't too helpful.
I am using VS2003 btw.
Any helps will be heavenly