C
Chad A. Beckner
Hey everyone,
Ok. I have a "template and skin" setup on the beginnings of a new portal
site. In this site, there are going to be many applications, which will be
store underneath the "master" site. How can I share the template user
controls with these "sub-applications"?
Example:
Root
|
| -> Per article from Microsoft's website, 825996, I have setup a
virtual directory that points to the "common" folder, named
"intranet_common_folder".
| -> Secure Portal Site Folder (say, intranet)
|
| -> Common (a common place to put all my template controls and
other "app-sharing controls"
|-> Some Class or .ascx file or .asp file, etc
| -> WebApplication1 (uses a .ascx file from Common)
| -> WebApplication2 (uses a .ascx file from Common)
Ideas? I've tried the virtual directory approach, but that doesn't work, I
get "The virtual path
'/intranet_common_folder/themes/06_01_2004/site_theme/site_template.ascx'
maps to another application, which is not allowed.". Since I will not have
access to the GAC, and I don't want to have our Admin have to publish to the
GAC, how can I do this?
Thanks for any and all help!
Chad
Ok. I have a "template and skin" setup on the beginnings of a new portal
site. In this site, there are going to be many applications, which will be
store underneath the "master" site. How can I share the template user
controls with these "sub-applications"?
Example:
Root
|
| -> Per article from Microsoft's website, 825996, I have setup a
virtual directory that points to the "common" folder, named
"intranet_common_folder".
| -> Secure Portal Site Folder (say, intranet)
|
| -> Common (a common place to put all my template controls and
other "app-sharing controls"
|-> Some Class or .ascx file or .asp file, etc
| -> WebApplication1 (uses a .ascx file from Common)
| -> WebApplication2 (uses a .ascx file from Common)
Ideas? I've tried the virtual directory approach, but that doesn't work, I
get "The virtual path
'/intranet_common_folder/themes/06_01_2004/site_theme/site_template.ascx'
maps to another application, which is not allowed.". Since I will not have
access to the GAC, and I don't want to have our Admin have to publish to the
GAC, how can I do this?
Thanks for any and all help!
Chad