Probing for DLL's in ASP.Net 2.0

G

Guest

Is there a way to group dll files in the bin directory for ASP.net 2.0 Web
Site projects and have the CLR find them? I tried adding the following to
the appropriate location in the web.config file to indicate I wanted it to
look in the bin\subbin directory, but to no success. I do not have any
<codebase> defined.

<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin\subbin"/>
</assemblyBinding>
</runtime>
</configuration>


My bin directory is under root and my binary is culture neutral so I believe
I should be looking in:

bin\subbin

Does probing even work for Web projects?

Any help would be appreciated,

Thanks,
Dean
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top