Hi guys here is fun one.
so i have this project called ProjectA which reference another project called ProjectB. Now just to make it clear in visual studio 2003 I went to ProjectA, right clicked on references folder and clicked add a reference, clicked on the project tab and choose ProjectB, clicked 'select' thus adding ProjectB as a reference to ProjectA.
Now this ProjectA get distributed to clients. Now the delima is that ProjectB has in its webconfig an entry, lets call it 'color' which is set to 'blue'. Now is it possible to change the 'color' through a webconfig entry in ProjectA after being distributed to clients. After being distributed to clients the project can no longer be complied because they only get the *.aspx, *.ascx, web.config and *.dll files.
What if we also distribute ProjectB (compiled - just the *.aspx, *.ascx, web.config, *.dll) along with ProjectA. Can we then change the color just by changing the color entry of the ProjectB's webconfig file.
so i have this project called ProjectA which reference another project called ProjectB. Now just to make it clear in visual studio 2003 I went to ProjectA, right clicked on references folder and clicked add a reference, clicked on the project tab and choose ProjectB, clicked 'select' thus adding ProjectB as a reference to ProjectA.
Now this ProjectA get distributed to clients. Now the delima is that ProjectB has in its webconfig an entry, lets call it 'color' which is set to 'blue'. Now is it possible to change the 'color' through a webconfig entry in ProjectA after being distributed to clients. After being distributed to clients the project can no longer be complied because they only get the *.aspx, *.ascx, web.config and *.dll files.
What if we also distribute ProjectB (compiled - just the *.aspx, *.ascx, web.config, *.dll) along with ProjectA. Can we then change the color just by changing the color entry of the ProjectB's webconfig file.