简体   繁体   English

使用WebMatrix上传时出现IIS 7.0 HTTP错误403.14和404.3?

[英]IIS 7.0 HTTP Error 403.14 & 404.3 while uploading with WebMatrix?

I am having an issue i get 2 IIS errors when accesing domain.com and another when accessing domain.com/default.cshtml 我遇到一个问题,访问domain.com时遇到2个IIS错误,访问domain.com/default.cshtml时出现另一个错误

I am trying to upload with WebMatrix. 我正在尝试使用WebMatrix上传。 I have no configuration in Webmatrix but making "starter site" from the page template. 我在Webmatrix中没有配置,但是从页面模板创建“入门站点”。 When i upload it to my server and access. 当我将其上传到服务器并访问时。

Do i need to change something in server configurations or? 我需要更改服务器配置吗?

To enable uploading files to your server, you need to make sure the permissions are set up properly. 要将文件上传到服务器,您需要确保正确设置了权限。 The user account under which your app pool is running needs to have write permission to the directory where you're trying to upload files. 运行您的应用程序池的用户帐户需要对您尝试上传文件的目录具有写权限。 This is no different from configuring a normal ASP.NET application to have upload rights to IIS, so here's a good question to look at: 这与将普通的ASP.NET应用程序配置为具有IIS的上载权限没有什么不同,因此这里要考虑一个好问题:

Windows Server 2008 - Give my ASP.NET website write permission to a folder Windows Server 2008-向我的ASP.NET网站授予对文件夹的写入权限

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM