What aspx Stands for?

  • Thread starter Thread starter Micheal
  • Start date Start date
M

Micheal

Hi,

asp means Active Server Pages

what does aspx stands for ?

Regards
Micheal
 
I believe this is because ASP+ was the very first name of the project that
finally gave ASP.NET. The x is just a rotated +.

At least this is my theory ;-)
 
Patrice said:
I believe this is because ASP+ was the very first name of the project that
finally gave ASP.NET. The x is just a rotated +.

At least this is my theory ;-)

Good theory, and similar to the theory that "C#" stands for

C++
++ .

"asp" stands for "active server page".
"ash" stands for "active server handler".
"asc" stands for "active server control".

I assume that the "x" has simply been added to make visible that .NET is
used, which is a bad choice by the way (hide implementation details!).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top