Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FusionBindError

Status
Not open for further replies.

NatGreen

Programmer
Apr 19, 2002
90
US
ActiveX Control (written in .Net) and ASP .NET Problem

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top