Skip to main content

Posts

Showing posts from February, 2016

ASP .Net Basic Concept

Feel Free to share the Information Email: adityagupta200@gmail.com WhatsUp: 09731764134 Any one who want to develop a web application must have the following systems: 1. A web server. 2. An editor to develop the web pages. 3. A browser to view the web page you develop. 4. A database program like MS Access, SQL Server etc, if your web site need to save data into a database. In the real world situation, a web server will be hosted on a secure server, located in a safe place and will be always connected to high speed internet. However, to develop a web application, you don't need to worry about security and internet connectivity. You can use your own development computer as the 'Web Server'. Web Server:- There are several types of web servers. But if you like to develop ASP. NET web applications, you need a specific web server called 'Internet Information Server' (IIS). IIS comes as part of Windows. But it is not installed by default, when