I've needed to give IIS_WPG Modify permissions on C:\Windows\Temp to
get it a web service to work?
Is this normal?
Alex Meleta - 31 Aug 2007 12:32 GMT
Hi ssg31415926,
Your site probably has been recompiled and need temp-storage to store temporary
.dll's during this process.
How to sovle: http://harishmvp.blogspot.com/2005_05_01_archive.html (in the
middle of article)
Regards, Alex
[TechBlog] http://devkids.blogspot.com
s> I've needed to give IIS_WPG Modify permissions on C:\Windows\Temp to
s> get it a web service to work?
s>
s> Is this normal?
s>
Patrice - 31 Aug 2007 12:33 GMT
Else the problem is ? You could use a tool such as
http://www.microsoft.com/technet/sysinternals/FileAndDisk/Filemon.mspx to
check what happens exactly.
For example a OLEDB provider could use c:\windows\temp for its temporary
files etc...
---
Patrice
> I've needed to give IIS_WPG Modify permissions on C:\Windows\Temp to
> get it a web service to work?
>
> Is this normal?
Juan T. Llibre - 31 Aug 2007 12:52 GMT
See :
http://msdn2.microsoft.com/en-us/library/kwzs111e(vs.80).aspx
%SystemRoot%\Temp needs read/write/delete permissions granted
to the ASP.NET process account whenever the application uses Web services.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> I've needed to give IIS_WPG Modify permissions on C:\Windows\Temp to
> get it a web service to work?
>
> Is this normal?