Hi,,,,,,, So I have been seeing this alot I know its top end program but please explain in detail its nothing like PHP or CSS etc and its used by name brand sites>? The sites are writing in .aspx
hi the aspx is a extension of default page in the asp.net when you create a page in asp.net or vb.net 2008 then if you not give page name than it take automatically default.aspx.so aspx is extension..
.aspx stands for the web page extension which has built in Asp.Net language. in earlier web pages having .asp extension means page created in Asp. Now Dot Net technology introduced and developer uses Asp.Net with extension of.aspx.
Hello It is a default extension of web page created in.net When you create any web page in .net the by default extension of the page is .aspx(Active Server Page Extended File).
.aspx is extension of asp.net pages. Web pages with .aspx extension can either use C#, VB, C++ or J# as language for their project.
The .aspx (Active Server Page Extended) file extension stores script and source codes that allow web browsers to translate and open web pages. Typically, .aspx file extensions are associated with ASP.NET by Microsoft. This application enables programmers to create dynamic web sites, web services, and web applications.
.aspx is the extension of the Web pages developed with ASP.NET where you can use the VB.NET (having extension .aspx.vb) or C# (having extension aspx.cs) for programming the codes behind.