Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Identity System

    Hi,

    How can i get my ASP Page or Web Service to run as the LocalSystem rather
    than a user?

    cheers


    Arran Pearce Guest

  2. Similar Questions and Discussions

    1. apsnet_wp.exe non-default identity vs. System.Web.Mail.SmtpMail
      Perhaps compare the group and security restrictions on the account you are trying to use. Maybe it is not allowed to run as a service (or something...
    2. ASP.NET Identity
      Any help? Thanks! rovver2001@hotmail.com (CN) wrote in message news:<d3fdd940.0401040934.cef803c@posting.google.com>...
    3. User.Identity.Name
      Hi, I am using Forms authentication -in which - I am trying to use User.Identity.Name, i am getting the user name in this field even after i...
    4. @@IDENTITY is 0 ?
      I've hit a problem with INSERT and @@IDENTITY for Access that is driving me up the wall. I'm using the OLEDB Jet4.0 in my connection string, so...
    5. @@IDENTITY in Informix
      Hello, Does anyone know how to find out the primary key value of last inserted record? In SQL Server this would be done as follows: INSERT...
  3. #2

    Default Re: Identity System

    The default user for all apps is set in your machine.config file in your
    local .NET installation folder (in a folder called config). If you look in
    that file, in the <processModel> section user="machine" is pry what is set
    right now. You can change that to SYSTEM as you want, but it is highly
    recommended you don't do that (for security reasons). But it's your call.

    In addition, I'm not sure, you may be able to define this in your local
    web.config also, and thus override the machine.config setting. Haven't
    investigated that myself, so dunno if you can do on an app by app basis...

    Another alternative is to use impersonation, and set the user you want all
    visitors to run under....

    --
    Craig Deelsnyder
    Microsoft MVP - ASP/ASP.NET


    "Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    news:uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl...
    > Hi,
    >
    > How can i get my ASP Page or Web Service to run as the LocalSystem rather
    > than a user?
    >
    > cheers
    >
    >

    Craig Deelsnyder Guest

  4. #3

    Default Re: Identity System

    Hi,

    I think what you meant is ASP.NET impersonation.

    You could add a line in web.config to run an application as a configurable identity. For example:

    <identity impersonate="true" userName="contoso\Jane" password="pass"/>

    Please refer to [url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaspnetimpersonation.asp?frame=true[/url] for details.

    Thanks very much.

    Best regards,
    Yanhong Huang
    Microsoft Online Partner Support

    Get Secure! - [url]www.microsoft.com/security[/url]
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    !From: "Craig Deelsnyder" <cdeelsny@NOSPAMyahoo.com>
    !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    !Subject: Re: Identity System
    !Date: Sun, 27 Jul 2003 20:26:12 -0500
    !Lines: 30
    !X-Priority: 3
    !X-MSMail-Priority: Normal
    !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    !Message-ID: <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !NNTP-Posting-Host: c-66-41-16-200.mn.client2.attbi.com 66.41.16.200
    !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162483
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !
    !The default user for all apps is set in your machine.config file in your
    !local .NET installation folder (in a folder called config). If you look in
    !that file, in the <processModel> section user="machine" is pry what is set
    !right now. You can change that to SYSTEM as you want, but it is highly
    !recommended you don't do that (for security reasons). But it's your call.
    !
    !In addition, I'm not sure, you may be able to define this in your local
    !web.config also, and thus override the machine.config setting. Haven't
    !investigated that myself, so dunno if you can do on an app by app basis...
    !
    !Another alternative is to use impersonation, and set the user you want all
    !visitors to run under....
    !
    !--
    !Craig Deelsnyder
    !Microsoft MVP - ASP/ASP.NET
    !
    !
    !"Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    !news:uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl...
    !> Hi,
    !>
    !> How can i get my ASP Page or Web Service to run as the LocalSystem rather
    !> than a user?
    !>
    !> cheers
    !>
    !>
    !
    !
    !


    Yan-Hong Huang[MSFT] Guest

  5. #4

    Default Re: Identity System

    One other thing....

    how to i get my application to run with the rights of the local system
    account? What would i enter in the username & password (in the web.config
    file).

    again....many thanks

    Arran

    "Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    news:PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl...
    > Hello Arran,
    >
    > You are welcome. Thanks very much for participating the community.
    >
    > Best regards,
    > Yanhong Huang
    > Microsoft Online Partner Support
    >
    > Get Secure! - [url]www.microsoft.com/security[/url]
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >
    > --------------------
    > !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    > !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    > !Subject: Re: Identity System
    > !Date: Tue, 29 Jul 2003 08:50:15 +0100
    > !Lines: 88
    > !X-Priority: 3
    > !X-MSMail-Priority: Normal
    > !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
    > !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
    > !Message-ID: <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    > !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > !NNTP-Posting-Host: 212.219.119.220
    > !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    > !Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet:162908
    > !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > !
    > !Thanks for the info.
    > !
    > !
    > !
    > !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    > !news:TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl...
    > !> Hi,
    > !>
    > !> I think what you meant is ASP.NET impersonation.
    > !>
    > !> You could add a line in web.config to run an application as a
    configurable
    > !identity. For example:
    > !>
    > !> <identity impersonate="true" userName="contoso\Jane" password="pass"/>
    > !>
    > !> Please refer to
    >
    ![url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaspnetimpersonati[/url]
    o
    > !n.asp?frame=true for details.
    > !>
    > !> Thanks very much.
    > !>
    > !> Best regards,
    > !> Yanhong Huang
    > !> Microsoft Online Partner Support
    > !>
    > !> Get Secure! - [url]www.microsoft.com/security[/url]
    > !> This posting is provided "AS IS" with no warranties, and confers no
    > !rights.
    > !>
    > !> --------------------
    > !> !From: "Craig Deelsnyder" <cdeelsny@NOSPAMyahoo.com>
    > !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > !> !Subject: Re: Identity System
    > !> !Date: Sun, 27 Jul 2003 20:26:12 -0500
    > !> !Lines: 30
    > !> !X-Priority: 3
    > !> !X-MSMail-Priority: Normal
    > !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > !> !Message-ID: <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > !> !NNTP-Posting-Host: c-66-41-16-200.mn.client2.attbi.com 66.41.16.200
    > !> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
    > !> !Xref: cpmsftngxa06.phx.gbl
    > !microsoft.public.dotnet.framework.aspnet:162483
    > !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > !> !
    > !> !The default user for all apps is set in your machine.config file in
    your
    > !> !local .NET installation folder (in a folder called config). If you
    look
    > !in
    > !> !that file, in the <processModel> section user="machine" is pry what is
    > !set
    > !> !right now. You can change that to SYSTEM as you want, but it is
    highly
    > !> !recommended you don't do that (for security reasons). But it's your
    > !call.
    > !> !
    > !> !In addition, I'm not sure, you may be able to define this in your
    local
    > !> !web.config also, and thus override the machine.config setting.
    Haven't
    > !> !investigated that myself, so dunno if you can do on an app by app
    > !basis...
    > !> !
    > !> !Another alternative is to use impersonation, and set the user you want
    > !all
    > !> !visitors to run under....
    > !> !
    > !> !--
    > !> !Craig Deelsnyder
    > !> !Microsoft MVP - ASP/ASP.NET
    > !> !
    > !> !
    > !> !"Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    > !> !news:uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl...
    > !> !> Hi,
    > !> !>
    > !> !> How can i get my ASP Page or Web Service to run as the LocalSystem
    > !rather
    > !> !> than a user?
    > !> !>
    > !> !> cheers
    > !> !>
    > !> !>
    > !> !
    > !> !
    > !> !
    > !>
    > !>
    > !
    > !
    > !
    >
    >

    Arran Pearce Guest

  6. #5

    Default Re: Identity System

    Hello Arran,

    Craig has provided the answer already. :)

    Please look in machine.confign file in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g folder, in the
    <processModel> section user="machine" is what is set right now. You can change that to SYSTEM as you want, but it is not
    recommended sicne asp.net app will running under a more powerful account.

    Thanks.

    Best regards,
    Yanhong Huang
    Microsoft Online Partner Support

    Get Secure! - [url]www.microsoft.com/security[/url]
    This posting is provided "AS IS" with no warranties, and confers no rights.

    --------------------
    !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl> <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl> <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    <PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl>
    !Subject: Re: Identity System
    !Date: Wed, 30 Jul 2003 00:35:35 +0100
    !Lines: 145
    !X-Priority: 3
    !X-MSMail-Priority: Normal
    !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    !Message-ID: <erSzKniVDHA.1692@TK2MSFTNGP11.phx.gbl>
    !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !NNTP-Posting-Host: host213-122-6-143.in-addr.btopenworld.com 213.122.6.143
    !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163181
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !
    !One other thing....
    !
    !how to i get my application to run with the rights of the local system
    !account? What would i enter in the username & password (in the web.config
    !file).
    !
    !again....many thanks
    !
    !Arran
    !
    !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    !news:PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl...
    !> Hello Arran,
    !>
    !> You are welcome. Thanks very much for participating the community.
    !>
    !> Best regards,
    !> Yanhong Huang
    !> Microsoft Online Partner Support
    !>
    !> Get Secure! - [url]www.microsoft.com/security[/url]
    !> This posting is provided "AS IS" with no warranties, and confers no
    !rights.
    !>
    !> --------------------
    !> !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    !<#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    !> <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    !> !Subject: Re: Identity System
    !> !Date: Tue, 29 Jul 2003 08:50:15 +0100
    !> !Lines: 88
    !> !X-Priority: 3
    !> !X-MSMail-Priority: Normal
    !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
    !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
    !> !Message-ID: <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !> !NNTP-Posting-Host: 212.219.119.220
    !> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    !> !Xref: cpmsftngxa06.phx.gbl
    !microsoft.public.dotnet.framework.aspnet:162908
    !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !> !
    !> !Thanks for the info.
    !> !
    !> !
    !> !
    !> !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    !> !news:TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl...
    !> !> Hi,
    !> !>
    !> !> I think what you meant is ASP.NET impersonation.
    !> !>
    !> !> You could add a line in web.config to run an application as a
    !configurable
    !> !identity. For example:
    !> !>
    !> !> <identity impersonate="true" userName="contoso\Jane" password="pass"/>
    !> !>
    !> !> Please refer to
    !>
    !![url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaspnetimpersonati[/url]
    !o
    !> !n.asp?frame=true for details.
    !> !>
    !> !> Thanks very much.
    !> !>
    !> !> Best regards,
    !> !> Yanhong Huang
    !> !> Microsoft Online Partner Support
    !> !>
    !> !> Get Secure! - [url]www.microsoft.com/security[/url]
    !> !> This posting is provided "AS IS" with no warranties, and confers no
    !> !rights.
    !> !>
    !> !> --------------------
    !> !> !From: "Craig Deelsnyder" <cdeelsny@NOSPAMyahoo.com>
    !> !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    !> !> !Subject: Re: Identity System
    !> !> !Date: Sun, 27 Jul 2003 20:26:12 -0500
    !> !> !Lines: 30
    !> !> !X-Priority: 3
    !> !> !X-MSMail-Priority: Normal
    !> !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    !> !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    !> !> !Message-ID: <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    !> !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !> !> !NNTP-Posting-Host: c-66-41-16-200.mn.client2.attbi.com 66.41.16.200
    !> !> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
    !> !> !Xref: cpmsftngxa06.phx.gbl
    !> !microsoft.public.dotnet.framework.aspnet:162483
    !> !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !> !> !
    !> !> !The default user for all apps is set in your machine.config file in
    !your
    !> !> !local .NET installation folder (in a folder called config). If you
    !look
    !> !in
    !> !> !that file, in the <processModel> section user="machine" is pry what is
    !> !set
    !> !> !right now. You can change that to SYSTEM as you want, but it is
    !highly
    !> !> !recommended you don't do that (for security reasons). But it's your
    !> !call.
    !> !> !
    !> !> !In addition, I'm not sure, you may be able to define this in your
    !local
    !> !> !web.config also, and thus override the machine.config setting.
    !Haven't
    !> !> !investigated that myself, so dunno if you can do on an app by app
    !> !basis...
    !> !> !
    !> !> !Another alternative is to use impersonation, and set the user you want
    !> !all
    !> !> !visitors to run under....
    !> !> !
    !> !> !--
    !> !> !Craig Deelsnyder
    !> !> !Microsoft MVP - ASP/ASP.NET
    !> !> !
    !> !> !
    !> !> !"Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    !> !> !news:uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl...
    !> !> !> Hi,
    !> !> !>
    !> !> !> How can i get my ASP Page or Web Service to run as the LocalSystem
    !> !rather
    !> !> !> than a user?
    !> !> !>
    !> !> !> cheers
    !> !> !>
    !> !> !>
    !> !> !
    !> !> !
    !> !> !
    !> !>
    !> !>
    !> !
    !> !
    !> !
    !>
    !>
    !
    !
    !


    Yan-Hong Huang[MSFT] Guest

  7. #6

    Default Re: Identity System

    So i have to change it for the whole server. I cant just change it for one
    application?

    sorry if i am being very stupid here.

    thanks

    Arran

    "Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    news:2pJdIhmVDHA.2080@cpmsftngxa06.phx.gbl...
    > Hello Arran,
    >
    > Craig has provided the answer already. :)
    >
    > Please look in machine.confign file in
    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g folder, in the
    > <processModel> section user="machine" is what is set right now. You can
    change that to SYSTEM as you want, but it is not
    > recommended sicne asp.net app will running under a more powerful account.
    >
    > Thanks.
    >
    > Best regards,
    > Yanhong Huang
    > Microsoft Online Partner Support
    >
    > Get Secure! - [url]www.microsoft.com/security[/url]
    > This posting is provided "AS IS" with no warranties, and confers no
    rights.
    >
    > --------------------
    > !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    > !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    > <PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl>
    > !Subject: Re: Identity System
    > !Date: Wed, 30 Jul 2003 00:35:35 +0100
    > !Lines: 145
    > !X-Priority: 3
    > !X-MSMail-Priority: Normal
    > !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > !Message-ID: <erSzKniVDHA.1692@TK2MSFTNGP11.phx.gbl>
    > !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > !NNTP-Posting-Host: host213-122-6-143.in-addr.btopenworld.com
    213.122.6.143
    > !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
    > !Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet:163181
    > !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > !
    > !One other thing....
    > !
    > !how to i get my application to run with the rights of the local system
    > !account? What would i enter in the username & password (in the
    web.config
    > !file).
    > !
    > !again....many thanks
    > !
    > !Arran
    > !
    > !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    > !news:PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl...
    > !> Hello Arran,
    > !>
    > !> You are welcome. Thanks very much for participating the community.
    > !>
    > !> Best regards,
    > !> Yanhong Huang
    > !> Microsoft Online Partner Support
    > !>
    > !> Get Secure! - [url]www.microsoft.com/security[/url]
    > !> This posting is provided "AS IS" with no warranties, and confers no
    > !rights.
    > !>
    > !> --------------------
    > !> !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    > !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > !<#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > !> <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    > !> !Subject: Re: Identity System
    > !> !Date: Tue, 29 Jul 2003 08:50:15 +0100
    > !> !Lines: 88
    > !> !X-Priority: 3
    > !> !X-MSMail-Priority: Normal
    > !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
    > !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
    > !> !Message-ID: <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    > !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > !> !NNTP-Posting-Host: 212.219.119.220
    > !> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    > !> !Xref: cpmsftngxa06.phx.gbl
    > !microsoft.public.dotnet.framework.aspnet:162908
    > !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > !> !
    > !> !Thanks for the info.
    > !> !
    > !> !
    > !> !
    > !> !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    > !> !news:TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl...
    > !> !> Hi,
    > !> !>
    > !> !> I think what you meant is ASP.NET impersonation.
    > !> !>
    > !> !> You could add a line in web.config to run an application as a
    > !configurable
    > !> !identity. For example:
    > !> !>
    > !> !> <identity impersonate="true" userName="contoso\Jane"
    password="pass"/>
    > !> !>
    > !> !> Please refer to
    > !>
    >
    !![url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaspnetimpersonat[/url]
    i
    > !o
    > !> !n.asp?frame=true for details.
    > !> !>
    > !> !> Thanks very much.
    > !> !>
    > !> !> Best regards,
    > !> !> Yanhong Huang
    > !> !> Microsoft Online Partner Support
    > !> !>
    > !> !> Get Secure! - [url]www.microsoft.com/security[/url]
    > !> !> This posting is provided "AS IS" with no warranties, and confers no
    > !> !rights.
    > !> !>
    > !> !> --------------------
    > !> !> !From: "Craig Deelsnyder" <cdeelsny@NOSPAMyahoo.com>
    > !> !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > !> !> !Subject: Re: Identity System
    > !> !> !Date: Sun, 27 Jul 2003 20:26:12 -0500
    > !> !> !Lines: 30
    > !> !> !X-Priority: 3
    > !> !> !X-MSMail-Priority: Normal
    > !> !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > !> !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > !> !> !Message-ID: <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > !> !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > !> !> !NNTP-Posting-Host: c-66-41-16-200.mn.client2.attbi.com 66.41.16.200
    > !> !> !Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
    > !> !> !Xref: cpmsftngxa06.phx.gbl
    > !> !microsoft.public.dotnet.framework.aspnet:162483
    > !> !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > !> !> !
    > !> !> !The default user for all apps is set in your machine.config file in
    > !your
    > !> !> !local .NET installation folder (in a folder called config). If you
    > !look
    > !> !in
    > !> !> !that file, in the <processModel> section user="machine" is pry what
    is
    > !> !set
    > !> !> !right now. You can change that to SYSTEM as you want, but it is
    > !highly
    > !> !> !recommended you don't do that (for security reasons). But it's
    your
    > !> !call.
    > !> !> !
    > !> !> !In addition, I'm not sure, you may be able to define this in your
    > !local
    > !> !> !web.config also, and thus override the machine.config setting.
    > !Haven't
    > !> !> !investigated that myself, so dunno if you can do on an app by app
    > !> !basis...
    > !> !> !
    > !> !> !Another alternative is to use impersonation, and set the user you
    want
    > !> !all
    > !> !> !visitors to run under....
    > !> !> !
    > !> !> !--
    > !> !> !Craig Deelsnyder
    > !> !> !Microsoft MVP - ASP/ASP.NET
    > !> !> !
    > !> !> !
    > !> !> !"Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    > !> !> !news:uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl...
    > !> !> !> Hi,
    > !> !> !>
    > !> !> !> How can i get my ASP Page or Web Service to run as the
    LocalSystem
    > !> !rather
    > !> !> !> than a user?
    > !> !> !>
    > !> !> !> cheers
    > !> !> !>
    > !> !> !>
    > !> !> !
    > !> !> !
    > !> !> !
    > !> !>
    > !> !>
    > !> !
    > !> !
    > !> !
    > !>
    > !>
    > !
    > !
    > !
    >
    >

    Arran Pearce Guest

  8. #7

    Default Re: Identity System

    If you were running a hosting service, hosting clients that ran ASP.Net
    sites, would you want them to simply allow their apps to run under your
    SYSTEM account?

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    news:Ox%235EEnVDHA.652@tk2msftngp13.phx.gbl...
    > So i have to change it for the whole server. I cant just change it for
    one
    > application?
    >
    > sorry if i am being very stupid here.
    >
    > thanks
    >
    > Arran
    >
    > "Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    > news:2pJdIhmVDHA.2080@cpmsftngxa06.phx.gbl...
    > > Hello Arran,
    > >
    > > Craig has provided the answer already. :)
    > >
    > > Please look in machine.confign file in
    > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g folder, in the
    > > <processModel> section user="machine" is what is set right now. You can
    > change that to SYSTEM as you want, but it is not
    > > recommended sicne asp.net app will running under a more powerful
    account.
    > >
    > > Thanks.
    > >
    > > Best regards,
    > > Yanhong Huang
    > > Microsoft Online Partner Support
    > >
    > > Get Secure! - [url]www.microsoft.com/security[/url]
    > > This posting is provided "AS IS" with no warranties, and confers no
    > rights.
    > >
    > > --------------------
    > > !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    > > !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > > <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    > <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    > > <PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl>
    > > !Subject: Re: Identity System
    > > !Date: Wed, 30 Jul 2003 00:35:35 +0100
    > > !Lines: 145
    > > !X-Priority: 3
    > > !X-MSMail-Priority: Normal
    > > !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > > !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > > !Message-ID: <erSzKniVDHA.1692@TK2MSFTNGP11.phx.gbl>
    > > !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > !NNTP-Posting-Host: host213-122-6-143.in-addr.btopenworld.com
    > 213.122.6.143
    > > !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
    > > !Xref: cpmsftngxa06.phx.gbl
    > microsoft.public.dotnet.framework.aspnet:163181
    > > !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > > !
    > > !One other thing....
    > > !
    > > !how to i get my application to run with the rights of the local system
    > > !account? What would i enter in the username & password (in the
    > web.config
    > > !file).
    > > !
    > > !again....many thanks
    > > !
    > > !Arran
    > > !
    > > !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    > > !news:PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl...
    > > !> Hello Arran,
    > > !>
    > > !> You are welcome. Thanks very much for participating the community.
    > > !>
    > > !> Best regards,
    > > !> Yanhong Huang
    > > !> Microsoft Online Partner Support
    > > !>
    > > !> Get Secure! - [url]www.microsoft.com/security[/url]
    > > !> This posting is provided "AS IS" with no warranties, and confers no
    > > !rights.
    > > !>
    > > !> --------------------
    > > !> !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    > > !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > > !<#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > > !> <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    > > !> !Subject: Re: Identity System
    > > !> !Date: Tue, 29 Jul 2003 08:50:15 +0100
    > > !> !Lines: 88
    > > !> !X-Priority: 3
    > > !> !X-MSMail-Priority: Normal
    > > !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
    > > !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
    > > !> !Message-ID: <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    > > !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > !> !NNTP-Posting-Host: 212.219.119.220
    > > !> !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    > > !> !Xref: cpmsftngxa06.phx.gbl
    > > !microsoft.public.dotnet.framework.aspnet:162908
    > > !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > > !> !
    > > !> !Thanks for the info.
    > > !> !
    > > !> !
    > > !> !
    > > !> !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in
    message
    > > !> !news:TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl...
    > > !> !> Hi,
    > > !> !>
    > > !> !> I think what you meant is ASP.NET impersonation.
    > > !> !>
    > > !> !> You could add a line in web.config to run an application as a
    > > !configurable
    > > !> !identity. For example:
    > > !> !>
    > > !> !> <identity impersonate="true" userName="contoso\Jane"
    > password="pass"/>
    > > !> !>
    > > !> !> Please refer to
    > > !>
    > >
    >
    !![url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaspnetimpersonat[/url]
    > i
    > > !o
    > > !> !n.asp?frame=true for details.
    > > !> !>
    > > !> !> Thanks very much.
    > > !> !>
    > > !> !> Best regards,
    > > !> !> Yanhong Huang
    > > !> !> Microsoft Online Partner Support
    > > !> !>
    > > !> !> Get Secure! - [url]www.microsoft.com/security[/url]
    > > !> !> This posting is provided "AS IS" with no warranties, and confers
    no
    > > !> !rights.
    > > !> !>
    > > !> !> --------------------
    > > !> !> !From: "Craig Deelsnyder" <cdeelsny@NOSPAMyahoo.com>
    > > !> !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > > !> !> !Subject: Re: Identity System
    > > !> !> !Date: Sun, 27 Jul 2003 20:26:12 -0500
    > > !> !> !Lines: 30
    > > !> !> !X-Priority: 3
    > > !> !> !X-MSMail-Priority: Normal
    > > !> !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > > !> !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > > !> !> !Message-ID: <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > > !> !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > !> !> !NNTP-Posting-Host: c-66-41-16-200.mn.client2.attbi.com
    66.41.16.200
    > > !> !> !Path:
    > cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
    > > !> !> !Xref: cpmsftngxa06.phx.gbl
    > > !> !microsoft.public.dotnet.framework.aspnet:162483
    > > !> !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > > !> !> !
    > > !> !> !The default user for all apps is set in your machine.config file
    in
    > > !your
    > > !> !> !local .NET installation folder (in a folder called config). If
    you
    > > !look
    > > !> !in
    > > !> !> !that file, in the <processModel> section user="machine" is pry
    what
    > is
    > > !> !set
    > > !> !> !right now. You can change that to SYSTEM as you want, but it is
    > > !highly
    > > !> !> !recommended you don't do that (for security reasons). But it's
    > your
    > > !> !call.
    > > !> !> !
    > > !> !> !In addition, I'm not sure, you may be able to define this in your
    > > !local
    > > !> !> !web.config also, and thus override the machine.config setting.
    > > !Haven't
    > > !> !> !investigated that myself, so dunno if you can do on an app by app
    > > !> !basis...
    > > !> !> !
    > > !> !> !Another alternative is to use impersonation, and set the user you
    > want
    > > !> !all
    > > !> !> !visitors to run under....
    > > !> !> !
    > > !> !> !--
    > > !> !> !Craig Deelsnyder
    > > !> !> !Microsoft MVP - ASP/ASP.NET
    > > !> !> !
    > > !> !> !
    > > !> !> !"Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    > > !> !> !news:uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl...
    > > !> !> !> Hi,
    > > !> !> !>
    > > !> !> !> How can i get my ASP Page or Web Service to run as the
    > LocalSystem
    > > !> !rather
    > > !> !> !> than a user?
    > > !> !> !>
    > > !> !> !> cheers
    > > !> !> !>
    > > !> !> !>
    > > !> !> !
    > > !> !> !
    > > !> !> !
    > > !> !>
    > > !> !>
    > > !> !
    > > !> !
    > > !> !
    > > !>
    > > !>
    > > !
    > > !
    > > !
    > >
    > >
    >
    >

    Kevin Spencer Guest

  9. #8

    Default Re: Identity System

    Yeah fair point.

    only reason i was wanting to run as system was because i am doing some
    testing with CDO on a exchange server.

    thanks for all the info everyone anyway.

    arran

    "Kevin Spencer" <kevin@takempis.com> wrote in message
    news:O0SBhTpVDHA.3924@tk2msftngp13.phx.gbl...
    > If you were running a hosting service, hosting clients that ran ASP.Net
    > sites, would you want them to simply allow their apps to run under your
    > SYSTEM account?
    >
    > --
    > HTH,
    >
    > Kevin Spencer
    > Microsoft MVP
    > .Net Developer
    > [url]http://www.takempis.com[/url]
    > Complex things are made up of
    > lots of simple things.
    >
    > "Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    > news:Ox%235EEnVDHA.652@tk2msftngp13.phx.gbl...
    > > So i have to change it for the whole server. I cant just change it for
    > one
    > > application?
    > >
    > > sorry if i am being very stupid here.
    > >
    > > thanks
    > >
    > > Arran
    > >
    > > "Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in message
    > > news:2pJdIhmVDHA.2080@cpmsftngxa06.phx.gbl...
    > > > Hello Arran,
    > > >
    > > > Craig has provided the answer already. :)
    > > >
    > > > Please look in machine.confign file in
    > > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g folder, in the
    > > > <processModel> section user="machine" is what is set right now. You
    can
    > > change that to SYSTEM as you want, but it is not
    > > > recommended sicne asp.net app will running under a more powerful
    > account.
    > > >
    > > > Thanks.
    > > >
    > > > Best regards,
    > > > Yanhong Huang
    > > > Microsoft Online Partner Support
    > > >
    > > > Get Secure! - [url]www.microsoft.com/security[/url]
    > > > This posting is provided "AS IS" with no warranties, and confers no
    > > rights.
    > > >
    > > > --------------------
    > > > !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    > > > !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > > <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > > > <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    > > <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    > > > <PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl>
    > > > !Subject: Re: Identity System
    > > > !Date: Wed, 30 Jul 2003 00:35:35 +0100
    > > > !Lines: 145
    > > > !X-Priority: 3
    > > > !X-MSMail-Priority: Normal
    > > > !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > > > !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > > > !Message-ID: <erSzKniVDHA.1692@TK2MSFTNGP11.phx.gbl>
    > > > !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > > !NNTP-Posting-Host: host213-122-6-143.in-addr.btopenworld.com
    > > 213.122.6.143
    > > > !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP11.phx.gbl
    > > > !Xref: cpmsftngxa06.phx.gbl
    > > microsoft.public.dotnet.framework.aspnet:163181
    > > > !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > > > !
    > > > !One other thing....
    > > > !
    > > > !how to i get my application to run with the rights of the local
    system
    > > > !account? What would i enter in the username & password (in the
    > > web.config
    > > > !file).
    > > > !
    > > > !again....many thanks
    > > > !
    > > > !Arran
    > > > !
    > > > !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in
    message
    > > > !news:PPPMFQbVDHA.2128@cpmsftngxa06.phx.gbl...
    > > > !> Hello Arran,
    > > > !>
    > > > !> You are welcome. Thanks very much for participating the community.
    > > > !>
    > > > !> Best regards,
    > > > !> Yanhong Huang
    > > > !> Microsoft Online Partner Support
    > > > !>
    > > > !> Get Secure! - [url]www.microsoft.com/security[/url]
    > > > !> This posting is provided "AS IS" with no warranties, and confers no
    > > > !rights.
    > > > !>
    > > > !> --------------------
    > > > !> !From: "Arran Pearce" <arran.pearce@bacoll.ac.uk>
    > > > !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > > > !<#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > > > !> <TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl>
    > > > !> !Subject: Re: Identity System
    > > > !> !Date: Tue, 29 Jul 2003 08:50:15 +0100
    > > > !> !Lines: 88
    > > > !> !X-Priority: 3
    > > > !> !X-MSMail-Priority: Normal
    > > > !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
    > > > !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
    > > > !> !Message-ID: <#s5Z8WaVDHA.2164@TK2MSFTNGP09.phx.gbl>
    > > > !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > > !> !NNTP-Posting-Host: 212.219.119.220
    > > > !> !Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
    > > > !> !Xref: cpmsftngxa06.phx.gbl
    > > > !microsoft.public.dotnet.framework.aspnet:162908
    > > > !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > > > !> !
    > > > !> !Thanks for the info.
    > > > !> !
    > > > !> !
    > > > !> !
    > > > !> !"Yan-Hong Huang[MSFT]" <yhhuang@online.microsoft.com> wrote in
    > message
    > > > !> !news:TmsAcOXVDHA.2080@cpmsftngxa06.phx.gbl...
    > > > !> !> Hi,
    > > > !> !>
    > > > !> !> I think what you meant is ASP.NET impersonation.
    > > > !> !>
    > > > !> !> You could add a line in web.config to run an application as a
    > > > !configurable
    > > > !> !identity. For example:
    > > > !> !>
    > > > !> !> <identity impersonate="true" userName="contoso\Jane"
    > > password="pass"/>
    > > > !> !>
    > > > !> !> Please refer to
    > > > !>
    > > >
    > >
    >
    !![url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaspnetimpersonat[/url]
    > > i
    > > > !o
    > > > !> !n.asp?frame=true for details.
    > > > !> !>
    > > > !> !> Thanks very much.
    > > > !> !>
    > > > !> !> Best regards,
    > > > !> !> Yanhong Huang
    > > > !> !> Microsoft Online Partner Support
    > > > !> !>
    > > > !> !> Get Secure! - [url]www.microsoft.com/security[/url]
    > > > !> !> This posting is provided "AS IS" with no warranties, and confers
    > no
    > > > !> !rights.
    > > > !> !>
    > > > !> !> --------------------
    > > > !> !> !From: "Craig Deelsnyder" <cdeelsny@NOSPAMyahoo.com>
    > > > !> !> !References: <uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl>
    > > > !> !> !Subject: Re: Identity System
    > > > !> !> !Date: Sun, 27 Jul 2003 20:26:12 -0500
    > > > !> !> !Lines: 30
    > > > !> !> !X-Priority: 3
    > > > !> !> !X-MSMail-Priority: Normal
    > > > !> !> !X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    > > > !> !> !X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    > > > !> !> !Message-ID: <#7Cn4cKVDHA.2508@TK2MSFTNGP12.phx.gbl>
    > > > !> !> !Newsgroups: microsoft.public.dotnet.framework.aspnet
    > > > !> !> !NNTP-Posting-Host: c-66-41-16-200.mn.client2.attbi.com
    > 66.41.16.200
    > > > !> !> !Path:
    > > cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
    > > > !> !> !Xref: cpmsftngxa06.phx.gbl
    > > > !> !microsoft.public.dotnet.framework.aspnet:162483
    > > > !> !> !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    > > > !> !> !
    > > > !> !> !The default user for all apps is set in your machine.config
    file
    > in
    > > > !your
    > > > !> !> !local .NET installation folder (in a folder called config). If
    > you
    > > > !look
    > > > !> !in
    > > > !> !> !that file, in the <processModel> section user="machine" is pry
    > what
    > > is
    > > > !> !set
    > > > !> !> !right now. You can change that to SYSTEM as you want, but it
    is
    > > > !highly
    > > > !> !> !recommended you don't do that (for security reasons). But it's
    > > your
    > > > !> !call.
    > > > !> !> !
    > > > !> !> !In addition, I'm not sure, you may be able to define this in
    your
    > > > !local
    > > > !> !> !web.config also, and thus override the machine.config setting.
    > > > !Haven't
    > > > !> !> !investigated that myself, so dunno if you can do on an app by
    app
    > > > !> !basis...
    > > > !> !> !
    > > > !> !> !Another alternative is to use impersonation, and set the user
    you
    > > want
    > > > !> !all
    > > > !> !> !visitors to run under....
    > > > !> !> !
    > > > !> !> !--
    > > > !> !> !Craig Deelsnyder
    > > > !> !> !Microsoft MVP - ASP/ASP.NET
    > > > !> !> !
    > > > !> !> !
    > > > !> !> !"Arran Pearce" <arran.pearce@bacoll.ac.uk> wrote in message
    > > > !> !> !news:uBuoEnIVDHA.1680@tk2msftngp13.phx.gbl...
    > > > !> !> !> Hi,
    > > > !> !> !>
    > > > !> !> !> How can i get my ASP Page or Web Service to run as the
    > > LocalSystem
    > > > !> !rather
    > > > !> !> !> than a user?
    > > > !> !> !>
    > > > !> !> !> cheers
    > > > !> !> !>
    > > > !> !> !>
    > > > !> !> !
    > > > !> !> !
    > > > !> !> !
    > > > !> !>
    > > > !> !>
    > > > !> !
    > > > !> !
    > > > !> !
    > > > !>
    > > > !>
    > > > !
    > > > !
    > > > !
    > > >
    > > >
    > >
    > >
    >
    >

    Arran Pearce Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139