Web Service Application Pool Identity

2011-07-19 Thread Peter Maddin
I am trying to get a handle on the in-built accounts used for Application pools used by a web service. The default identity for DefaultAppPool is ApplicationPoolIdentity. My web service needs read and write access to folders on the server hosting IIS. What does the

RE: EF4 and SQLite monitoring

2011-07-19 Thread Kirsten Greed
What about temporarily switching to developer SQL server and looking at the profiler? _ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Tuesday, 19 July 2011 3:37 PM To: 'ozDotNet' Subject: RE: EF4 and SQLite monitoring Last

RE: Web Service Application Pool Identity

2011-07-19 Thread Jorke Odolphi
IIS_IUSRS From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Peter Maddin Sent: Tuesday, 19 July 2011 6:01 PM To: 'ozDotNet' Subject: Web Service Application Pool Identity I am trying to get a handle on the in-built accounts used for Application pools used

RE: Web Service Application Pool Identity

2011-07-19 Thread Peter Maddin
Ok Thanks Out of curiosity where did you learn that? I have found trying to decode some of this stuff quite difficult. Also if you know what is the difference between SERVICE and LOCAL SERVICE and NETWORK and NETWORK SERVICE? Are they different or are they synonyms? Regards

RE: Web Service Application Pool Identity

2011-07-19 Thread Ken Schaefer
Hi Those are the same. IIS_IUSRS is a group. IIS dynamically puts your web app pool identity into that group. However if you grant read/write access to a folder to that group, then any other website running on the server would also have access. If we are talking about IIS7 / IIS 7.5, then IIS

RE: Web Service Application Pool Identity

2011-07-19 Thread Jorke Odolphi
School of hard knocks ☺ Best way I’ve found is to sit on the w3wp process with process explorer and check out the security accounts associated with the process – other stuff is on http://learn.iis.net/ Off the top of my head Localsystem has full access to everything on the system Local

RE: Web Service Application Pool Identity

2011-07-19 Thread Jorke Odolphi
Yes - that is much more correct way. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ken Schaefer Sent: Tuesday, 19 July 2011 7:51 PM To: ozDotNet Subject: RE: Web Service Application Pool Identity Hi Those are the same. IIS_IUSRS is a group. IIS

RE: Web Service Application Pool Identity

2011-07-19 Thread Peter Maddin
Thanks very much Ken Had a quick look. Will take a while to digest it properly. Placed this on my agenda of to do's for tomorrow. Regards Peter From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ken Schaefer Sent: Tuesday, 19 July 2011 5:51 PM To:

RE: Web Service Application Pool Identity

2011-07-19 Thread Ken Schaefer
Actually they are not the same :) http://support.microsoft.com/kb/243330 Cheers Ken From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ken Schaefer Sent: Tuesday, 19 July 2011 5:51 PM To: ozDotNet Subject: RE: Web Service Application Pool Identity Hi

RE: Timeout a login on a Windows Mobile

2011-07-19 Thread Simon Kuldin
Thanks William, I'll check it out J From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of William Luu Sent: Tuesday, 19 July 2011 3:56 PM To: ozDotNet Subject: Re: Timeout a login on a Windows Mobile Hi Simon, Would this do what you need?

Re: [OT] Domain rego

2011-07-19 Thread Tom Rutter
Thanks for the help guys, ended up going with NetRegistry , lots of people recommended them after asking and searching round. About $34 for 2 years. No idea why MelbIT are so expensive Oh and I couldn't find anywhere that would hide the whois info for .com.au domains, they can't be private.

Re: [OT] Domain rego

2011-07-19 Thread mike smith
On Wed, Jul 20, 2011 at 9:49 AM, Tom Rutter therut...@gmail.com wrote: Thanks for the help guys, ended up going with NetRegistry , lots of people recommended them after asking and searching round. About $34 for 2 years. No idea why MelbIT are so expensive Oh and I couldn't find anywhere that

Re: [OT] Domain rego

2011-07-19 Thread Chris F
Even though this has been resolved. Here is a list of companies that provide .au domain names for under $30/2yrs. http://www.ozbargain.com.au/wiki/cheap_au_domain_names Chris On 20 July 2011 10:39, mike smith meski...@gmail.com wrote: On Wed, Jul 20, 2011 at 9:49 AM, Tom Rutter

Re: [OT] Domain rego

2011-07-19 Thread Trevor Johnson
I'm a bit late on this one too, but when looking, also check fees, like change of ownership... Domain cost is only $9, but $244 to change ownership seems a bit steep... CrazyDomain, AUD $24.00 .com.au domain + AUD $220 change of ownership fee!

Silverlight 4 OOB for Mac- Drag drop?

2011-07-19 Thread Winston Pang
Hey guys, Work wants an app done, and just wondering if Silverlight has the capability to do the following, taking into account the app is SL4 and running OOB and with full trust. - Drag something from a listbox in the app to desktop for example (needs to be cross platform compatible) -

RE: Silverlight 4 OOB for Mac- Drag drop?

2011-07-19 Thread Chris Walsh
I don't think you can drag from the app onto the desktop in SL4 OOB, I know you can drag into the App. With an OOB app, you've got access to My Documents in Window and the MAC equivalent. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Winston Pang

Re: Silverlight 4 OOB for Mac- Drag drop?

2011-07-19 Thread Scott Barnes
What are you dragging to the desktop? In that at best you can instruct something to be created/copied etc to a specific location through faking the drag cursor (happens really on both sides of the coin). Actual elements inside Silverlight are just well..paintings :) they haven't got the same