W
WTH
....and I've got the C# webservice pulling down test version of update install packages just fine, but can the ASPNET account (the
one I assume will be executing the install package (via Process.Start I would guess) install something? I would doubt that security
would allow this.
I know that what I could do is write a windows service and expose an interface on it, and when the web service downloads the install
package, it could notify the service to install the package; however, if possible (without setting the entire drive to give write
priviledges to ASPNET [a bit of a security issue, yes? ]) I'd like to know if there's some way to have the web service run the
install package itself (less deployment, less support, less problems, et cetera, if it is just the web service and not a webservice
AND a windows service...)
Thanks for suggestions in advance,
WTH
one I assume will be executing the install package (via Process.Start I would guess) install something? I would doubt that security
would allow this.
I know that what I could do is write a windows service and expose an interface on it, and when the web service downloads the install
package, it could notify the service to install the package; however, if possible (without setting the entire drive to give write
priviledges to ASPNET [a bit of a security issue, yes? ]) I'd like to know if there's some way to have the web service run the
install package itself (less deployment, less support, less problems, et cetera, if it is just the web service and not a webservice
AND a windows service...)
Thanks for suggestions in advance,
WTH