Hello all,
One of my pages has an html object tied to a 3rd party twain dll . This page works just like it is supposed to within Visual Studio 2005. The problem comes when I upload it to our intranet server. The object does not see the dll, even though it is pointing to the location within its own file structure. Here is the code for my object.
I have followed all the instructions on the vendors faq to set the .Net security settings. Is there something within IIS that I can look at to see if IIS is not allowing the dll to be viewed. I have already changed the properties of the dll to allow script access within IIS.
Thanks in advance,
Brian
One of my pages has an html object tied to a 3rd party twain dll . This page works just like it is supposed to within Visual Studio 2005. The problem comes when I upload it to our intranet server. The object does not see the dll, even though it is pointing to the location within its own file structure. Here is the code for my object.
Code:
<object id="Twain1" name="Twain1"
classid="[URL unfurl="true"]http://dc2/scan/Twain.dll#Twain.VSTwain"[/URL]
codebase="[URL unfurl="true"]http://dc2/scan/Twain.dll#fileversion=1,6,1,1">[/URL]
</object>
I have followed all the instructions on the vendors faq to set the .Net security settings. Is there something within IIS that I can look at to see if IIS is not allowing the dll to be viewed. I have already changed the properties of the dll to allow script access within IIS.
Thanks in advance,
Brian