June 2008
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
Search

 
Catagories
Archives
Recent Entries
Links
RSS
ASP calling an ASP.NET web service
Catagory: programming · This Entry · Comment(0) · eMail entry · Google
March 8, 2004 04:28 PM

programming

So if you're running an ASP page that invokes a web service component - you may have to give permissions to the windows temp folder. Windows compiles and references a XML serialization dll (in windows temp folder).


Verify that the DACL specified at %WINDIR%\Temp contains an ACE for the
ASP.NET worker process. The ASP.NET worker process requires write
permissions in order to persist the dynamically-created assembly
(sqezqp4x.dll), which is generated upon receiving a request.

Note: the dll name will change each time, and you need to give permissions to the IWAM user on %WINDIR%\Temp (depending on the isolation level?). I also noticed that the DLL appears to be cached by the system, so you can remove the permissions - it still works - until you reboot.





Comments

Post a comment
Name:


Email Address:


URL:


Comments: