zhpy_0427 - 2009/11/29 0:41:00
初始化总提示: Server Error in '/' Application
那里出了问题了,按照教程有site文件夹,源程序没有site文件夹,我自己建了一个site,不会影响初始化吧?郁闷!!!!!!!!!
zhpy_0427 - 2009/11/29 0:56:00
具体是这个错误,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
qiankun_0960 - 2009/11/29 9:24:00
有没有设置好权限,你那个site文件夹的权限,要把users组的修改跟写入勾上。不然会出现很多错误的。
zhpy_0427 - 2009/11/29 13:14:00
谢谢,问题已解决,把ISS属性的端口号80换了就可以了。