Connecting Tech Pros Worldwide Forums | Help | Site Map

Insert data into Access under IIS' wwwroot directory

sambuela
Guest
 
Posts: n/a
#1: Nov 21 '05

I have one access file located at IIS' wwwroot directory.
My goal is to insert record to access database.

However, it seems that Access is proteced by IIS.
I had been open its writing privileage by file manager.
But the IIS will show the error message and halt on this line:

objCmd.ExecuteNonQuery()

Any help on this will be greatly appreciated.
--sambuela

Cor Ligthert [MVP]
Guest
 
Posts: n/a
#2: Nov 21 '05

re: Insert data into Access under IIS' wwwroot directory


Sambuela,

Access is not protected by IIS however IIS and ASPNET use a special user.
IUsr_ServerName and ASPNET

I always forget which is it in ASPNET however I thought ASPNET.

I hope this helps,

Cor


sambuela
Guest
 
Posts: n/a
#3: Nov 21 '05

re: Insert data into Access under IIS' wwwroot directory


Thanks.
But how can I create one account like this and how to use it?
Thanks in advance.
Regards,
--sambuela

"Cor Ligthert [MVP]" wrote:
[color=blue]
> Sambuela,
>
> Access is not protected by IIS however IIS and ASPNET use a special user.
> IUsr_ServerName and ASPNET
>
> I always forget which is it in ASPNET however I thought ASPNET.
>
> I hope this helps,
>
> Cor
>
>
>[/color]
Closed Thread


Similar Visual Basic .NET bytes