S ssg31415926 Aug 31, 2007 #1 I've needed to give IIS_WPG Modify permissions on C:\Windows\Temp to get it a web service to work? Is this normal?
I've needed to give IIS_WPG Modify permissions on C:\Windows\Temp to get it a web service to work? Is this normal?
A Alex Meleta Aug 31, 2007 #2 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>
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>
P Patrice Aug 31, 2007 #3 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...
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...
J Juan T. Llibre Aug 31, 2007 #4 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/ ======================================
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/ ======================================