[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.6

HttpHandler for stylesheets not working on windows server 2003/IIS 6.0 (.NET 2.0)

Asked by AGBrown in Programming for ASP.NET

Tags: httphandler, app_code

I have developed a (simple) test httphandler for my stylesheets. It works fine in an application in a virtual directory on IIS 5.1 on the development Xp SP2 machine, but when I deploy it to the server, it stops working and I just get a 404 for any stylesheet that I request. I have set the server virtual directory up, as far as I can see, absolutely identically. This is what I've covered so far:
-There are no error messages being given, I just get a 404.
-There are no event log messages being given.
-I have registered the .css extension has to be handled by the .NET framework under the properties/virtual directory/configuration using:
    +c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll
    +for GET,HEAD,POST,DEBUG
    +with "script engine" checked,
    +and "verify" not checked (as some css files do not exist on disk).
-The web.config contains the appropriate httpHandlers key:

            <httpHandlers>
                  <add verb="*" path="css*.css" type="StyleSheetHandler, App_Code"/> <!-- removing ', App_Code' appears to make no difference -->
            </httpHandlers>
-The web.config in the directory that the style sheets are "in" allows all users and anonymous users to access the style sheets:
      <?xml version="1.0" encoding="utf-8"?>
      <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
            <system.web>
                  <authorization>
                        <allow users="*,?" />
                  </authorization>
            </system.web>
      </configuration>
-A test deploy from VS2005 to another VDir on IIS 5.1 also works fine
-Copying that test deploy (straight drag and drop to the server) still does not work.

Any ideas?

Andy
 
Related Solutions
Keywords: HttpHandler for stylesheets not workin…
 
Loading Advertisement...
 
[+][-]05/30/06 08:29 AM, ID: 16790562Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Programming for ASP.NET
Tags: httphandler, app_code
Sign Up Now!
Solution Provided By: TheLearnedOne
Participating Experts: 1
Solution Grade: A
 
[+][-]05/30/06 05:51 AM, ID: 16789292Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 06:31 AM, ID: 16789555Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/30/06 06:36 AM, ID: 16789591Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 06:37 AM, ID: 16789597Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 06:44 AM, ID: 16789636Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/30/06 06:58 AM, ID: 16789754Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 07:04 AM, ID: 16789800Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/30/06 07:06 AM, ID: 16789814Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/30/06 07:16 AM, ID: 16789912Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 07:17 AM, ID: 16789924Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 07:27 AM, ID: 16790018Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/30/06 07:39 AM, ID: 16790094Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 08:14 AM, ID: 16790427Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 08:25 AM, ID: 16790532Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/30/06 08:31 AM, ID: 16790576Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/30/06 08:43 AM, ID: 16790694Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93