Hi,
I have a directory called files (c:\files) where I have
dll and a I have Web directory inside files directory
(c:\files\web), the application web, in ASP.NET, have to
use dll files that they are in files directory, can I do
that??
( in c:\files --> dll)
( in c:\files\web) --> application web) --> reference to
dll
I use this configuration in web.config:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-
com:asm.v1">
<probing privatePath="Web/.."/>
</assemblyBinding>
</runtime>
but I have this error:
Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request.
Please review the specific error details below and modify
your configuration file appropriately.
Parser Error Message: It is an error to use a section
registered as allowDefinition='MachineToApplication'
beyond application level. This error can be caused by a
virtual directory not being configured as an application
in IIS.
Source Error:
Line 37: by Microsoft that offers a single
logon and core profile services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40:
Line 41:
somebody can help me??
Thanks
|