ASP.NET MVC app can't find Views since I moved my app to a new directory -


i copied app , put somewhere else. changed iis @ new place , ran it. debugging - runs through controllers in new location fine. when nips off view goes old location of app?!?

have changed in routes? routing engine grabs views when controller requests them. perhaps issue in global.asax file? i'm afraid that's can offer, without more information.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -