View Single Post
Old 06-09-2011, 05:46 PM   #4
MikeHenery9
Junior Member
 
Join Date: Sep 2011
Posts: 1
Rep Power: 0
MikeHenery9 is on a distinguished road
Default Re: Which is the best? JSP vs php vs asp.net

Surely ASP.NET is Better.
ASP .NET is the easiest way to develop websites because lots of controls are built in and less coding is required.
Faster Performance with visually stunning GUI.
Advanced features like AJAX ( Built in),WCF and Web Service.
ASP.NET web application can be designed by using Visual Studio.
There are following ways of creating web application using vs .net.
1. We can create it as HTTP,so that the application can be saved as virtual directory within IIS server.
2. We can create and store it as file system within any logical drive.
3. Two pages are created by default
• Default.aspx
• Web.config
Web.config is a secured file which cannot be accessed in browsers.
Web.config file is mainly required to give some application settings.
ASP.net web pages are mainly designed by using various web controls.
ASP.NET Web Controls:-
• Basic Controls (e.g.<asp:Button1>,<asp:Label1>.etc)
• HTML Controls (e.g.<input label1>)
• Data Controls
• Rich Controls
• Ajax Controls
• Login Controls
• Validation Controls

For more info
Visit Us At: www.cegonsoft.com
Cegonsoft
MikeHenery9 is offline   Reply With Quote