G
Guest
Hello
I am trying to create private shared assemblies. For the moment we are not considering the GAC. I have a common directory into which I will put a few corporate DLLs
I created a test EXE and test Web app. They both talk to a test DLL I created. I strong named the DLL and moved it to my common folder above the application folders
When I put the assembly binding information into app.config or web.config, the programs pick up the DLL in the common directory. When I cut and paste this XML block into machine.config, the programs cannot find the file. I tried this with CASPOL -off just to make sure it was not a security permission. I looked at fuslogvw and all I noticed was that it did not search my folder specified in codeBase when in machine.config but found it when in web/app.config
We want this value in machine.config as our asp.net applications running on one server will be all sharing these DLLs
Thanks
I am trying to create private shared assemblies. For the moment we are not considering the GAC. I have a common directory into which I will put a few corporate DLLs
I created a test EXE and test Web app. They both talk to a test DLL I created. I strong named the DLL and moved it to my common folder above the application folders
When I put the assembly binding information into app.config or web.config, the programs pick up the DLL in the common directory. When I cut and paste this XML block into machine.config, the programs cannot find the file. I tried this with CASPOL -off just to make sure it was not a security permission. I looked at fuslogvw and all I noticed was that it did not search my folder specified in codeBase when in machine.config but found it when in web/app.config
We want this value in machine.config as our asp.net applications running on one server will be all sharing these DLLs
Thanks