产品使用及交流论坛
天使的翅膀 - 2009/11/16 19:10:00
后台进不去怎么办啊?
月满西楼 - 2009/11/26 18:51:00
想说明一下的就是在这里不用增加Everyone的完全控制权限。
只需要给网站目录增加 IIS_WPG 和IUSR_机器名 这两个账户的读取权限,然后再给数据库目录增加IUSR_机器名 的完全控制权限就可以了。
bluesky - 2009/12/2 0:10:00
新手学习,顶!:Z :Z
bluesky - 2009/12/2 1:38:00
楼主辛苦了
cryton - 2009/12/24 10:17:00
楼主能不能出个win7下的教程?
现在系统换了win7,选项全变了。
power6 - 2010/1/3 13:43:00
我的是这样的
Server Error in '/' Application.
--------------------------------------------------------------------------------
由于目标机器积极拒绝,无法连接。
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.Net.Sockets.SocketException: 由于目标机器积极拒绝,无法连接。
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:
[SocketException (0x274d): 由于目标机器积极拒绝,无法连接。]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +1002178
System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +33
System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +431
[WebException: Unable to connect to the remote server]
System.Net.HttpWebRequest.GetResponse() +1502043
PageAdmin.masterlogin.xd9dc40336cb754b6() +1726
PageAdmin.masterlogin.x0c10d87f1cc88e3b() +310
PageAdmin.masterlogin.Page_Load(Object src, EventArgs e) +138
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
System.Web.UI.Control.OnLoad(EventArgs e) +98
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4313
huwenqing23 - 2010/1/4 15:00:00
第二步:在我们WEB文件里,找不到site.我下载的PAGEADMIN也是存放在F盘,可是怎么找不到site的路径或该文件。
第五步:我的WEB文件夹里跟楼主的文件也不一样的,我的WEB文件夹里的文件是:backup、bin、database、images、include、incs、install、lanmu、maste等,请高手解答,感激不胜!!
huwenqing23 - 2010/1/4 16:08:00
你好啊,我现在也是出现你这样的问题,请问您解决了吗?谢谢哈
guxueyu - 2010/1/13 14:35:00
不错!
jzldf180 - 2010/1/20 22:47:00
初始运行时报错,xp系统:
未能加载文件或程序集“PageAdmin.FCKeditor”或它的某一个依赖项。另一个程序正在使用此文件,进程无法访问。 (异常来自 HRESULT:0x80070020)
kepvc - 2010/1/29 15:27:00
我也是。楼上的解决了的话分享下.......
kepvc - 2010/1/29 15:33:00
我的ACCESS数据库是绿色版的。是不是有问题。
basn729 - 2010/1/30 10:53:00
才学这个,想搞一个试试,请问一下配制的服务器电脑最底配制是什么?
zjx_017 - 2010/2/2 17:25:00
老大,我的系统到最后测试http://localhost/install/index.aspx 不成功,其它都通过了,为什么?请大家赐教
xunan330 - 2010/2/3 6:16:00
http://localhost/install/index.aspx 我得到这也打不开了。之前能打开,选择完数据包出错,重启后就打不开了
sjcmk - 2010/2/11 16:39:00
:http://您的域名/install/index.aspx提示找不到网页或网页错误,在IIS,也无法浏览该网页.
gaodafu - 2010/2/21 15:58:00
不好用
1000abs - 2010/2/23 20:22:00
原帖由 gaodafu 于 2010-2-21 15:58:00 发表 不好用 |
严重同意
liusc007 - 2010/3/3 11:14:00
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
大老些 怎么办呢? 我装的是ACCESS
25896 - 2010/3/4 8:27:00
详细 顶个
brightstar88 - 2010/3/6 21:09:00
都辛苦了
:D
fuyupeng88 - 2010/3/7 6:13:00
用了过后。无法显示网站。。。可怜我熬更守夜的学习。。
lwh01 - 2010/3/7 23:18:00
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path 'c:\inetpub\wwwroot\web.Config' is denied.
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.UnauthorizedAccessException: Access to the path 'c:\inetpub\wwwroot\web.Config' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
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:
[UnauthorizedAccessException: Access to the path 'c:\inetpub\wwwroot\web.Config' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014739
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
System.Xml.XmlDocument.Save(String filename) +87
PageAdmin.Install.Update_Config() +665
PageAdmin.Install.Next_2(Object src, EventArgs e) +17
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
我初始到第二步时出现了这个错误,请老大指教。
longyu513 - 2010/3/8 9:08:00
我也出现以上问题
crazyli - 2010/3/13 0:10:00
我用的是WINDOWS 7,第一步我都找不到啊。始终点不开属性!!
yatingqiang - 2010/3/14 14:50:00
进来学习的
apple1116 - 2010/3/15 11:05:00
刚来的,我要学习
zzkkuunn - 2010/3/21 22:29:00
我是WIN7的系统,上面的配置完访问出现以下问题,是怎么回事啊?哪位大侠帮个忙啊!
错误摘要
HTTP 错误 500.23 - Internal Server Error
检测到在集成的托管管道模式下不适用的 ASP.NET 设置。 详细错误信息
模块 ConfigurationValidationModule
通知 BeginRequest
处理程序 StaticFile
错误代码 0x80070032
请求的 URL http://localhost:81/
物理路径 E:\web
登录方法 尚未确定
登录用户 尚未确定
最可能的原因:
•此应用程序在 system.web/httpHandlers 节中定义配置。
可尝试的操作:
•将配置迁移到 system.webServer/handlers 节。也可以手动这样做,或通过在命令行中使用 AppCmd 来这样做 - 例如,%SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/"。使用 appCmd 迁移应用程序将使它能够在集成模式下工作,并能继续在经典模式下和以前版本的 IIS 上工作。
•如果您确信可以忽略此错误,则可以通过将 system.webServer/validation@validateIntegratedModeConfiguration 设置为 false 来禁用它。
•也可以将应用程序切换到经典模式应用程序池 - 例如,appcmd set app "Default Web Site/" /applicationPool:"Classic .NET AppPool"。只有在无法迁移应用程序时才这样做。
(将“Default Web Site”和“Classic .NET AppPool”设置为您的应用程序路径及应用程序池名称)
471900839 - 2010/3/22 16:14:00
谢谢楼主分享!!!!!
oa2008 - 2010/3/25 15:00:00
谢谢老大