Forum Moderators: open

Message Too Old, No Replies

aspx

         

Maxymal

4:55 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



I wonder what .aspx is? What does the x stand for or what does it do?
Thank you!

Arie

5:36 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



Aspx is the extension that is used for ASP.NET pages.

Visit www.asp.net for detailed information.

Bentler

5:39 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



A Web page with aspx ending runs on asp.net, a relatively new Microsoft technology intended to port enterprise software to the Web. .net applications compile down to an intermediate language & run on a virtual machine - similar to java but portable to any language with a rewrite of its compiler. It can use multiple languages including C#, VB and as I recall could also do Fortran and Cobol. It can also do just straight Web pages with niceties like server-cached includes.