Discuz!NT

注册

 

QQ登录

只需一步,快速开始

发新话题

常见的一些问题 (最后更新于9-14 13:51) [复制链接]

11#

回复:常见的一些问题 (不断补充中)

是站点还是论坛?的web.config如果是站点,那有主页了,且也是dotnet的怎么办.所以,是不是指论坛下的.?
TOP
12#

回复:常见的一些问题 (不断补充中)

支持~~~~~~~~~
TOP
13#

回复:常见的一些问题 (不断补充中)

英文sql2005显示“???????”有没有补救的可能?如到数据库的表里改?
TOP
14#

回复: 常见的一些问题 (不断补充中)

原帖由 高山情剑 于 2006-9-1 19:52:00 发表
sql2005下能不能安装?

SQL2005向下兼容2000,是可以的
TOP
15#

回复:常见的一些问题 (不断补充中)

Server Error in '/' Application.
--------------------------------------------------------------------------------

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>
完美支持discuz!NT 双线空间 www.lulin-idc.com
TOP
16#

回复:常见的一些问题 (不断补充中)

在操作之前请您确保在web.config中的数据库设置连接串正确
当前操作将会对数据库中已有的表和存储过程进行删除操作,这可能需要一些时间,请您耐心等待......


然后就不动了。..
TOP
17#

回复: 常见的一些问题 (不断补充中)

原帖由 禄林网络 于 2006-9-1 21:29:00 发表
Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The curr......



我也是这个问题
TOP
18#

回复: 常见的一些问题 (不断补充中)

原帖由 dtesk 于 2006-9-1 21:53:00 发表
在操作之前请您确保在web.config中的数据库设置连接串正确
当前操作将会对数据库中已有的表和存储过程进行删除操作,这可能需要一些时间,请您耐心等待......


然后就不动了。..



偶也是这个问题啊...晕倒中!!!!!11
永远爱着纯...
TOP
19#

回复:常见的一些问题 (不断补充中)

建议官方提供SQL文件
TOP
20#

回复:常见的一些问题 (不断补充中)

“/bbs”应用程序中的服务器错误。
--------------------------------------------------------------------------------

回发或回调参数无效。在配置中使用 <pages enableEventValidation="true"/> 或在页面中使用 <%@ Page EnableEventValidation="true" %> 启用了事件验证。出于安全目的,此功能验证回发或回调事件的参数是否来源于最初呈现这些事件的服务器控件。如果数据有效并且是预期的,则使用 ClientScriptManager.RegisterForEventValidation 方法来注册回发或回调数据以进行验证。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ArgumentException: 回发或回调参数无效。在配置中使用 <pages enableEventValidation="true"/> 或在页面中使用 <%@ Page EnableEventValidation="true" %> 启用了事件验证。出于安全目的,此功能验证回发或回调事件的参数是否来源于最初呈现这些事件的服务器控件。如果数据有效并且是预期的,则使用 ClientScriptManager.RegisterForEventValidation 方法来注册回发或回调数据以进行验证。

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  

堆栈跟踪:


[ArgumentException: 回发或回调参数无效。在配置中使用 <pages enableEventValidation="true"/> 或在页面中使用 <%@ Page EnableEventValidation="true" %> 启用了事件验证。出于安全目的,此功能验证回发或回调事件的参数是否来源于最初呈现这些事件的服务器控件。如果数据有效并且是预期的,则使用 ClientScriptManager.RegisterForEventValidation 方法来注册回发或回调数据以进行验证。]
   System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) +2080153
   System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +106
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +32
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102




--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42
TOP
发新话题