If you change something in web.config file.Do u need to
compile again?
Answers were Sorted based on User's Feedback
Answer / gaurav
u dont need to compile but while restarting application it
get compiled automatically ...if u change in web.config
file while the application is runnin then MS visual studio
will give u msg of change occured in config file..
| Is This Answer Correct ? | 28 Yes | 1 No |
Answer / subbu
NO, Not required. just restart the application ... even if
you don't the application automatically get restarted once
the web.config file is changed.
| Is This Answer Correct ? | 29 Yes | 7 No |
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
How can you prevent your class to be inherated further
What is definingquery in entity framework? : Entity framework
Why to use Html.Partial in ASP.Net MVC?
If you are using components in your application, how can you handle exceptions raised in a component ?
4 Answers Accenture, BirlaSoft,
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is the CLR
what is csdl?
Explain test driven development (tdd) ?
What is partialview in asp.net mvc?
what is minimum requirement for entity framework applications to run?