[CLOSED] /coolite folder and CleanResourceUrl="false"

  1. #1

    [CLOSED] /coolite folder and CleanResourceUrl="false"

    Hi,

    Just got latest from SVN and a script reference is included at path /coolite rather than using webresource.axd

    e.g.:

    <script type="text/javascript" src="/WebResource.axd?d=fdhjfdhjdjBLAHBLAH...></script>
    <script type="text/javascript" src="/WebResource.axd?d=fdhjfdhjdjBLAHBLAH...></script>
    <script type="text/javascript" src="/WebResource.axd?d=fdhjfdhjdjBLAHBLAH...></script>
    <script type="text/javascript" src="/coolite/coolite-init-js/coolite.axd?466a37dacbf24d3caf0bcd644b1d3e58"></script>
    This was causing a syntax error due to FormsAuthentication being on and not allowing access to the /coolite path.

    Adding access fixed the issue, I assume it's an oversight?
  2. #2

    RE: [CLOSED] /coolite folder and CleanResourceUrl="false"

    Interesting catch...

    Another (temp?) work-around is to set InitScriptMode="Inline" on the <ext:ScriptManager>


    Example


    <ext:ScriptManager runat="server" InitScriptMode="Inline" />

    I'll investigate other options.*


    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 0
    Last Post: Jan 18, 2011, 3:53 AM
  2. [CLOSED] Icon folder structure
    By RomualdAwessou in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 08, 2010, 2:13 PM
  3. Replies: 8
    Last Post: Jun 25, 2010, 2:53 PM
  4. Replies: 6
    Last Post: May 07, 2010, 12:11 PM
  5. Coolite folder
    By scidec in forum Open Discussions
    Replies: 2
    Last Post: Mar 20, 2008, 3:36 PM

Posting Permissions