Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. update panel issue

update panel issue

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpannouncement
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    trilokharry
    wrote on last edited by
    #1

    Hi update panel not working in asp.net 3.5 as it was working in asp.net 2.0. may be because of I'm not able to make setting for httpHandlers and httpModules in web config in asp.net 3.5. regards Hari

    You get the best out of others when you give the best of yourself.

    N 1 Reply Last reply
    0
    • T trilokharry

      Hi update panel not working in asp.net 3.5 as it was working in asp.net 2.0. may be because of I'm not able to make setting for httpHandlers and httpModules in web config in asp.net 3.5. regards Hari

      You get the best out of others when you give the best of yourself.

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      What are you talking about? Why can't you make changes to the web.config? It appears you have other problems with your application/environment.


      I know the language. I've read a book. - _Madmatt

      T 1 Reply Last reply
      0
      • N Not Active

        What are you talking about? Why can't you make changes to the web.config? It appears you have other problems with your application/environment.


        I know the language. I've read a book. - _Madmatt

        T Offline
        T Offline
        trilokharry
        wrote on last edited by
        #3

        when I put setting on web config: <system.webServer> <handlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> </handlers> <modules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> </modules> </system.webServer> eroor: 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

        You get the best out of others when you give the best of yourself.

        N 1 Reply Last reply
        0
        • T trilokharry

          when I put setting on web config: <system.webServer> <handlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> </handlers> <modules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> </modules> </system.webServer> eroor: 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

          You get the best out of others when you give the best of yourself.

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          These are not correct for 3.5 project so of course it isn't working. Version=1.0.61025.0 = ASP.NET 2.0 Version=3.5.0.0 = ASP.NET 3.5 I would suggest you create a new 3.5 project and compare the web.config files


          I know the language. I've read a book. - _Madmatt

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups