[提问]
放上网站提示Runtime Error (asp.net空间)?
|
|
pangliefeng
发表于 2012-3-21 11:35:37
|
显示全部楼层
暮木娃娃 发表于 2012-3-13 09:15 AM 
这个不是很清楚啊,要不你问下客服吧
请问一下,asp.net+mssql的网站访问起来很慢么,,这是我搭好的http://www.power-transmissions.org
我自己代码已经测试过了没问题的么,好像是服务慢么。。? |
|
|
|
|
|
|
|
|
|
|
pangliefeng
发表于 2012-3-12 18:29:29
|
显示全部楼层
暮木娃娃 发表于 2012-3-12 05:51 PM 
具体的错误提示呢
我可能知道是什么原因了,前面是NET版本问题,后面的问题应该是默认不支持那个AJAXkilltool工具 |
|
|
|
|
|
|
|
|
|
|
pangliefeng
发表于 2012-3-12 18:38:33
|
显示全部楼层
本帖最后由 pangliefeng 于 2012-3-12 06:39 PM 编辑
AjaxControlToolkit ,这个ixwebhosting里面web service是不是没有ajax核心组件的,要手动的? |
|
|
|
|
|
|
|
|
|
|
pangliefeng
发表于 2012-3-12 18:14:24
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
pangliefeng
发表于 2012-3-12 18:18:07
|
显示全部楼层
对象引用未设置为一个实例对象。Object reference not set to an instance of an object.
|
|
|
|
|
|
|
|
|
|
|
pangliefeng
发表于 2012-3-12 17:50:06
|
显示全部楼层
暮木娃娃 发表于 2012-3-10 02:53 PM 
知道怎么改吧
刚才叫BOSS已经改过了,但是还是提示Runtime Error ,额
|
|
|
|
|
|
|
|
|
|
|
暮木娃娃
发表于 2012-3-12 17:51:57
|
显示全部楼层
pangliefeng 发表于 2012-3-12 05:50 PM 
刚才叫BOSS已经改过了,但是还是提示Runtime Error ,额
具体的错误提示呢 |
|
|
|
|
|
|
|
|
|
|
暮木娃娃
发表于 2012-3-13 09:15:51
|
显示全部楼层
pangliefeng 发表于 2012-3-12 06:38 PM 
AjaxControlToolkit ,这个ixwebhosting里面web service是不是没有ajax核心组件的,要手动的? ...
这个不是很清楚啊,要不你问下客服吧 |
|
|
|
|
|
|
|
|
|
|
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>
这是提示信息,但是我按它的提示添加了还是没有用么,我该怎么办? |
|
|
|
|
|
|
|
|
|
|
暮木娃娃
发表于 2012-3-10 14:11:39
|
显示全部楼层
本帖最后由 暮木娃娃 于 2012-3-10 02:12 PM 编辑
将代码删掉重新添加
那个代码是让他显示详细的错误页面的 |
|
|
|
|
|
|
|
|