Thursday, December 31, 2015

What is IIS?


IIS(Internet information services) is a web server of Microsoft .  It is a network base lisner services which establish the connection with web browser with help of HTTP protocol and internally use TCP/IP protocol.IIS server contains the asp .net engine and provides the support .net framework(core library, web library, service library, testing library etc.)

       IIS server contains two type of application.
          ·        Static application.
          ·        Dynamic application.

Static application

·      ·  Static application contains static tag(Markup tag) which does not execute business logic and does not provide data base connectivity and does not  change lock and field at run time.
·     .  In case of static application IIS server search the application folder and search the static html page ,if find out then all html contain edit into response and send to the client.

     Dynamic Application

 · Dynamic application contain script page, Script page contain tag command and integration of  html, css, java script, Ajax etc.
 · Script page compile and interpret by the IIS script engine which execute the life cycle of  application. Life cycle of page generate the html response and send to the client. 

What is Language?

Language means that it is provide the development infrastructure and provide the compiler support debugging testing and help to develop console, window, web, and mobile application. Language provides the integration of framework components and users define business logic.  

Difference between Asp .Net and Asp

·     Asp is a script language and Asp .net is a script and framework language.
·     Asp used the script tag and html controls and Asp .net used the script tag html tools and server controls.
·     Asp used the single layer and Asp .net used the n-tier layer.

·     Asp interprets the run time and Asp .net interpret compile and recompile. 

What is Asp .Net?

Asp(Active Server Page ) .net means that it is a web development server site framework . It is a collection of predefined class library and tools which used by the IIS script engine .Which compile and interpret server side script page and generate dynamic html page.

Note:

·  Framework is a collection of class and library; it is an environment and writes the  any business logic. Framework provide development and used to framework         execution time.
·  Asp .Net framework provide the predefined control and tools which can be used in   web development like as-login, registration, password, grid view etc.