分享

写回答

发帖

[经验] 在godaddy构架成功.NET+MSSQL

GoDaddy GoDaddy 8313 人阅读 | 16 人回复

发表于 2008-11-6 16:48:41 | 显示全部楼层 |阅读模式

经过1天的奋斗,终于调试成功,感谢论坛给于的帮助,有时间会继续盖点楼,写点常见的问题。

回答|共 16 个

不会注册

发表于 2008-11-6 16:52:03 | 显示全部楼层

中文不能显示问题:

分2种:
1 出现“???”
2 出现乱码

解决办法:
.net 有web.config,在全球化里设置编码。

评分

参与人数 1金币 +4 收起 理由
add.c + 4 助人为乐

查看全部评分

不会注册

发表于 2008-11-6 16:54:25 | 显示全部楼层

控件问题

用户控件不能调用:

解决办法:
删除IIS里设置的对应虚拟目录。。

不会注册

发表于 2008-11-6 16:55:14 | 显示全部楼层

有什么问题一起讨论,共同提高。

add.c

发表于 2008-11-6 17:12:43 | 显示全部楼层

楼主写的很好,如果能更详细点就更好了

不会注册

发表于 2008-11-6 23:06:45 | 显示全部楼层

后台数据库添加中文显示乱码问题

解决办法:
在字段前面加强制加字母

不会注册

发表于 2008-11-6 23:14:19 | 显示全部楼层

.net页面中控件显示空字段

1.连接的数据库有问题.
2 后台数据没添加数据

crskyoem

发表于 2008-11-7 08:43:59 | 显示全部楼层

安装Discuz!NT时出现安全异常,请教楼主如何解决啊
Server Error in '/abcd' Application.
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SecurityException: Request failed.]
   Discuz.Common.Utils..cctor() +0

Reason

发表于 2008-11-7 08:46:32 | 显示全部楼层

楼主不厚道  不写明白一点  我补充以下    楼主 莫怪
中文不能显示问题:net 有web.config
<globalization requestEncoding="GB2312" responseEncoding="GB2312" fileEncoding="GB2312"/>
后台数据库添加中文显示乱码问题
解决办法:
在字段前面加强制加字母‘N’
例如:"update Rstable set title=N'" + title + "',Url=N'" + Url + "' where d=" + id;

.net页面中控件显示空字段
1.连接的数据库有问题.
2 后台数据没添加数据      这个问题很搞笑   

外部DLL文件加签名认证的用不了   这个要谨慎

空间不支持 ISAPI扩展  郁闷

评分

参与人数 1金币 +4 收起 理由
add.c + 4 助人为乐

查看全部评分

Reason

发表于 2008-11-7 08:49:46 | 显示全部楼层

楼上  是我说的  “外部DLL文件加签名认证的用不了   这个要谨慎 ” 这个问题

解决办法  :搞到源码  自己项目里编译一下   
您需要登录后才可以回帖 登录 | 注册

本版积分规则