answersLogoWhite

0


Best Answer

internet Information Services is used to make your computer a web server. If we want to have a web server for developing dynamic website or want to publish website on our own server then we install the IIS. IIS is used on windows plate form

IIS takes request from user and executes the required files and sends result back to the user. IIS server also provides the services of SMTP (Simple Mail Transport Protocol). We can send emails using SMTP. FrontPage server extensions are also the part of IIS. Using FrontPage server extension we can use the dynamic features of IIS like form handler, Hit counter and etc.

Additional information:

The most popular web server on the Internet is the Apacheweb server. The Apache web server is available from The Apache Software Foundation at

http://www.apache.org

To view hosting information on Apache and IIS, please visit

www.netcraft.com

and scan the page for the Web Server Survey.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

I also try to find out the answer..why you ask me..swear word..

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What advantages of using IIS as a web server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the IIS Server?

IIS is a Web server produced by Microsoft. IIS will only run on computers using a Windows operating system. Microsoft IIS runs ASP.NET code which is native to windows systems. Stephen Williamson, Server Engineer, http://www.HostMySite.com?utm_source=bb


Can Oracle and IIS co-habit on one Server?

To my knowledge, yes. You didn't ask if it would be a good idea. If you had, I would say maybe not. The Oracle database includes its own web server, which possibly could conflict with the IIS web server (which is what IIS is).


What role is the the application server role is essentially super set of?

Web server (IIS)


What are the features of a IIS server?

Internet Information Services (IIS) for Windows is a manageable, flexible and secure Web server for hosting a lot of different things on the Web. It is an open and scalable system.


What are the different types of web server?

Apache web server Apache tom cat Microsoft windows 2003 IIS Light tpd Jigsaw web server Xitami web server


How can using IIS enhance ones computer using experience?

IIS, or Internet Information Server, is useful for web developers and designers. It enhances one's computer using experience by providing applications to its user like FrontPage and NetShow.


What is IIS 6.0?

IIS (Internet Information Services) 6.0 is the version of IIS that shipped with Windows Server 2003. IIS is a set of servers (such as HTTP and FTP) developed by Microsoft. IIS is the second most popular web server application after Apache.


What is the purpose and function of IIS?

Purposes for the IIS web server include managing web sites and pages. Also, serves request and sends replies back to the client, it runs and executes server side scripts, and provides different types of security.


What is iis in net?

IIS stands for Internet Information Server. IIS is used to host web sites. Once a website is deployed in IIS it can be accessed by people across the network.


Full form of IIS server?

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server software created by Microsoft for use with the Windows NT family.


Which one is not a webserver Tomcat Apache IIS Mozilla?

Mozilla is not a web server. It is a freely available, open source web browser. Tomcat, Apache and IIS are all web servers.


Can run asp without iis and pwd?

Visual Studio includes a built in web server (basically a mini version of IIS) that you can use for development and debugging, but to actually host a ASP webpage on a server you need IIS.