Select the product you need help with
BUG: Error When You Invoke Methods on a Web Service by Using ASPArticle ID: 322886 - View products that this article applies to. This article was previously published under Q322886 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 7.0 running on Microsoft Windows Server 2008. IIS 7.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: http://www.microsoft.com/technet/security/prodtech/IIS.mspx For more information about IIS 7.0, visit the following Microsoft Web site:
(http://www.microsoft.com/technet/security/prodtech/IIS.mspx)
http://www.iis.net/default.aspx?tabid=1
(http://www.iis.net/default.aspx?tabid=1)
SYMPTOMS When you invoke methods on a Web service, you may receive
the following error message: CAUSE ASP.NET Web Services sometimes use the system Temp folder
when they process WebMethods. If the thread that is processing the request uses
an Identity that does not have read/write access to that folder, you receive
the error message. RESOLUTION To avoid this problem, give read/write priviledges for the
Temp folder to the ASPNET account. When ASP.NET Web Services process
WebMethods, the identity that is used most frequently to gain access to the
system Temp folder is the local ASPNET account, which is the default account
under which ASP.NET applications run. However, if you have configured your application to use impersonation in its Web.config file, the thread can also use the identity of any caller. If this is the case, all potential calling identities must have read/write priviledges to the Temp folder. A likely calling identity is the Internet Information Services (IIS) application's anonymous account (typically the ISUR_xxx account). The thread may also use the IWAM_xxx account. STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
Properties |


Back to the top








