ActiveX Control (written in .Net) and ASP .NET Problem
The application runs fine on my test web server, but I when I move it to production, I get the fusionBindError.
I have done the following:
1. Strong Named the assembly
2. Added the production URl to the trusted sites
3. Adjusted the .Net security to give FullTrust to the trusted sites.
4. Had the IIS box set to not cache.
5. Set permissions on the web server.
Any ideas?
Code:
<OBJECT id="MyDriver" classid="MyInterface.dll#MyInterface.MyCall" name="MyDriver" VIEWASTEXT></OBJECT>
The application runs fine on my test web server, but I when I move it to production, I get the fusionBindError.
I have done the following:
1. Strong Named the assembly
2. Added the production URl to the trusted sites
3. Adjusted the .Net security to give FullTrust to the trusted sites.
4. Had the IIS box set to not cache.
5. Set permissions on the web server.
Any ideas?