Results 1 to 15 of 15
Thread: Whats .ASPX
-
01-09-2010, 07:22 AM #1
Whats .ASPX
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
-
01-31-2010, 12:41 AM #2
Freshman
- Join Date
- Jan 2010
- Posts
- 19
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
IT IS server side technology to generate dynamic website. similar to php
-
08-24-2010, 11:59 PM #3
Sophomore
- Join Date
- Apr 2010
- Posts
- 65
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
ASPX is the new advanced version of ASP with the help of which new upgraded software can be developed and working on that software is flexible enough
-
08-25-2010, 12:25 AM #4
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,172
- Thanks
- 744
- Thanked 699 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
aspx is a file extension commonly used with asp .net.
however you can create any extension for asp .net files if you have access to the server.Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
04-25-2011, 05:48 PM #5
Freshman
- Join Date
- Apr 2011
- Posts
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Aspx file extension is a type of use from your computer to access files and applications. If you receive an error message on absence Aspx have to accept the application you want to open the file with.
-
05-16-2011, 11:08 PM #6
Freshman
- Join Date
- May 2011
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
ASPX is a microsoft website extensions which can only be run microsoft windows servers
it is similar to PHP but you can not run ASPX on any platforms but windows
-
05-19-2011, 10:46 AM #7
Banned
- Join Date
- May 2011
- Posts
- 376
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
basically when you compile an ASP.Net code, it creates two files, one with the extension of .aspx and one with the extension of .cs, the aspx file usually is referred to GUI having html codes (can also include ASP Codes), and .cs only contains pure ASP Code, no html included.
-
06-13-2011, 07:04 AM #8
Freshman
- Join Date
- Jul 2010
- Location
- ca , usa
- Posts
- 9
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
ASPX is extension of microsoft webpages
-
08-22-2011, 07:54 AM #9
.aspx is the extension of web page files created under microsoft asp.net. There may or not be separate files for web page and code running that page. Asp.net itself is the newer version of classic asp and is lot more powerful and feature rich than many other web development platforms.
-
11-24-2011, 06:31 AM #10
ASP.NET is a Web application framework developed and marketed by Microsoft to allow programmers to build dynamic Web sites, Web applications and Web services.
-
11-25-2011, 02:35 AM #11
Junior
- Join Date
- Dec 2010
- Posts
- 286
- Thanks
- 2
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
.ASPX is the extension of ASP.net like Word file have .Doc, excel's xls, image have .jpg. Every software have his own extension.
-
11-28-2011, 05:15 AM #12
Junior
- Join Date
- Aug 2011
- Posts
- 184
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applicat..
-
12-07-2011, 04:10 AM #13
Freshman
- Join Date
- Dec 2011
- Posts
- 32
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
ASP.NET Web pages, known officially as Web Forms, are the main building block for application development
-
02-03-2012, 07:30 AM #14
Senior
- Join Date
- Jul 2011
- Posts
- 534
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
.asp is the extension of asp.net frame work and its a advanced version of .asp
-
03-19-2012, 10:56 AM #15
Freshman
- Join Date
- Mar 2012
- Posts
- 13
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
.asp commonly known as classic ASP, and .aspx is commonly just called ASP.
Both are horrible in my opinion. I like all other Microsoft products, but ASP is a complete shambles.
I have tried to learn it but it's just a horrible language not just in terms of syntax, but also resource requirement, lack of developer community and costs.
Universities tend to like it but autodidacts seem to prefer PHP.




Reply With Quote


