分享

写回答

发帖

[提问] sql 数据库安装求助

回答|共 21 个

add.c

发表于 2010-3-2 10:25:37 | 显示全部楼层

回复 10# 的帖子

把你的数据库文件导入到GoDaddy数据库里
参考下:如何从本地(远程)数据库导入数据到Godaddy MSSQL数据库

百草缘

发表于 2010-3-4 10:53:26 | 显示全部楼层

没有成功啊

add.c

发表于 2010-3-4 10:57:06 | 显示全部楼层

回复 12# 的帖子

出现什么错误?
截图

百草缘

发表于 2010-3-4 16:30:02 | 显示全部楼层

原帖由 add.c 于 2010-3-4 10:57 AM 发表
出现什么错误?
截图

下面是截图,请您帮助!谢谢
0000副本.gif

百草缘

发表于 2010-3-4 16:30:51 | 显示全部楼层

截 图
0001副本.gif

百草缘

发表于 2010-3-4 16:31:16 | 显示全部楼层

截图如下
0002副本.gif

百草缘

发表于 2010-3-5 09:41:12 | 显示全部楼层

我真的累的要死,实在不行也申请退款吧,或者您联系更换服务器吧,我想再试试,看看能不能成功安装数据库,能安装就不退了。

百草缘

发表于 2010-3-5 09:46:45 | 显示全部楼层

Server Error in '/' Application.
--------------------------------------------------------------------------------

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>

这是什么意思啊?

add.c

发表于 2010-3-5 10:01:36 | 显示全部楼层

回复 18# 的帖子

15楼的提示需要你修改数据排序
上面18楼让你显示详细错误信息 GoDaddy 500错误解决

百草缘

发表于 2010-3-5 10:26:28 | 显示全部楼层

按  如何从本地(远程)数据库导入数据到Godaddy MSSQL数据库 出错

其中 第一次设置点击more,开始设置新的发布位置 的图中 name  
00.gif
您需要登录后才可以回帖 登录 | 注册

本版积分规则