[Mono-devel-list] Code Behind + XSP
Gonzalo Paniagua Javier
gonzalo at ximian.com
Fri Feb 18 19:04:35 EST 2005
On Thu, 2005-02-17 at 12:15 +0100, Andrew wrote:
>>>Is already implemented the feature of seeking first inside the bin
>>>directory of the folder in which the ASPX is being called (instead of
>>>the "general" bin directory)?
>>
>>
>> Is this a feature in MS/IIS? No.
>
>No??? Sorry Gonzalo, perhaps I (or you) am misunderstanding the matter,
>but I am developing a Web App with VS.NET+IIS and my bin files are not
>in C:\inetpub\wwwroot\bin, they are in C:\inetpub\wwwroot\myapp\bin.
>However, XSP requires me to have all the DLL files in one bin folder for
>the whole set of web applications.
>
>Did I clarify anything? Thanks in advance.
No.
You're calling 'application' to a directory. I'm calling application to
each of those that you create in the IIS whatever wizard that let's you
map a virtual directory to a physical one. For those, only one 'bin'
directory is allowed and at the virtual root of the application.
-Gonzalo
More information about the Mono-devel-list
mailing list