摘要:
在Asp.net站点中经常出现这种提示Server Application UnavailableThe 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.出现这种问题一般是有以下几个原因:1、Users组用户对站点文件没有读写权限 解决办法:给站点目录设置users组读写权限 2、站 阅读全文