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 |
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
How can you clean up objects holding resources from within the code?
How to create multiple inheritance in c#, with example?
Differences between dll and exe?
what is the meaning silverligt control
What is difference between .net and .net core?
How would ASP and ASP.NET apps run at the same time on the same server?
What is delegation in .net?
Difference between VB.NET and C#. Which is faster ?
Which namespace is the base class for .net Class library?
What is strong-typing versus weak-typing? Which is preferred?
Which two properties are on every validation control?