A
Al
Hello,
I am trying to create a simple asp.net application, then rename the bin
directory and/or create another subdirectory with a bin folder.
I then add the following to the web.config file
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="subdir\bin;bin2"/>
</assemblyBinding>
</runtime>
When I browse the site, all I get is
Parser Error Message: Could not load type 'TestAspNet.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="TestAspNet.Global" %>
IOW, I can't seem to get the probing to work.
Am I forced to use the bin directory under IIS application or is there
some way to reference another directory?
Al...
I am trying to create a simple asp.net application, then rename the bin
directory and/or create another subdirectory with a bin folder.
I then add the following to the web.config file
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="subdir\bin;bin2"/>
</assemblyBinding>
</runtime>
When I browse the site, all I get is
Parser Error Message: Could not load type 'TestAspNet.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="TestAspNet.Global" %>
IOW, I can't seem to get the probing to work.
Am I forced to use the bin directory under IIS application or is there
some way to reference another directory?
Al...