I have an identical asp.net application hosted on two computers, PC1 and PC3 on the intranet. The .NET control is hosted using the object tag. The following three url when executed on PC1 work properly:
http://pc1/test/test.aspx (The other two urls have pc1 replaced with pc3 and localhost)
All three urls in IE v8 show the page with the .NET control.
But the same urls do not work on PC3. They control is shown with a small red X symbol.
On the second machine, the Fiddler view shows the .NET dll is being downloaded properly, but the fusion log and IEHost log do not show anything. The first machine fusion log and IEHost log show expected reporting.
The IE on both machine are set to include all three urls above in the trusted zone. The .NET2 administration trust for the trusted zone is set to FullTrust. Additionally I have created code groups for pc1 and pc3 to provide FullTrust.
Why does IE on second machine fail to show the .NET control? Also, why the no IEHost and fusion logs are created?