PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

PageAdmin本地运行助手-菜鸟本机调试必备 [复制链接]

17#

有谁知道PageAdminQQ群号啊,帮忙说一下好吗?谢谢
TOP
18#

一直显示端口被占用 或以成功建立服务器  是什么意思
TOP
19#

win7旗舰版在配置IIS时,点高级设置修改应用池程序把DefaultAppPool修改为CLASS.NET AppPOOL名称后,提示指定应用程序池不存在!!!请教高手指导。
TOP
20#

我又用XP的做了一遍!!出现下面的错误是怎么回事?
Server Error in '/' Application.

The current identity (YF-201501261031\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The current identity (YF-201501261031\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

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:


[HttpException (0x80004005): The current identity (YF-201501261031\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
   System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +3474107
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +226

[HttpException (0x80004005): The current identity (YF-201501261031\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426839
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149
TOP
21#

谢谢啦
TOP
22#

怎么解决啊?????
“/”应用程序中的服务器错误。

找不到方法:“System.String PageAdmin.Conn.Constr()”。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.MissingMethodException: 找不到方法:“System.String PageAdmin.Conn.Constr()”。

源错误:

只有在调试模式下进行编译时,生成此未处理异常的源代码才会显示出来。若要启用此功能,请执行以下步骤之一,然后请求 URL:

1. 在产生错误的文件的顶部添加一条“Debug=true”指令。例如:

  <%@ Page Language="C#" Debug="true" %>

或:

2. 将以下的节添加到应用程序的配置文件中:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

请注意,第二个步骤将使给定应用程序中的所有文件在调试模式下进行编译;第一个步骤仅使该特定文件在调试模式下进行编译。

重要事项: 以调试模式运行应用程序一定会产生内存/性能系统开销。在部署到生产方案之前,应确保应用程序调试已禁用。

堆栈跟踪:


[MissingMethodException: 找不到方法:“System.String PageAdmin.Conn.Constr()”。]
   PageAdmin.lanmu.Load_PageAdmin(Int32 SiteId, Int32 Lanmu_Id, Int32 SubLanmu_Id) +0
   ASP.index_aspx.OnInit(EventArgs e) +20
   System.Web.UI.Control.InitRecursive(Control namingContainer) +505
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1520
TOP
23#

错误

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

找不到方法:“System.String PageAdmin.Conn.Constr()”。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.MissingMethodException: 找不到方法:“System.String PageAdmin.Conn.Constr()”。

源错误:

只有在调试模式下进行编译时,生成此未处理异常的源代码才会显示出来。若要启用此功能,请执行以下步骤之一,然后请求 URL:

1. 在产生错误的文件的顶部添加一条“Debug=true”指令。例如:

  <%@ Page Language="C#" Debug="true" %>

或:

2. 将以下的节添加到应用程序的配置文件中:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

请注意,第二个步骤将使给定应用程序中的所有文件在调试模式下进行编译;第一个步骤仅使该特定文件在调试模式下进行编译。

重要事项: 以调试模式运行应用程序一定会产生内存/性能系统开销。在部署到生产方案之前,应确保应用程序调试已禁用。  

堆栈跟踪:


[MissingMethodException: 找不到方法:“System.String PageAdmin.Conn.Constr()”。]
   PageAdmin.lanmu.Load_PageAdmin(Int32 SiteId, Int32 Lanmu_Id, Int32 SubLanmu_Id) +0
   ASP.index_aspx.OnInit(EventArgs e) +20
   System.Web.UI.Control.InitRecursive(Control namingContainer) +505
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1520
TOP
24#

遇到了同样的问题,win7 64位系统下出现的问题。

[quote]错误

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

找不到方法:“System.String PageAdmin.Conn.Constr()”。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错
[color=#999999]fwmsy 发表于 2015-04-26 21:41:03 [/color][url=http://bbs.pageadmin.net/showtopic.aspx?topicid=30749&postid=125155#125155][/url][/size][/quote]
TOP
25#

好工具,网站也能“绿色”运行了
TOP
26#

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

文件“/e/zdymodel/article/module/43.ascx”不存在。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Web.HttpException: 文件“/e/zdymodel/article/module/43.ascx”不存在。

源错误:

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

在打开网页时出现以上的页面,求大神指点啊,不知道怎么解决
TOP
27#

江湖救急


[[size=7]color=Red]请假各位大神,这种情况怎么解决啊?在网上找了很多资料,都不行啊!江湖救急!!!![/color][/size]





在本地计算机上注册“Microsoft.ACE.OLEDB.12.0”提供程序。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.InvalidOperationException: 未在本地计算机上注册“Microsoft.ACE.OLEDB.12.0”提供程序。

源错误:

只有在调试模式下进行编译时,生成此未处理异常的源代码才会显示出来。若要启用此功能,请执行以下步骤之一,然后请求 URL:

1. 在产生错误的文件的顶部添加一条“Debug=true”指令。例如:

  <%@ Page Language="C#" Debug="true" %>

或:

2. 将以下的节添加到应用程序的配置文件中:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

请注意,第二个步骤将使给定应用程序中的所有文件在调试模式下进行编译;第一个步骤仅使该特定文件在调试模式下进行编译。

重要事项: 以调试模式运行应用程序一定会产生内存/性能系统开销。在部署到生产方案之前,应确保应用程序调试已禁用。

堆栈跟踪:


[InvalidOperationException: 未在本地计算机上注册“Microsoft.ACE.OLEDB.12.0”提供程序。]
   System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper) +513
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +151
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +116
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +45
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +153
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +241
   System.Data.OleDb.OleDbConnection.Open() +47
   PageAdmin.lanmu.Load_PageAdmin(Int32 SiteId, Int32 Lanmu_Id, Int32 SubLanmu_Id) +770
   ASP.index_aspx.OnInit(EventArgs e) +20
   System.Web.UI.Control.InitRecursive(Control namingContainer) +505
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1520
TOP
28#

装逼被雷劈

[b]回复 [url=http://bbs.pageadmin.net/showtopic-30749.aspx#120985]1楼[color=Olive]pageadmin[/color]的帖子[/url][/b]

根本就每用  64位 无法使用
TOP
29#

你这个问题解决了吗,跪求答案
TOP
30#

[b]回复 [url=http://bbs.pageadmin.net/showtopic-30749.aspx#120985]1楼[color=Olive]pageadmin[/color]的帖子[/url][/b]

pageadmin本地运行助手只能在本地运行吗?
网站在服务器上挂着呢,怎么到别处就打不开了?
域名怎么修改啊 ?在web.config里面已经修改了,可是不行啊?(本地运行助手)
网站运行起来就像蜗牛一样,慢的不行啊?怎么解决?

再次感谢大神的帮助
TOP
31#

有自己的服务器,网站能不能放在自己的服务器。有没有高手指教一下。

有自己的服务器,网站能不能放在自己的服务器。有没有高手指教一下。
TOP
32#

一运行pageadmin助手,就会自己跳到它的官网去,显示网址:http://localhost:50536/     后面的一串数字是端口号,不知道怎么回事,就是装不上,求解答啊!
TOP
发新话题 回复该主题