hidden hit counter
Welcome to WindowsForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

xp home temp directory permissions

 
   Win 2000/NT/98/ME (Home) -> Security RSS
Next:  Antivirus software  
Author Message
scooter

External


Since: Oct 24, 2007
Posts: 3



(Msg. 1) Posted: Wed Oct 24, 2007 3:22 pm
Post subject: xp home temp directory permissions
Archived from groups: microsoft>public>win2000>security (more info?)

We have a web application using ActiveX controls that resize and save
photographs to the %temp% directory, then it reads them and posts to the
server.

Normally this is fine and only takes a few changes in internet options to
allow it to work, but, with xp home we have a user where the component can't
operate, it can't read from the temp directory.

So my question is how to adjust security on xp home so that an ActiveX
control can read/write to %temp% ??

 >> Stay informed about: xp home temp directory permissions 
Back to top
Login to vote
Steven L Umbach5

External


Since: Jul 05, 2004
Posts: 236



(Msg. 2) Posted: Wed Oct 24, 2007 5:50 pm
Post subject: Re: xp home temp directory permissions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try granting users or everyone read permisisons to that folder. In XP Home
that can be done by booting into Safe Mode as administrator to see the
security tab for a folder or using a command line tool such as the built in
cacls. %temp% refers to the documents and settings\username\local
settings\temp folder.

Steve

http://www.ss64.com/nt/cacls.html -- cacls syntax and examples

"scooter" wrote in message

> We have a web application using ActiveX controls that resize and save
> photographs to the %temp% directory, then it reads them and posts to the
> server.
>
> Normally this is fine and only takes a few changes in internet options to
> allow it to work, but, with xp home we have a user where the component
> can't
> operate, it can't read from the temp directory.
>
> So my question is how to adjust security on xp home so that an ActiveX
> control can read/write to %temp% ??

 >> Stay informed about: xp home temp directory permissions 
Back to top
Login to vote
Steve Riley [MSFT]

External


Since: Aug 19, 2007
Posts: 5



(Msg. 3) Posted: Wed Oct 24, 2007 7:35 pm
Post subject: Re: xp home temp directory permissions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Scooter, each individual user already has read/write access to his/her own
%temp% folder. You shouldn't have to make any permissions changes. What user
context does your application and your ActiveX control run under?

--
Steve Riley
steve.riley RemoveThis @microsoft.com
http://blogs.technet.com/steriley
http://www.protectyourwindowsnetwork.com


"scooter" wrote in message

> We have a web application using ActiveX controls that resize and save
> photographs to the %temp% directory, then it reads them and posts to the
> server.
>
> Normally this is fine and only takes a few changes in internet options to
> allow it to work, but, with xp home we have a user where the component
> can't
> operate, it can't read from the temp directory.
>
> So my question is how to adjust security on xp home so that an ActiveX
> control can read/write to %temp% ??
 >> Stay informed about: xp home temp directory permissions 
Back to top
Login to vote
scooter

External


Since: Oct 24, 2007
Posts: 3



(Msg. 4) Posted: Thu Oct 25, 2007 8:23 am
Post subject: Re: xp home temp directory permissions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This is a downloaded utility in a CAB file, so it's a browser related ActiveX
control using ADO to stream the images to the server.

It's signed and ends up in the windows/downloadedinternetfiles/ folder.
Javascript is used to invoke methods.

The error is that it can't read from the %temp% directory where the resized
images are. I'll be talking to the user today to find out if the images are
resizing OK (I think they are) and then for sure know that's it's read
permissions.

I'll also keep the safemode trick in mind if I need it ...

Thanks for the replies,

"Steve Riley [MSFT]" wrote:

> Scooter, each individual user already has read/write access to his/her own
> %temp% folder. You shouldn't have to make any permissions changes. What user
> context does your application and your ActiveX control run under?
>
> --
> Steve Riley
> steve.riley.TakeThisOut@microsoft.com
> http://blogs.technet.com/steriley
> http://www.protectyourwindowsnetwork.com
>
>
> "scooter" wrote in message
>
> > We have a web application using ActiveX controls that resize and save
> > photographs to the %temp% directory, then it reads them and posts to the
> > server.
> >
> > Normally this is fine and only takes a few changes in internet options to
> > allow it to work, but, with xp home we have a user where the component
> > can't
> > operate, it can't read from the temp directory.
> >
> > So my question is how to adjust security on xp home so that an ActiveX
> > control can read/write to %temp% ??
>
>
 >> Stay informed about: xp home temp directory permissions 
