M
Mark Carrington
Hi,
I have an application which uses the
ApplicationHost.CreateApplicationHost API to embed ASP.NET. My problem
is that I need to be able to duplicate the virtual directory type
structure supported by IIS, e.g.
URL / maps to c:\mysite
URL /dir1 maps to c:\mysite\dir1
but
URL /dir2 maps to c:\some\other\dir
To do this, it appears I need to create a custom implementation of the
System.Web.Hosting.IApplicationHost interface, but this is internal. The
docs for .NET 3 list this as public
(http://msdn2.microsoft.com/en-us/library/system.web.hosting.iapplicationhost.aspx),
but I cannot find a public definition of it after downloading the .NET 3
redist package.
Is there some way to get access to this interface to allow me to write
my own implementation?
Thanks,
Mark
I have an application which uses the
ApplicationHost.CreateApplicationHost API to embed ASP.NET. My problem
is that I need to be able to duplicate the virtual directory type
structure supported by IIS, e.g.
URL / maps to c:\mysite
URL /dir1 maps to c:\mysite\dir1
but
URL /dir2 maps to c:\some\other\dir
To do this, it appears I need to create a custom implementation of the
System.Web.Hosting.IApplicationHost interface, but this is internal. The
docs for .NET 3 list this as public
(http://msdn2.microsoft.com/en-us/library/system.web.hosting.iapplicationhost.aspx),
but I cannot find a public definition of it after downloading the .NET 3
redist package.
Is there some way to get access to this interface to allow me to write
my own implementation?
Thanks,
Mark