K
Keith Chadwick
I have 3 individual ASP.NET applications that make up the overall web
application. Each of these websites share some common styles, scripts and
xslt files. These are all placed in a single directory structure then in
IIS each .NET application has the virtual directory called shared created.
The problem is that and server side uri paths do not seem to recognize the
virtual directory called 'shared'. For example when using an external file
in the web.config file for appSettings or in an XSLT file with the
<xsl:import href="{file}"/> declaration.
Is there a way to tell the .NET application that the virtual exists under
IIS and how to relate to it or is this simply not possible.
Configuration is .NET 1.1 running on win2000 server.
Thanks in advance
Keith
application. Each of these websites share some common styles, scripts and
xslt files. These are all placed in a single directory structure then in
IIS each .NET application has the virtual directory called shared created.
The problem is that and server side uri paths do not seem to recognize the
virtual directory called 'shared'. For example when using an external file
in the web.config file for appSettings or in an XSLT file with the
<xsl:import href="{file}"/> declaration.
Is there a way to tell the .NET application that the virtual exists under
IIS and how to relate to it or is this simply not possible.
Configuration is .NET 1.1 running on win2000 server.
Thanks in advance
Keith