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 |
Directcast(123.34,integer) - should it throw an error? Why or why not?
What are remotable objects in .NET Remoting?
What is a web service in .net?
What is the difference between a class and an object, and how do these terms relate to each other?
What is Code group in .Net with respect to CAS
What is the difference between custom control and web control?
What is managed code in .NET?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is the root class in .net?
Explain how to produce an assembly?
What is assemblies in .net?
What?s Singleton activation mode?