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

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

网站初始化异常,请大虾指教!!! [复制链接]

1#
初始化总提示: Server Error in '/' Application
那里出了问题了,按照教程有site文件夹,源程序没有site文件夹,我自己建了一个site,不会影响初始化吧?郁闷!!!!!!!!!
分享 转发
TOP
2#

补充问题

具体是这个错误,site问题解决了,但还是不能初始化。

Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'AliPay' or one of its dependencies. 另一个程序正在使用此文件,进程无法访问。 (Exception from HRESULT: 0x80070020) (E:\web\site\web.config line 19)

Source Error:

Line 17:   <system.web>Line 18:     <httpModules>Line 19:       <add type="PageAdmin.UrlReWriteModule" name="HttpModule" />Line 20:     </httpModules>Line 21:     <pages validateRequest="false" enableEventValidation="false" enableViewStateMac="false" viewStateEncrypti />

Source File: E:\web\site\web.config    Line: 19

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
TOP
3#

有没有设置好权限,你那个site文件夹的权限,要把users组的修改跟写入勾上。不然会出现很多错误的。
TOP
4#

回复上楼

谢谢,问题已解决,把ISS属性的端口号80换了就可以了。
TOP
发新话题 回复该主题