Over the years, I have had more than one occasion to wonder what planet the developers of IIS are from. It seems that every version of IIS has had at least one default setting that made no sense at all... probably not even on their planet.
Today installed an aspx application on a shiny new Windows 2008 R2 / IIS 7.5 environment.
When I ran the application, all the image tags were broken. I verified that the images were in the correct file location and that IUSR had read access to that folder. So why would NONE of the images display?
From the people who brought you Windows ME:
The answer is another poor decision by some IIS developer. By default, the static content role is not installed. Installing it fixes the issue.
I hereby issue a challenge to anyone who wishes to take it. Go try to find a single web site running on IIS that does not have at least one image AND does not use CSS. You will fail, because there isn't one... anywhere... I bet you would have trouble faking one. The whole point of a website is to render content, not just text.
So I am left to ponder the extreme depth of this obtuseness.... and dream of visiting this other planet.
David Jedziniak maintains this blog and posts helpful tips and tricks on SQL Server and Dynamics GP development. The opinions expressed here are those of the author and do not represent the views, express or implied, of any past or present employer. The information here is provided without warranty of fitness for any particular purpose.
Subscribe to:
Post Comments (Atom)
SQL 2022 TSQL snapshot backups!
SQL 2022 now actually supports snapshot backups! More specifically, T-SQL snapshot backups. Of course this is hardware-dependent. Here ...
-
If you are reading this, you are probably aware of the fact that you cannot deploy SSRS 2008 reports on an SSRS2005 server. SSRS reports ar...
-
SQL Job to refresh TEST from PRODUCTION Last Updated: 2018.11.12 I like to include each of these steps as a separate job step. If you ...
-
I ran into an issue today where I had a report parameter default that I couldn't seem to get rid of. In BIDS, I deleted the defaults f...
No comments:
Post a Comment