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. 

1 comment: