Ask a Question related to ASP.NET Security, Design and Development.
-
Gilles LAMBERT #1
Minimal permissions with an Access Database and 2000 server ?
Hi,
Does any one knows what account must have the Write Access to allow
edition on a Access database with an ASP .NET application with Windows
2000 ?
Under Windows 2003, it is the Network Service and not the ASPNET
account.
Thaks and best regards
Gilles
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Gilles LAMBERT Guest
-
web server permissions for access db
I have an mdb stored in the "db" folder on an intranet webserver. The mdb is queried via ASP and Jet ole db connection. My permissions are all... -
Access 2000 or SQL Server 2000
Hi I am planning to design a database (destined for the web) that will have between 20000 and 45000 records in it and will receive a lot of reads... -
User Permissions in SQL Server 2000
Hey List! I have a question regarding user permissions. When setting up a user to have access to a database on SQL Server 2000 I am able to deny... -
sp_OACreate permissions in SQL Server 2000.
Mat, Any reasons for not using SQL mail ( master..xp_sendmail ) ? -- Dinesh. SQL Server FAQ at http://www.tkdinesh.com "Mat"... -
SQL Server 2000, Exchange, COM-Add in for Outlook XP; Dynamically link ACCESS xp & SQL SERVER???
Can SQL Server 2000 manage the contacts in Exchange? Is there any connectivity between SQL Server and Outlook XP? Furthermore, can SQL Server... -
Mary Chipman #2
Re: Minimal permissions with an Access Database and 2000 server ?
It depends on what you have in the username attribute of the
processModel your machine.config file for the wp_aspnet process model
account. Your choices are System or Machine (preferred since it's a
least-privileged account). You can edit the machine.config file and
then reset IIS.
<processModel enable="true"
userName="MACHINE" password="AutoGenerate" />
Once you are running as machine, grant ASPNET read, write, delete
perms on the file share that contains the mdb and the mdw.
-- Mary
MCW Technologies
[url]http://www.mcwtech.com[/url]
On Wed, 22 Oct 2003 10:44:21 -0700, Gilles LAMBERT
<webmaster@tutorials-online.com> wrote:
>Hi,
>
>Does any one knows what account must have the Write Access to allow
>edition on a Access database with an ASP .NET application with Windows
>2000 ?
>
>Under Windows 2003, it is the Network Service and not the ASPNET
>account.
>
>Thaks and best regards
>Gilles
>
>
>
>*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
>Don't just participate in USENET...get rewarded for it!Mary Chipman Guest
-
Jacob Yang [MSFT] #3
RE: Minimal permissions with an Access Database and 2000 server ?
Hi Gilles,
Firstly, I want to thank Mary for her great help in this issue.
In addition, I think that the following Knowledge Base article is useful to
you.
INFO: Implementing Impersonation in an ASP.NET Application
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;306158[/url]
Best regards,
Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C [url]www.microsoft.com/security[/url]
This posting is provided "as is" with no warranties and confers no rights.
Jacob Yang [MSFT] Guest



Reply With Quote

