联系qq4580221
我在用
[教程] 如何从本地(远程)数据库导入数据到Godaddy MSSQL数据库
发布的时候。只是输入ftp服务器、用户名点击测试就出现了这问题
出现以下问题
客户端发现响应内容类型为“text/html”,但应为“text/xml”。
请求失败,错误信息为:
--
<HTML>
<HEAD><TITLE>Page Not Found</TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="maroon" VLINK="maroon" ALINK="maroon">
<CENTER>
<TABLE WIDTH="85%" BORDER="1" BORDERCOLOR="#000000" CELLSPACING="0" CELLPADDING="3">
<TR>
<TD BGCOLOR="#e5dccd">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
<TR>
<TD WIDTH="40%"><IMG SRC="http://images.godaddy.com/hosting/hdr_sorry_small.gif" BORDER="1"
BORDERCOLOR="#000000"></TD>
<TD ALIGN="CENTER"><H2 STYLE="font-family: arial, sans-serif">Page Not Found</H2></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<P STYLE="margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; font-size: 10pt; font-family: arial, sans-serif">
The page you tried to access does not exist on this server. This page may not exist due to the following reasons:
<OL><LI STYLE="font-size: 10pt; font-family: arial, sans-serif"><STRONG>You are the owner of this web site and you have not uploaded</STRONG> (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, <A HREF="http://ftphelp.secureserver.net/ftphelp.htm">click here for FTP Upload Information</A>.
<P>
<LI STYLE="font-size: 10pt; font-family: arial, sans-serif"><STRONG>The URL that you have entered in your browser is incorrect.</STRONG> Please re-enter the URL and try again.
<P>
<LI STYLE="font-size: 10pt; font-family: arial, sans-serif"><STRONG>The Link that you clicked on incorrectly points to this page.</STRONG> Please contact the owner of this web site to inform them of this situation.
</OL>
<P>
</TD>
</TR>
</TABLE>
</BODY>
<font face="arial" color="white" size="1">DirectorySize: 12766</font>
<HTML>
--. (System.Web.Services)
------------------------------
程序位置:
在 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
在 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
在 Microsoft.SqlServer.Tools.HostingServices.PublishService.BeginPublish(String serverName, String databaseName, String sqlUsername, String sqlPassword, Boolean useTransactions)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.WebServicePublishOptions.Initialize(String databaseServerName, String databaseName, String databaseUserName, String databasePassword)
在 Microsoft.SqlServer.Management.SqlManagerUI.Scripting.WebServicePublishOptions..ctor(Uri webServiceAddress, String webServiceUsername, String webServicePassword, String databaseServerName, String databaseName, String databaseUserName, String databasePassword)
在 Microsoft.SqlServer.Management.SqlManagerUI.OutputOptionsWizardPage.OnLeavePage(LeavePageEventArgs e)
|