在并行plesk面板中托管网站时出错

编程入门 行业动态 更新时间:2024-10-28 14:34:37
本文介绍了在并行plesk面板中托管网站时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在并行plesk面板中托管了一个网站.然后显示错误,添加了自定义错误页面="RemoteOnly" default.redirect = ........ i,将其添加到web.config页面并设置为default.aspx IIS管理器中的页面...然后我删除了该网站,然后再次上传,然后显示了相同的错误...这是什么原因?...有时这可能是一个简单的问题.请帮助我托管我的网站

I hosted one website in parallels plesk panel.Then it show error to add custom error page="RemoteOnly" default.redirect= ........i add as said to the web.config page and made a default.aspx page in IIS manager...then i deleted the website and again uploaded then it showing the same error...what will be the reason?...sometime it may be a simple question.please help me to host my website

推荐答案

似乎是您第一次设置默认页面.但是当您再次重新上传它时,它将再次使默认页面相关的配置失效. 请在您的web.config中进行以下更改. It seems first time you set the default page . but when you reupload it again it again overeright the default page related configuration. Please do following changes in your web.config. <system.webserver> <defaultdocument> <files> <clear /> <add value="Your page Name here" /> </files> </defaultdocument> </system.webserver>

希望以上解决方案对您有帮助!

Hope above solution will help you !!

更多推荐

在并行plesk面板中托管网站时出错

本文发布于:2023-07-16 05:52:34,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1118553.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:面板   网站   plesk

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!