Is IIS is required for installing the deployment of windows
C#.netapplication and to run.
Answers were Sorted based on User's Feedback
Answer / pavan guptha
i hope its not necessary to install for windows
application.it means with out IIS windows application can be
run...
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
What is serialization in .net?
How is method overriding different from overloading?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is Web.config?
Can the nested class access, the containing class. Give an example?
Which namespace is required to implement trace ?
What is option parameter in C#?
Can you inherit multiple interfaces?
How does bitwise work?
What standard types does c# use?
What are most desktop applications written in?
What is difference between array and arraylist in c#?