Wednesday, December 16, 2009

What You Must Know About ASP.Net Development

ASP .Net is powerful and very high emerging web application which allows programmers to create dynamic web services, web applications and website. It is developed by Microsoft after the rapid growth of .Net.
There are two things which must be take care and kept in mind that it is not a programming language. It is a technology which allows web application development, which is active at server side. And to run any ASP .Net application we need web server which supports ASP. Because when ever as .asp page comes to the browser it will search for the ASP server and then ASP server gives the result in the HTML form to the web browser.
The default scripting language used for the ASP .Net development is VBScript rather other scripting languages like Perl Script, Jscript and Java Script can be used. We can also mix many languages in the same web page to get the desired result.
If you are planning to start ASP.net development then you must keep in mind that you must have these things
• Web Server which is ASP enabled.
• .Net Framework.
• Any text editor
Now can start your scripting and create a web page with ASP .Net.

No comments:

Post a Comment