Mauro Miotello
|
| Posted: 06/06/2002, 7:49 AM |
|
For anyone have Visual Studio.NET installed on same pc where's CCS:
Seams that you have to assign write permission for folder where you put DB
for user ASPNET !!
Before i do that, i've many problem with CCS, now never !!
|
|
|
 |
Shawn Mason
|
| Posted: 06/06/2002, 11:22 AM |
|
what db are you using?
Shawn Mason
"Mauro Miotello" <mm@ashnet.it> wrote in message
news:adnspa$em$1@news.codecharge.com...
> For anyone have Visual Studio.NET installed on same pc where's CCS:
>
> Seams that you have to assign write permission for folder where you put DB
> for user ASPNET !!
>
> Before i do that, i've many problem with CCS, now never !!
>
>
|
|
|
 |
Sanddy
|
| Posted: 06/06/2002, 9:33 PM |
|
Yes, I do have VS.NET and CCS on the same machine ... working perfectly fine
!
1) As for write permissions, this is not a features required by CCS in
general .. its how ASP.NET works !! The default setting for ASP.NET is very
restricted and the ASP.NET worker process is not even allowed to write to DB
files .. (the new MS Security initiative..). Hence you have to explicitly
give write permissions to the DB... Else you could also grant more rights to
the ASPNET worker account from User Management !
2) What kind of other problems do you have ?
--
Regards,
Sanddy
|
|
|
 |
Mauro Miotello
|
| Posted: 06/07/2002, 4:39 AM |
|
Access 2002
"Shawn Mason" <shawn@issda.com> ha scritto nel messaggio
news:ado998$puv$1@news.codecharge.com...
> what db are you using?
>
> Shawn Mason
>
> "Mauro Miotello" <mm@ashnet.it> wrote in message
>news:adnspa$em$1@news.codecharge.com...
> > For anyone have Visual Studio.NET installed on same pc where's CCS:
> >
> > Seams that you have to assign write permission for folder where you put
DB
> > for user ASPNET !!
> >
> > Before i do that, i've many problem with CCS, now never !!
> >
> >
>
>
|
|
|
 |
Mauro Miotello
|
| Posted: 06/07/2002, 4:47 AM |
|
The problem was looking a page in "live page " mode sametime looking in ms
explorer
ASP.NET show an error like "Microsoft JET engine....etc etc....: file
already in use"
"Sanddy" <e_sanddy@yahoo.com> ha scritto nel messaggio
news:adpd23$rr5$1@news.codecharge.com...
> Yes, I do have VS.NET and CCS on the same machine ... working perfectly
fine
> !
>
> 1) As for write permissions, this is not a features required by CCS in
> general .. its how ASP.NET works !! The default setting for ASP.NET is
very
> restricted and the ASP.NET worker process is not even allowed to write to
DB
> files .. (the new MS Security initiative..). Hence you have to explicitly
> give write permissions to the DB... Else you could also grant more rights
to
> the ASPNET worker account from User Management !
>
> 2) What kind of other problems do you have ?
>
> --
> Regards,
> Sanddy
>
>
|
|
|
 |
|