RE: Upload files
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 10/26/05
- Previous message: David Sack: "Re: Add extra parameter to Login/Membership - ASP 2.0"
- Next in thread: [MSFT]: "RE: Upload files"
- Maybe reply: [MSFT]: "RE: Upload files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 Oct 2005 08:17:42 GMT
Hello,
To allow form authenticated user upload files to a IIS server, you can
create a additional application pool ( I assume you work with IIS 6 and
NET framework 1.1), and set the application pool's indetity as a
particular local account who has enough permission to access your local
file system. In this way, you don't need to grant everyone, only the
particular user.
Here is an article about how to upload a file in ASP.NET, hope this help:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q315832
Luke
- Previous message: David Sack: "Re: Add extra parameter to Login/Membership - ASP 2.0"
- Next in thread: [MSFT]: "RE: Upload files"
- Maybe reply: [MSFT]: "RE: Upload files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]