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 difference between ienumerable and list?
What is system predicate?
What is satellite assembly? And steps to create satellite assembly?
What are the advantages of using c#?
How many aware interfaces are there?
Is double a decimal?
How jit (just in time) works?
If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.
What is the difference between paramaterized constructor and copy constructor?
What is polymorphism c# example?
What is the difference between “out” and “ref” parameters in c#?
How many types of polymorphism are there?