Build Solution after Modifying Web.Config

  • Thread starter Thread starter crjunk
  • Start date Start date
C

crjunk

If you change something in the Web.Config file, does the web
application need to be rebuilt?

I don't think you have to, but I just wanted to make sure that is
correct.

Thanks,
CR Junk
 
You actually don't have to rebuild the application.
With ASP.Net 2.0, you can even modify a code file and it will recompile the
web app automatically.

Steve
 
In the future, the admins of the application might have to
comment/uncomment the ConnectionString, depending on which server they
are using.

Thanks for your comments,
CR Junk
 
Back
Top