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 is ASP.NET MVC?
what is mean by versioning? Please answer me. Advance thanks.
What are the components required to create a route in ASP.Net MVC?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is the difference between viewbag and viewdata in mvc?
What is viewbag?
Can you draw and explain the .NET Farmework?
Explain linq to entities? : Entity framework
Can you set the unlimited length for "maxjsonlength" property in config?
What are differences between entity framework and l2s? : Entity framework
What is difference between html.beginform and ajax.beginform?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?