Visual Studio .net question

kaisersoze

Centurion
Joined
Aug 27, 2003
Messages
152
Hi
I have an asp.net project developed in Visual Studio. Is main version v1.n.n. The same project is being customised to many clients and so every client gets one version number (v1, v2,...). Internally we want to keep one name but different versions. If we create a project in Visual studio say, ProjectV1 all the asp.aspx pages inherit ProjectV1.asppage. So, if I want to make a small change to one aspx page, and I want to complie only that page and not the entire project is it possible with visual studio. In classic asp i never had this problem as there was no need to complie and it was easy to change and give it to the new client. Some one please help me how to do.
 
Back
Top