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 |
Can any particular component of .net framework 3.0 be removed?
When will the .net framework 3.0 be released?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
What is namespace used for loading assemblies at run time and name the methods?
Explain Bundle.Config in ASP.Net MVC4?
what is minimum requirement for entity framework applications to run?
Where are the value-type variables allocated in the computer RAM ?
What is a view engine?
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
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?
How do you initiate a string without escaping each backslash ?