Webresource css file issue

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Webresource css file issue

    Hi All,
    I have created a custom control and used the Webresources to
    everything worked fine in localbox and development box. When I migrate
    to production I am getting the following error

    Error: The stylesheet ..../WebResource.axd was not loaded because its
    MIME type, "text/html", is not "text/css".

    Any Idea why this is not working? Thanks for your help.

    Thanks,
    Jay

    jaydev Guest

  2. Similar Questions and Discussions

    1. Issue in encrypted PDF file
      I had encrypted one PDF file using VC++ component. But when i open the encrypted file in Adobe Professional it asks for saving the file. Password...
    2. xsl file issue
      I created a fragmented .xsl file that is binding to an xml document that lives on another server. When I test the page locally it works great,...
    3. Webresource.axd
      Hello - i have created a simple composite control with drop down list displaying the US States. I have also a Javascript (County.js) file embedded...
    4. .Net 2.0 - WebResource attribute with css file
      Hi, I'm developing a custom control using VS2005. The control has embedded resources with it (js, images and css) and when control is rendered to...
    5. Mp3 file issue
      Hi,i have a problem in mp3 streaming, I am developing a flash online mp3 player using flash comm server with mp3 streaming concept, some of the mp3...
  3. #2

    Default Webresource css file issue

    Hi All,
    I have created a custom control and used the Webresources to
    everything worked fine in localbox and development box. When I migrate
    to production I am getting the following error

    Error: The stylesheet ..../WebResource.axd was not loaded because its
    MIME type, "text/html", is not "text/css".

    Any Idea why this is not working? Thanks for your help.

    Thanks,
    Jay

    jaydev Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139