由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - A permission problem?
相关主题
Question about structAdd Web Reference Questions
Kill running applicationsxmldocument and webservice question
请问可能从command line invoke复杂的Windows Form Application吗? Lousy WSDL?
用Web Service,当client调用Server的API的时候, BUG! Re: xmldocument and webservice
vb.net event handler 请教!如何raise一个event,所有form中任何一个on top的可以handle?新问题
ASP.NET impersonate cannot access network share driveHow to change web method's name?
大侠帮忙:哪里有用Webservice技术的网站secure webservice
Anyone has used MapPoint.net?谁熟dotnet 的webservice?
相关话题的讨论汇总
话题: permission话题: assembly话题: app话题: webservice话题: invoke
进入DotNet版参与讨论
1 (共1页)
D*****n
发帖数: 363
1
I have an assembly that invokes an outside app to do a job via the
Process.Start api. If I write a console program that loads the assembly,
it can invoke the outside app. But if write a webservice that loads
the assembly to do the same, it can not invoke the app. Is there
some kinda permission restriction that spoils my webservice? I didn't
get any error code or exceptions that tells me why it can't. Can I
get around it via some security calls?
c**t
发帖数: 2744
2
When an app is executed in command line mode, it's most likely using your
own context; once executed via web service, it will be using IUSR_... 's
context. You could use impersonal to set the context..

【在 D*****n 的大作中提到】
: I have an assembly that invokes an outside app to do a job via the
: Process.Start api. If I write a console program that loads the assembly,
: it can invoke the outside app. But if write a webservice that loads
: the assembly to do the same, it can not invoke the app. Is there
: some kinda permission restriction that spoils my webservice? I didn't
: get any error code or exceptions that tells me why it can't. Can I
: get around it via some security calls?

c**t
发帖数: 2744
3
check #3008

【在 c**t 的大作中提到】
: When an app is executed in command line mode, it's most likely using your
: own context; once executed via web service, it will be using IUSR_... 's
: context. You could use impersonal to set the context..

1 (共1页)
进入DotNet版参与讨论
相关主题
谁熟dotnet 的webservice?vb.net event handler 请教!如何raise一个event,所有form中任何一个on top的可以handle?
Make some small money with your asp.net websiteASP.NET impersonate cannot access network share drive
网页制作的最高境界大侠帮忙:哪里有用Webservice技术的网站
how to get reference.vb file?Anyone has used MapPoint.net?
Question about structAdd Web Reference Questions
Kill running applicationsxmldocument and webservice question
请问可能从command line invoke复杂的Windows Form Application吗? Lousy WSDL?
用Web Service,当client调用Server的API的时候, BUG! Re: xmldocument and webservice
相关话题的讨论汇总
话题: permission话题: assembly话题: app话题: webservice话题: invoke