Apparently BenNadel.com Runs On ASP.NET - News To Me

Posted August 15, 2007 at 2:51 PM by Ben Nadel

Glen just pointed out to me that, according to www.builtwith.com, my site, bennadel.com was built using ASP.NET. This is news to me, especially considering the only file extensions I ever use on my site are HTM and CFM.


 
 
 

 
 
 
 
 

You Might Also Be Interested In:



Reader Comments

Aug 15, 2007 at 3:35 PM // reply »
2 Comments

Unfortunately, it looks like they are getting that from the X-Powered-By line in the response header that is getting sent by the server. Shame ColdFusion doesn't inject a line like that into the response header.


Aug 15, 2007 at 4:03 PM // reply »
11,314 Comments

@David,

Nice call; I would have never even thought to look at the response headers. I tried adding this line:

<cfheader
name="X-Powered-By"
value="ColdFusion MX7"
/>

... but unforutnately, it won't overwrite the ASP.NET value, it will only add to it:

X-Powered-By: ASP.NET, ColdFusion MX7

I even tried using the GetPageContext() to set the header value, but it looks like the documentation is not quite accurate on the fact that it will overwrite it... oh well. At least now, it has ColdFusion MX7 in there.


Aug 15, 2007 at 4:09 PM // reply »
42 Comments

Apparently this is a custom header that gets added to your IIS configuration when ASP.NET gets installed. Or at least that's what this page says: http://www.asp101.com/articles/wayne/pryingeyes/default.asp

There's some instructions on how to remove it half way down the page.


Aug 15, 2007 at 7:48 PM // reply »
1 Comments

Your custom pictures are always great, but this one takes the cake - I love it. Thanks.


Aug 16, 2007 at 7:31 AM // reply »
11,314 Comments

Ha ha, thanks :) It helps keep my day interesting.


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Jun 18, 2013 at 3:39 PM
Experimenting With The Amazon Simple Storage Service (S3) API Using ColdFusion
Hi Ben, THANKS! While not bleeding edge, it is new to me & I like learning new things every day! ... read »
Jun 18, 2013 at 12:30 PM
Disabling Auto-Correct And Auto-Capitalize Features On iPhone Inputs
Also spellcheck="false" should be mentioned as part of html5 specs ... read »
Jun 18, 2013 at 8:40 AM
Using Named Functions Within Self-Executing Function Blocks In Javascript
Hi Ben, you forgot to mention the most important thing for named self-executing functions - they can be referenced by name ONLY inside their execution context (which is parens in this case), it mean ... read »
dee
Jun 18, 2013 at 7:01 AM
My Safari Browser SQLite Database Hello World Example
hai ben, this program is really good i could understand the concept but i dint know how to save it and how to open it as you have done in the video can u give that details pls ... read »
Jun 18, 2013 at 6:04 AM
Clearing Inline CSS Properties With jQuery
Thanks a lot for for post! It helped me a lot... after being stuck since 24 hrs.. found solution from your post. Thanks again! ... read »
Jun 18, 2013 at 2:31 AM
SOTR 2013 - The Best Conference I Never Went To
I keep watching it, should keep me happily distracted until SotR14 ;) ... read »
Jun 17, 2013 at 9:45 PM
What If All User Interface (UI) Data Came In Reports?
@Jonah, As I was reading what you wrote, it occurred to me that maybe I do something similar to that in some of my client-side code. In an application I'm working on, there are a bunch of unrelated ... read »
Jun 17, 2013 at 9:36 PM
Object Thinking By David West
@Jonah, Please, don't feel bad at all. I appreciate all that you have contributed to the conversation. And, the more points of view I get, the more confident I am that I will some day, some how und ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools