Very likely you have run into permission issues. If you are doing any of the
following, then you will to fix your authentication and autorization for web
app.
Does your application accesses any file resources in folder other than your
web application?
Does your application accesses any resource over the network?
Is the call related to some network operation?
Your windows app is running under the currently logged in user, this user
probably is you and have admin previleges.
Whereas asp.net running under ASPNET user account which is very limited
previleges account.
Naveen Kohli
http://www.netomatix.com
> Hi,
>
[quoted text clipped - 11 lines]
>
> Keem
Keem - 08 Sep 2004 02:07 GMT
1. ASP.Net at my development pc (Called Development PC) is setting to
Administrator right for the
machine.
2. Webservices provided by software vendor is running on another server
(Webservices Server).
3. This ASP.Net call webservices over network.
Question:
1. Should I change my ASP.Net rights?
How do I make my ASP.Net [Development PC] have right on [Webservices
Server]?
2. Any suggestions?
Thank you
Keem
> Very likely you have run into permission issues. If you are doing any of
> the following, then you will to fix your authentication and autorization
[quoted text clipped - 13 lines]
> Naveen Kohli
> http://www.netomatix.com