Is IIS is required for installing the deployment of windows
C#.netapplication and to run.
Answer Posted / srinivas dumpeti
No ,because the .net have its own framework that can run
under its own server.
but asp pages require the iis
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do switch statements work?
Can we change static variable value in c#?
What are the differences between events and delegates in c#?
What does m mean in decimal c#?
Can we inherit a class with private constructor in c#?
Explain metadata in c#.
explain the features of static/shared classes.
When should we use delegates in c#?
Differentiate between static class and singleton instance?
What is oledbconnection c#?
Can we create multiple constructors?
What is deferred execution in c#?
How do I create a multi language, multi file assembly?
Why do we use public static void main in c#?
How does the lifecycle of Windows services differ from Standard EXE?