Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

On IIS when deploying an .NET MVC 4 application, where should the physical path point to

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.

like image 709
Art F Avatar asked Dec 09 '25 06:12

Art F


1 Answers

The directory where your application's top-level Web.config file is. This, if you've got one, is the same folder as where your Global.asax file is.

like image 122
Roger Lipscombe Avatar answered Dec 10 '25 18:12

Roger Lipscombe