Reputation: 4692
I have Visutal Studio 2012, MVC 4 & Razor. I am having trouble getting a website up and running with this technology.
The Web Server is a Windows Server 2008 server. I tried deploying using the Web Deploy method but am consistently getting something like 'set ACL" error.
I tried deploying using the File System. All files got deployed, but when I try and run the website, it fails because of missing ASP.NET MVC infrastruccture files.
Two things: •If I use Web-Deploy, how do I solve the ACL error, because I assume with this method, everything needed will get deployed.
Note that the Web Deploy 3.0 service is on the server and started. •If I use File System, where can I find the downloads needed to deploy on the server where MVC WILL work. ◦Note that I downloaded the 4.5 Framework and was successfully installed.
Upvotes: 0
Views: 257
Reputation: 2762
This may be more of an IIS issue, but not sure based on the details in your question. Check that the application pool that the site is running under is using .net 4.0. Just a thought I would check.
Upvotes: 0
Reputation: 9763
You need to be a bit more precise with what you need help with.
Upvotes: 1