[CLOSED] web.config error

  1. #1

    [CLOSED] web.config error

    Hi,

    This tag is automatically add into web.config and causing Ext js error.


    <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />

    After removing this, it works fine. Once I removed it and it added back automatically.
    Is this a common behaviors?


    Regards,
    Kheam



  2. #2

    RE: [CLOSED] web.config error

    Yes, that node is added automatically if you visit the Design Mode tab in Visual Studio.

    You can (and should) leave it in your Web.config.


    If you would like to total control over the included .js and .css files, you can set RenderScripts="None" and RenderStyles="None" on the <ext:ScriptManager>


    Hope this helps.


    Geoffrey McGill
    Founder

Similar Threads

  1. FeedViewer error config
    By flaviodamaia in forum 1.x Help
    Replies: 18
    Last Post: Mar 22, 2011, 6:13 PM
  2. Replies: 16
    Last Post: Oct 15, 2010, 10:04 AM
  3. Replies: 3
    Last Post: Sep 22, 2010, 10:30 AM
  4. Replies: 14
    Last Post: Mar 09, 2010, 12:49 PM
  5. [CLOSED] Error while setting theme in web.config
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 25, 2008, 6:54 AM

Posting Permissions