Uploading web service

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Ramesh Chawla (rameh28th_at_rediffmail.com)
Date: 03/04/05


Date: Fri, 4 Mar 2005 03:19:01 -0800

I am making a web service which accesses a shared directory on the netwoek to
upload a file there. Here comes the problem, When I use impersonation and
give the userName & password of an authenticated user, then it works fine but
when I impersonate, using ASPNET account of the machine where web service is
being hosted then the whole uploading process fails. As, it also exposes the
password in clear text format, it is also not acceptable. Also, if I make a
group on the machine where directory is shared, then again I cannot add the
ASPNET user account of the machine where web service being hosted, in that
usergroup.

So is there any solution for the above problem? All the suggestions and
queries are welcome.

-- 
Thanks & Regards,
Ramesh


Relevant Pages

  • Re: File uploading from a form with textbox form elements
    ... I have an aspx page that takes (in the query string) the number of files to ... I furthermore have a web service that stores a link to this file, ... When you close the window, you can call a method on the ... > I've seen plenty of examples of file uploads in ASP.NET when the only> form element is the file input type, but I've not seen a practical> example of a file upload routine running alongside other form ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASPNET and Impersonation
    ... > not through any additional configuration using the ... > file (instead of being localized to the single Web Service ... > using Impersonation or changing the process identity, ...
    (microsoft.public.dotnet.security)
  • Re: ASPNET and Impersonation
    ... > not through any additional configuration using the ... > file (instead of being localized to the single Web Service ... > using Impersonation or changing the process identity, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: an OO design question
    ... I see absolutely no reason to use a web service in this system. ... sending data to you over HTTP. ... I can see a strategy pattern for handling the upload to the third party ... > ascii spool report files are uploaded from various sources ...
    (microsoft.public.dotnet.general)
  • Re: Windows authentication for web service client??
    ... I have a web service that make a webDav request to Exchange. ... I have impersonation on but when I use the defaultCredentials in the web ... credentials have rights to make this request and I'm at my wits end trying ... >>> The ASPNET account is a local account, so the other machine or domain ...
    (microsoft.public.dotnet.framework.aspnet.webservices)