Wednesday, December 16, 2009

ASP .Net Development is Easy to USE

With the demand and development of .Net application which provides the flexibility of use of multiple platform for its development and execution ASP .Net came into the market with its latest web based technology in the web design and development field. ASP .net development is just like .Net and it is also very flexible and much easy to use it and making code on it.
ASP means active server pages, means pages which are active at server side. It will generate active HTML and dynamic web pages. We can use different Object Oriented language like C# and VBScript in ASP .net development. One of the main advantages of ASP.net development is that the user does not have to worry about the web browser to see the application.
ASP pages has the extension of .asp and the default scripting language used is VBScript, but other scripting language like JavaScript and Jscript can also be used in full flagged way.
When a browser get a request with the page containing .asp extension the web server first take are of this before HTML production to the web browser. It means ASP runs on the web server not on the web browser. That is why ASP means active server pages, it always activate on the server. It will never be open on the web browser. Yes for this we have to use the web browser that supports the ASP.

No comments:

Post a Comment