What is iis? Have you used it?



What is iis? Have you used it?..

Answer / Nidhi Srivastava

"Internet Information Services" (IIS) is a web server platform developed by Microsoft for hosting websites, web applications, and services. It enables developers to create, deploy, and manage sites on the World Wide Web using their preferred programming languages and technologies. I have used IIS extensively for developing and hosting ASP.NET web applications.nnExample:nn```xmln<configuration>n <system.webServer>n <defaultDocument enabled="true">n <files>n <add value="Default.htm" />n <add value="Default.asp" />n <add value="index.html" />n </files>n </defaultDocument>n </system.webServer>n</configuration>n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Directcast(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


What are remotable objects in .NET Remoting?

1 Answers  


What is a web service in .net?

1 Answers  


What is the difference between a class and an object, and how do these terms relate to each other?

1 Answers  


What is Code group in .Net with respect to CAS

1 Answers  


What is the difference between custom control and web control?

2 Answers  


What is managed code in .NET?

1 Answers  


Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

1 Answers  


What is the root class in .net?

1 Answers  


Explain how to produce an assembly?

1 Answers  


What is assemblies in .net?

1 Answers  


What?s Singleton activation mode?

1 Answers  


Categories