ASP.NET2.0+C#网络订餐系统运行配置说明

 

1)如下图所示:如果单机或网络发布运行系统,aspnet主目录的App_Data数据目录必须设置“共享、读写”状态;否则,客户端不能执行数据库写操作。


2) 如果IE报错“无权查看网页”,如下图:

解决方法:必须将“aspnet”目录的安全设置加入Everyone用户,权限“完全控制”,如下图:

 

3)如果IE报错“Failed to execute request because the App-Domain could not be created. Error: 0×80070005 Access is denied.。“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.

解决方法:需要重新配置asp.net2.0的安装。

A)进入目录/WINDOWS/Microsoft.NET/Framework/v2.0.50727

B)执行“net stop w3svc”,停止w3svc服务。

C)进入目录v2.0.50727

D)执行“aspnet_regiis.exe –ua”,卸载.Net

E)重新安裝.NetIIS中“aspnet_regiis.exe –I”。

F)重新启动w3svc,“net start w3svc”。

 

4)发布服务器需要安装“Internet信息服务(IIS)”.NET FRAMEWORK 2.0组件(大约23MB):

 

5)如果不调试查看程序,仅发布运行,只需安装“AJAX安装程序”目录的“ASPAJAXExtSetup.msi”(大约1.5MB)如下图,即可。如果调试程序,需要安装Visual Studio 2005CN(大约2.5GB)及配置AjaxControlToolkit.zipAJAX控件(大约3.5MB)。

 

6)发布服务器的防火墙需要关闭。

 

7)如果发布服务器是Win2003 Server,需要进入IIS里的“Web服务扩展”,将“ASP.NET v2.0.XXXXX”设置为“允许”。

 

8)菜品示例不是实际信息,仅投稿演示用。




此说明书是本人根据实际开发的《网络订餐系统》所撰写,转载请注明出处。

 

你可能感兴趣的:(ASP.NET2.0+C#网络订餐系统运行配置说明)