Hello,
In previous posts, I mentioned that I was able to get a PB ASP.NET web service working, but I'm having difficulty with one component.
I'm trying to have the service write to local disk, but I can't seem to get it to work -- SaveAs is failing. I've tried to save to a couple of different directories on my C drive (web site is on localhost), and I've tried a lot of permissions setting on the folders. I've given full access to IIS_IUSERS, NETWORK SERVICE, PBDotnet4AppPool, even "Everyone" but none helped. I tried a C:\Windows\TEMP folder, and I've tried folders under the service's install folder "C:\Program Files (x86)\webservice\webservice\webservice_root\".
Any guidance would be greatly appreciated.
Steve