惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
I
InfoQ
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Recent Announcements
Recent Announcements
GbyAI
GbyAI
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
美团技术团队
罗磊的独立博客
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
M
MIT News - Artificial intelligence
D
Docker
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
博客园 - 叶小钗

博客园 - №阿儒№

Inetinfo 进程 100%的解决方法 useless setTimeout call (missing quotes around argument?)解决方案 "invalid header field"解决方案 解决因为安装Lingoes 2.4后剪贴板无法正常工作的问题 FreeMarker学习 Extjs分页时遇上ivalid label的解决原理 UTF8与UTF8 without BOM之间的问题 - №阿儒№ [错误解决列表]解决异常信息 收集中 解决WEB页的中英文显示问题 [bug]Upload Excel File时碰到的问题 [bug]解决因系统问题无法连接MQ reporting service学习-- 配置文件 如何解决FTP上传文件时出现的"Access is denied"错误? - №阿儒№ SQL Server 2005 Reporting Services 初次使用感受 [bug]Server Application Unavailable VS 中最简单的部署方式XCOPY Link Server的语法 [Bug]:创建虚拟目录出现别名已经存在的解决方案 将HTML中的内容存入WORD
[bug]访问ASP.NET临时文件夹的权限问题
№阿儒№ · 2006-07-30 · via 博客园 - №阿儒№

今天要将REPORTING SERVICE的服务器进行改动,当我在VS2005中设置好服务器时,发现一个问题:

connection could not be made the report server.

刚开始首先想到的时一些连接的问题,可是我之前一直好好的。。。,所以就排除了这种可能

接下来我在想,连接没错的话,那肯定是服务器的配置问题了

然后我进入REPORTING SERVICE服务器的IIS的配置中进行浏览,出现一个错误,信息大致如下:

The current identity (xxx\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

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.

到这一步,问题出现的范围就缩小了很多。(用户权限)

然后我进入C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'这个文件夹,发现这个文件夹没有添加network service或IIS_WPG的权限。

呵呵,到这一步,我基本上可以断定是这个问题了,然后我就将networkservice添加到IIS_WPG组用户中,并且为这个文件夹赋予可访问的权限~~~

再进行调试,DEPLOY,一切都没问题了~~~~~~~~~