1. What is IIS. pl explain practically.
2. Difference b/w webserver and application server. pl
explain practically.



1. What is IIS. pl explain practically. 2. Difference b/w webserver and application server. pl ex..

Answer / deva

Internet inforamation server(IIS)is a we server for running
the web applications.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

How many types of inheritance are there in c#?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What is private constructor c#?

0 Answers  


What is the difference between virtual and override in c#?

0 Answers  


What does immutable mean in c#?

0 Answers  






What is multicast delegate in c# ?

0 Answers  


How do you access a constant field declared in a class?

0 Answers  


What are managed providers?

0 Answers   UGC Corporation,


What is the process of Serialization?

0 Answers  


What?s the difference between // comments, /* */ comments and /// comments?

2 Answers   Intel, Visual Soft,


What are the 4 pillars of any object oriented programming language?

0 Answers  


Does hashset allow duplicates c#?

0 Answers  


Categories