This is a migrated thread and some comments may be shown as answers.

Show gray image on IE 9

1 Answer 27 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 24 Oct 2012, 08:49 AM
hi

i have added a  2012 Q3 radcaptcha and have also enable add handlers.

But when i view it in Firefox all is ok but not IE9. it shows when view in browse but when refresh, it just display a gray image in IE 9

I am not using web farm or web garden. it is just a simple website.

My application pool is set to ASP.NET v4.0.

It has beed bothering me and i could not find a solution.

This is my webconfig code:

 <system.web>
    <sessionState mode="SQLServer" sqlConnectionString="data source=XXXXXX;user id=XXXXX;password=XXXXXX" timeout="60" />
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
      <assemblies>
        <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </assemblies>
    </compilation>
    <httpHandlers>
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
    </httpHandlers>
  </system.web>
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
    </handlers>
  </system.webServer>
  <appSettings />

1 Answer, 1 is accepted

Sort by
0
Accepted
Slav
Telerik team
answered on 26 Oct 2012, 04:19 PM
Hello,

This issue appears to be the same as the one you have reported in a support ticket. According to your response, the problem was resolved. If you encounter more difficulties, please let us know.

All the best,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Captcha
Asked by
L
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or