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. Adding scriptManager tag to Non ajax enabled web application

Adding scriptManager tag to Non ajax enabled web application

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadmindebuggingtools
3 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.
  • S Offline
    S Offline
    salmonraju
    wrote on last edited by
    #1

    Hi, My application is created using ASP.Net Web Application template. I want script Manager to be added in one of my page. I did the following to make My existing ASP.Net web application to Ajax enabled. But it is not working. Installed ASPAJAXExtSetup.msi added below config in web.config <httpHandlers> <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="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/> </httpHandlers> <compilation defaultLanguage="c#" debug="true"> <assemblies> <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </assemblies> </compilation> When i am tring to add a <asp:ScriptManager runat="server" /> Under form tag , I am not getting this tag in intellisence. Please help how I can add scriptManager to my existing ASp.net web application. Thanks, Salmon.

    S 1 Reply Last reply
    0
    • S salmonraju

      Hi, My application is created using ASP.Net Web Application template. I want script Manager to be added in one of my page. I did the following to make My existing ASP.Net web application to Ajax enabled. But it is not working. Installed ASPAJAXExtSetup.msi added below config in web.config <httpHandlers> <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="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/> </httpHandlers> <compilation defaultLanguage="c#" debug="true"> <assemblies> <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </assemblies> </compilation> When i am tring to add a <asp:ScriptManager runat="server" /> Under form tag , I am not getting this tag in intellisence. Please help how I can add scriptManager to my existing ASp.net web application. Thanks, Salmon.

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      Looks like you forgot: I would suggest you to create a new project that is AJAX Enabled(using AJAX Enabled template), and then just copy the Web.Config file from there in your project. After that you can add/update any other stuff like Appsetting section/Authentication/Authorization sections as it was earlier in your project.

      S 1 Reply Last reply
      0
      • S Sandeep Mewara

        Looks like you forgot: I would suggest you to create a new project that is AJAX Enabled(using AJAX Enabled template), and then just copy the Web.Config file from there in your project. After that you can add/update any other stuff like Appsetting section/Authentication/Authorization sections as it was earlier in your project.

        S Offline
        S Offline
        salmonraju
        wrote on last edited by
        #3

        Thank you I will do that

        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