.net - What files in published folder are updated when I changes in Controllers are made? -


i have web application need deploy, problem transfer rate slow. when publish application, copying files have changes. example, made changes in index view, copy , paste in publish folder, instead of publishing whole project. when comes controllers, have no idea on files changed. appreciate.

thanks!

when make change controller, it's application.dll change. there no dlls in published folder, know, it's not possible!

how publish, , how check published site working ?

for me, basic published folder looks this:

  • bin
  • content
  • scripts
  • views
  • global.asax
  • web.config
  • how yours looks like?

    (dlls in bin folder)


    Comments

    Popular posts from this blog

    java.util.scanner - How to read and add only numbers to array from a text file -

    rewrite - Trouble with Wordpress multiple custom querystrings -