Hi,
do you also have webctrl_client folder, that contains IE WebControl's
client-side files, on your site root?
--
Teemu Keiski
MCP, ASP.NET MVP
AspInsiders Member,
www.aspinsiders.com
ASP.NET Forums Moderator,
www.asp.net
AspAlliance Columnist,
www.aspalliance.com
"Saur" <> wrote in message
news:1e97a01c38940$03842510$...
> Hi,
> I developed an ASP.NET application that uses IE Webcontrols
> in one of my pages. I am using the tab strip control.
>
> It worked fine on my devl system as well as the test
> system but does not seem to work on prod.
> The tab strips do not appear on my webpage and the all
> the individual tab contents appear in same page and they
> come distorted.I ran the iewebcontrols.msi and the
> corresponding entries got created in the registry.I did
> exactly the same as mentioned in the readme.txt of the
> IEWebcontrols set up.I tried reinstalling it several times
> but i am still facing the same issue.
>
> Both my test and prod use
> 1) IE 5.5 with SP2
> 2) Have .NET Framework v1.0.3705 and the other necessary
> prerequisites.
> It works fine in test and i deployed it the same way as i
> did in test.
>
> I even manually added the assembly to GAC
> i.e. gacutil -i Microsoft.Web.UI.WebControls.dll.
>
> Plz suggest me what other things i could look at my
> production box in order to make the IE Webcontrols work.
>
> Thanks
> Saur