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 |
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
List out few different return types of a controller action method?
What meant of assembly & global assembly cache (gac) & Meta data
What is session state management?
When will the .net framework 3.0 be released?
Difference between <connectionstring> and <appsettings>
In which circumstances you used delegates?
who handles these error while writing the source code???.
What is representational state transfer (rest) mean?
What is .net architecture?
What are the sub types of ActionResult?
What is mapping in entity framework? : Entity framework