Showing posts with label webserver. Show all posts
Showing posts with label webserver. Show all posts

Exploring ASP.NET

ASP.NET is a server-side technology that enables programmers to create dynamic Web applications. It has a number of advanced features such as simplicity, security, and scalability that help s in developing robust Web applications. These advanced features of ASP.NET are based on the .NET Framework.

ASP.NET in the .NET Framework
ASP.NET is built on the Microsoft .NET Framework. Microsoft introduced the .NET Framework to help developers create globally distributed software with Internet functionality and interoperability. 
ASP.NET has the following elements:
  • Web Form Pages
  • Configuration files
  • XML Web Service files
                                          LEARN MORE >>>

Hosting Your Website

Once you have finished creating all the webpages, you must host it onto a webserver. A webserver is a computer that can be accessed by the entire world and it is always connected to the World Wide Web. It contains several websites created by different persons. In order to make website public, you must register it. Once it is registered, that website address becomes unique only to your website and anyone who types the URL in their browser will be directed to your webpages.
The second step is to gain some space in a webserver. There are several webservers that hire out space for a small charge and give you a user name and password to access that space and put your webpages. Once that is done, you are now ready top host your webpages.  LEARN MORE>>