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

Explain the difference between .net 2000 and .net 2005(features)? Which one is better?

1 Answers  


How can you clean up objects holding resources from within the code?

2 Answers   Wipro,


How to create multiple inheritance in c#, with example?

1 Answers  


Differences between dll and exe?

1 Answers  


what is the meaning silverligt control

1 Answers  


What is difference between .net and .net core?

1 Answers  


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


What is delegation in .net?

1 Answers  


Difference between VB.NET and C#. Which is faster ?

16 Answers   TCS,


Which namespace is the base class for .net Class library?

1 Answers  


What is strong-typing versus weak-typing? Which is preferred?

1 Answers  


Which two properties are on every validation control?

7 Answers   Siebel Systems,


Categories