Ok, possibly a silly question, but when deploying an .NET MVC 4 application using the IIS server, where should indicate the physical path to? The parent directory? The controller directory? The view directory? I keep getting an error saying he resource cannot be found.
Ok, possibly a silly question, but when deploying an .NET MVC 4 application using
Share
The directory where your application’s top-level
Web.configfile is. This, if you’ve got one, is the same folder as where yourGlobal.asaxfile is.