分享

写回答

发帖

[提问] GoDaddy空间不能做两个独立的站吗?

GoDaddy GoDaddy 1029 人阅读 | 5 人回复

发表于 2008-11-11 01:13:44 | 显示全部楼层 |阅读模式

GoDaddy空间不能做两个独立的站吗?为什么我的空间子目装什么CMS都不行?大虾们给小弟点意思,小弟在这里感激不尽。

回答|共 5 个

cnid

发表于 2008-11-11 01:18:30 | 显示全部楼层

这个是什么意思呢?

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
RAKSmart

wherearem

发表于 2008-11-11 01:20:06 | 显示全部楼层

可以做多个站点的,如果对.net不熟悉,建议使用自己熟悉的程序。
.net请注意您程序的版本和空间所支持的.net版本是否一致等。

weiflame

发表于 2008-11-11 01:20:19 | 显示全部楼层

你的是什么主机方案

cnid

发表于 2008-11-11 01:32:53 | 显示全部楼层

ASP+PHP windows的

add.c

发表于 2008-11-11 09:17:41 | 显示全部楼层

回复 2# 的帖子

给所有目录读写权限试试
您需要登录后才可以回帖 登录 | 注册

本版积分规则