Back to top
Login to vote
scooter

External


Since: Oct 24, 2007
Posts: 3



(Msg. 5) Posted: Thu Oct 25, 2007 10:04 am
Post subject: Re: xp home temp directory permissions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

More info::

This machine is a Compact and it has a "Compact Owner" user for logins. I'm
getting fairly certain that this is the trouble. I'm sure I'll have to have
the user specifically set permissions, this is a typical activex control and
most users have no trouble getting this all to work.

Can you post the steps to boot in safe mode under XP Home? The choice
doesn't come up with F2 or F12, do you just hit space bar when it's first
booting up?

"Steven L Umbach" wrote:

> Try granting users or everyone read permisisons to that folder. In XP Home
> that can be done by booting into Safe Mode as administrator to see the
> security tab for a folder or using a command line tool such as the built in
> cacls. %temp% refers to the documents and settings\username\local
> settings\temp folder.
>
> Steve
>
> http://www.ss64.com/nt/cacls.html -- cacls syntax and examples
>
> "scooter" wrote in message
>
> > We have a web application using ActiveX controls that resize and save
> > photographs to the %temp% directory, then it reads them and posts to the
> > server.
> >
> > Normally this is fine and only takes a few changes in internet options to
> > allow it to work, but, with xp home we have a user where the component
> > can't
> > operate, it can't read from the temp directory.
> >
> > So my question is how to adjust security on xp home so that an ActiveX
> > control can read/write to %temp% ??
>
>
>
 >> Stay informed about: xp home temp directory permissions 
Back to top
Login to vote
Steven L Umbach5

External


Since: Jul 05, 2004
Posts: 236



(Msg. 6) Posted: Thu Oct 25, 2007 5:28 pm
Post subject: Re: xp home temp directory permissions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hit F8 before the OS starts loading.

Steve


"scooter" wrote in message

> More info::
>
> This machine is a Compact and it has a "Compact Owner" user for logins.
> I'm
> getting fairly certain that this is the trouble. I'm sure I'll have to
> have
> the user specifically set permissions, this is a typical activex control
> and
> most users have no trouble getting this all to work.
>
> Can you post the steps to boot in safe mode under XP Home? The choice
> doesn't come up with F2 or F12, do you just hit space bar when it's first
> booting up?
>
> "Steven L Umbach" wrote:
>
>> Try granting users or everyone read permisisons to that folder. In XP
>> Home
>> that can be done by booting into Safe Mode as administrator to see the
>> security tab for a folder or using a command line tool such as the built
>> in
>> cacls. %temp% refers to the documents and settings\username\local
>> settings\temp folder.
>>
>> Steve
>>
>> http://www.ss64.com/nt/cacls.html -- cacls syntax and examples
>>
>> "scooter" wrote in message
>>
>> > We have a web application using ActiveX controls that resize and save
>> > photographs to the %temp% directory, then it reads them and posts to
>> > the
>> > server.
>> >
>> > Normally this is fine and only takes a few changes in internet options
>> > to
>> > allow it to work, but, with xp home we have a user where the component
>> > can't
>> > operate, it can't read from the temp directory.
>> >
>> > So my question is how to adjust security on xp home so that an ActiveX
>> > control can read/write to %temp% ??
>>
>>
>>
 >> Stay informed about: xp home temp directory permissions 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Folder permissions - Is there a way I can list out all the folders and who has access to them. Lets say there are folders JSmith for John and Amanda to share and DAdams for Doug and Sarah to share. Is there a way I can list something like DAdams -Doug -Sarah JSmith -Joh...

Network Shares - Permissions - I need to scan the entire network for all available shares and enumerate permissions on those shares. I know that there are alot of rather pricey tools to get this done, but are there any scripts available or reasonable software packages that can get....

Question about share permissions - I read an article on a windows security web site that recommended that you set the permission for all shares to allow Full Control to Authenticated Users (the default is Full Control to Everyone, although in recent versions of Windows I think they change...

Effective file permissions on Windows 2000 - Hi all! I want to view effective file/folder permissions on Windows 2000 professional. Can somebody suggest me KB article or tool to do this ? Thanks Ilya

Deny delete creates temp files - All, On a Windows 2000 server I have a file which I want users to modify but do not want them to be bale to delete it. I am sure I have set the permissions correctly. The permissions are not inherited and I went through the advanced screens to deny th...
   Win 2000/NT/98/ME (Home) -> Security All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows XP
  Win 2000/NT/98/ME
 Windows Vista!


[ Contact us | Terms of Service/Privacy Policy ]