M
moondaddy
I'm using asp.net 2.0 and c# and would like to share some user control
between several websites. these websites are on the same server and have a
physical location right next to each other like this:
D:\Websites\Website1
D:\Websites\Website2
I'm thinking of putting the controls for sharing in a common directory like
this:
D:\Websites\CommonControls
What's the recommened way to do this and are there any special
conciderations to keep in mind?
FYI: These shared controls will be accessing databases and reading/writing
images to the directory.
Thanks
between several websites. these websites are on the same server and have a
physical location right next to each other like this:
D:\Websites\Website1
D:\Websites\Website2
I'm thinking of putting the controls for sharing in a common directory like
this:
D:\Websites\CommonControls
What's the recommened way to do this and are there any special
conciderations to keep in mind?
FYI: These shared controls will be accessing databases and reading/writing
images to the directory.
Thanks