Tag Archive: godaddy


域名从万网转出到Godaddy经验分享

我也刚刚把域名从万网成功转出来,和大家分享下经历,具体步骤:

注:我的域名不是从代理那里注册的

1. 从万网网上下载转出申请单打印填写好连同身份证复印件邮寄给万网业务处理部(记得在身份证复印件上注明万网域名转出专用字样,可以防止被某些居心不良的人滥用)

Fix solution for Security Exception on Godaddy share hosting

Problem

Some old story: works locally, get’s screwed up on deployment:

Security Exception

Description: The application attempted to perform an operation not allowed by the security policy.

Godaddy空间Access数据库中文乱码问题

非程序生成的文字可以显示。但程序生成的文字就只有E文可以显示了。中文全是?号,这是数据库乱码引起的
那么解决方法可以考虑如下:

方法一:
使用 Microsoft Access 2000 打开数据库,选择工具菜单>数据库实用工具>转换数据库>到早期 Access 数据库版本。OK!

方法二:

添加<%@ CODEPAGE = "936" %>到每一页的开头,有点类似于jsp中的
<%@ page c%>

例子如下面所示:
<%@ CODEPAGE = "936" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.ADO" %>
<%@ Import Namespace="System.Globalization" %>



方法三:(此方法针对MSSQL库的乱码)

添加一个web.config文件到
web目录下,
建立一个文件web.config,内容如下,放在WEB目录下


4. 如果是MSSQL 数据库,插入字符时乱码

解决方法就是在要插入的中文字符的引号前加N

比如一般情况下
insert into theme(name,about)

How to show classic asp error details on GoDaddy IIS7

I also use GoDaddy and have been going crazy because everything would work on my test server but then break once uploaded. I finally got the web.config to work and here it is.

Either add this to your existing web.config, or create a new one. I have it in the directory of files I am troubleshooting. Not sure if it makes a difference:






The following article explains the setting about ASP error message, for your reference:
Classic ASP script error messages are no longer shown in a Web browser by default
Classic ASP script error messages are no longer shown in a Web browser by default (http://learn.iis.net/page.aspx/564/classic-asp-script-error-messages-are-no-longer-shown-in-a-web-browser-by-default/)

SMTP Error Fix: Postfix 551 User not local; please try

若是您在大陸要寄信時看到這個 551 User not local; please try 錯誤,
就是 GFW 在作怪 (英文版的 Wikipedia 改稱作 Golden Shield Project)
解決方式: 改用 SSL SMTP

SSL email with GoDaddy

Note to self: GoDaddy smtp SSL server and port can be found with this search:

IMAP Setting up Your Email Account to Use IMAP
POP Configuring Microsoft Outlook Express to Use a Secure Connection (SSL) for Email Messages

GoDaddy IMAP with SSL is port 993.
GoDaddy POP with SSL is port 995.
GoDaddy SMTP with SSL is port 465.

Your email client (I just dorked this up myself) is “smtpout.secureserver.net”

“smtp.secureserver.net” which is where your MX records point to get your incoming mail to you, not your outgoing email relay for your email client.

It’s a good idea to use SSL, since your email password will be sent in plaintext over WiFi in coffeeshops. Or at your house. I knew a guy once whose hobby was to listen to cordless 900 Mhz analog phones with his radio scanner. Knew all kinds of stuff about his neighbors. In case you think snooping is far fetched.

Powered by WordPress | Theme: Motion by 85ideas.