[提问]
导mssql2005数据库出现 Internal error during begin publish
|
|
论坛大大们。。。我这个网站在本地测试成功的。。。mssql 2005 的数据库。。。
用论坛提供的方法 [Database Publishing Wizard client]导入到Godaddy 的MSSQL数据库中
前面步骤都很正常。。。但是到发布的时候就报错了。。
鼓捣了好久。。。还是没有解决~~请论坛各位大大帮忙看看、、、谢谢~~
[ 本帖最后由 cndomain 于 2011-6-2 01:15 PM 编辑 ] |
|
|
|
|
|
|
|
|
|
|
lwbo1987
发表于 2011-6-2 14:03:53
|
显示全部楼层
|
数据库地址写正确吗,可能是服务器端出问题了,不行的话联系godaddy客服问问吧,这个没有弄过 |
|
|
|
|
|
|
|
|
|
|
cndomain
发表于 2011-6-2 15:02:27
|
显示全部楼层
回复 2# 的帖子
测试连接是正常的。。。。就是下一步发布的时候就报错了、、
已经在给GD发邮件了。。。还没有回我! |
|
|
|
|
|
|
|
|
|
|
lwbo1987
发表于 2011-6-2 15:25:30
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
cndomain
发表于 2011-6-2 16:49:06
|
显示全部楼层
GD的客服给我回复了:、
-----------------------------------------
Dear Amanda,
Thank you for contacting Online Support. When a site resolves to a 500 Internal Server Error this can indicate an issue with your web.config file or website scripting. We advise that you use the following information to enable custom errors which will make the browser provide additional error details that can be used to troubleshoot the issue. By default, our Windows hosting servers display a generic error when any .NET application generates an exception. We display a generic error because the detailed error messages allow a malicious user to obtain sensitive information. To troubleshoot the error, you can modify your web.config file and specify that a custom error message displays. A custom error message helps you to locate the specific code that is causing the issue.
Enabling Custom Error Messages on IIS 6
Use the sample code below to display custom error messages on IIS 6:
<configuration>
<system.web>
<customErrors mode="Off"/>
<compilation debug="true"/>
</system.web>
</configuration>
Please let us know if we can assist you in any other way.
Regards,
Theresa P.
Online Support
Customer Inquiry
Name : Amanda Zhu
Phone : 8657188832249
Domain Name : yanbangroup.com
ShopperID : 44024091
Shopper Validated : Yes
Browser : IE Version : 7.0
Issue : It is prompted, "Internal error during begin publish(System.Web.services)", when the Mssql is operated using Database Pbulishing Wizard Client.
Please review and give me some help.
Thanks.
( BTW, when you need some assistance here, you are supposed to leave more information in your wanted thread about your questions. the more, the better. thus your issue can be understood easily. )
--------------------------------------------------------------------------------
If you need further assistance with this matter, please contact customer service at (480) 505-8877 and reference [Incident ID: 11971272].
Please let us know how we are doing by completing the survey located here.
To thank you for your patience, we'd like you to enjoy 20%* off your order of $65 or more at GoDaddy.com. Simply use source code gdbb687 when you order or mention the code when you call (480) 505-8877.
Thanks,
GoDaddy.com, Inc.
P.S. As a Go Daddy customer you're already a member of our affiliate program. Click here to start earning commission instantly. |
|
|
|
|
|
|
|
|
|
|
cndomain
发表于 2011-6-2 16:55:06
|
显示全部楼层
回复 4# 的帖子
我现在已经把SQL2005的数据库放回到国内的空间了。。。然后在GD的虚拟主机远程调用。。。
本地测试也通过~~、
但是修改了web.config后又发现还是报错。。。怀疑GD的那款主机是不是不支持aspx? |
|
|
|
|
|
|
|
|
|
|
lwbo1987
发表于 2011-6-2 17:23:26
|
显示全部楼层
|
|
|
|
|
|
|
|