Windows 2000 IIS Session restricted?!

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Windows 2000 IIS Session restricted?!

    Session("UID") = 10
    Session("Name") = "John Doe"

    I have an ASP application loaded on a Win2k SP3 server in Anonymous
    Authentication Mode. When I try to access the site, none of the session
    variables work. I have to lower the security to Low in Internet Explorer for
    the session variables to run. BUT if I run this same script on my local
    machine (WinXP Pro sp1) it works fine with whatever security level i have.

    Also, i have another ASP application loaded on the same server, but this one
    used Windows Authentication Mode. This one has no problems using sessions, I
    get no restrictions from that at all, the session variables run great!

    Neither app is setup as an Application within IIS, they are just sub
    folders. I tried creating an Application for the first issue, but no luck
    there.

    Thanks,

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.


    David Lozzi Guest

  2. Similar Questions and Discussions

    1. [ANNOUNCE] Workaround Technote : Problems running Flash Player 8.0.24.0ActiveX control after installation when logged in as Restricted User on Windows
      We've got a workaround technote in place for admins affected by the restricted user issue with Flash Player 8.0.24.0. ...
    2. Coldfusion services stop working when windows 2000hotfix patches are installed on the windows 2000 operatingsystem
      The following windows 2000 hotfix patches were installed on windows 2000 operating system - KB917537 KB917159 KB914388 Coldfusion service...
    3. authenticating users using their windows login with cf 4and windows server 2000
      Does anyone know of a way to authenticate users using cfauthenticate and security context using coldfusion 4 running on a windows server 2000...
    4. Are hash rules available in Windows 2000, or is this something new that comes with Windows Server 2003?
      Experts, We run a native-mode Windows 2000 single domain. We want to create a Group Policy object (GPO), perhaps named Software Restrictions, to...
    5. CDO for Windows 2000 vs CDO for Exchange 2000
      How can I force SmtpMail class to use CDO for Windows 2000 instead of Exchange 2000. We do not use Exchange at all. I want to do this because I...
  3. #2

    Default Windows 2000 IIS Session restricted?!

    Session("UID") = 10
    Session("Name") = "John Doe"

    I have an ASP application loaded on a Win2k SP3 server in Anonymous
    Authentication Mode. When I try to access the site, none of the session
    variables work. I have to lower the security to Low in Internet Explorer for
    the session variables to run. BUT if I run this same script on my local
    machine (WinXP Pro sp1) it works fine with whatever security level i have.

    Also, i have another ASP application loaded on the same server, but this one
    used Windows Authentication Mode. This one has no problems using sessions, I
    get no restrictions from that at all, the session variables run great!

    Neither app is setup as an Application within IIS, they are just sub
    folders. I tried creating an Application for the first issue, but no luck
    there.

    Thanks,

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.


    David Lozzi Guest

  4. #3

    Default Windows 2000 IIS Session restricted?!

    Session("UID") = 10
    Session("Name") = "John Doe"

    I have an ASP application loaded on a Win2k SP3 server in Anonymous
    Authentication Mode. When I try to access the site, none of the session
    variables work. I have to lower the security to Low in Internet Explorer for
    the session variables to run. BUT if I run this same script on my local
    machine (WinXP Pro sp1) it works fine with whatever security level i have.

    Also, i have another ASP application loaded on the same server, but this one
    used Windows Authentication Mode. This one has no problems using sessions, I
    get no restrictions from that at all, the session variables run great!

    Neither app is setup as an Application within IIS, they are just sub
    folders. I tried creating an Application for the first issue, but no luck
    there.

    Thanks,

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.


    David Lozzi Guest

  5. #4

    Default Re: Windows 2000 IIS Session restricted?!

    Have you enabled Session State in the settings for the website?

    Daniel

    "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > Session("UID") = 10
    > Session("Name") = "John Doe"
    >
    > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > Authentication Mode. When I try to access the site, none of the session
    > variables work. I have to lower the security to Low in Internet Explorer
    for
    > the session variables to run. BUT if I run this same script on my local
    > machine (WinXP Pro sp1) it works fine with whatever security level i have.
    >
    > Also, i have another ASP application loaded on the same server, but this
    one
    > used Windows Authentication Mode. This one has no problems using sessions,
    I
    > get no restrictions from that at all, the session variables run great!
    >
    > Neither app is setup as an Application within IIS, they are just sub
    > folders. I tried creating an Application for the first issue, but no luck
    > there.
    >
    > Thanks,
    >
    > --
    > David Lozzi
    > Associated Business & Technology Group
    > [url]www.associatedbtg.com[/url]
    >
    > I should've known that....but I had a brain fart.
    >
    >

    Copa Guest

  6. #5

    Default Re: Windows 2000 IIS Session restricted?!

    Have you enabled Session State in the settings for the website?

    Daniel

    "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > Session("UID") = 10
    > Session("Name") = "John Doe"
    >
    > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > Authentication Mode. When I try to access the site, none of the session
    > variables work. I have to lower the security to Low in Internet Explorer
    for
    > the session variables to run. BUT if I run this same script on my local
    > machine (WinXP Pro sp1) it works fine with whatever security level i have.
    >
    > Also, i have another ASP application loaded on the same server, but this
    one
    > used Windows Authentication Mode. This one has no problems using sessions,
    I
    > get no restrictions from that at all, the session variables run great!
    >
    > Neither app is setup as an Application within IIS, they are just sub
    > folders. I tried creating an Application for the first issue, but no luck
    > there.
    >
    > Thanks,
    >
    > --
    > David Lozzi
    > Associated Business & Technology Group
    > [url]www.associatedbtg.com[/url]
    >
    > I should've known that....but I had a brain fart.
    >
    >

    Copa Guest

  7. #6

    Default Re: Windows 2000 IIS Session restricted?!

    Have you enabled Session State in the settings for the website?

    Daniel

    "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > Session("UID") = 10
    > Session("Name") = "John Doe"
    >
    > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > Authentication Mode. When I try to access the site, none of the session
    > variables work. I have to lower the security to Low in Internet Explorer
    for
    > the session variables to run. BUT if I run this same script on my local
    > machine (WinXP Pro sp1) it works fine with whatever security level i have.
    >
    > Also, i have another ASP application loaded on the same server, but this
    one
    > used Windows Authentication Mode. This one has no problems using sessions,
    I
    > get no restrictions from that at all, the session variables run great!
    >
    > Neither app is setup as an Application within IIS, they are just sub
    > folders. I tried creating an Application for the first issue, but no luck
    > there.
    >
    > Thanks,
    >
    > --
    > David Lozzi
    > Associated Business & Technology Group
    > [url]www.associatedbtg.com[/url]
    >
    > I should've known that....but I had a brain fart.
    >
    >

    Copa Guest

  8. #7

    Default Re: Windows 2000 IIS Session restricted?!

    Yes

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.
    "Copa" <dmCopa[nospam]@gfb.org> wrote in message
    news:emJAMABaDHA.1816@TK2MSFTNGP09.phx.gbl...
    > Have you enabled Session State in the settings for the website?
    >
    > Daniel
    >
    > "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    > news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > > Session("UID") = 10
    > > Session("Name") = "John Doe"
    > >
    > > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > > Authentication Mode. When I try to access the site, none of the session
    > > variables work. I have to lower the security to Low in Internet Explorer
    > for
    > > the session variables to run. BUT if I run this same script on my local
    > > machine (WinXP Pro sp1) it works fine with whatever security level i
    have.
    > >
    > > Also, i have another ASP application loaded on the same server, but this
    > one
    > > used Windows Authentication Mode. This one has no problems using
    sessions,
    > I
    > > get no restrictions from that at all, the session variables run great!
    > >
    > > Neither app is setup as an Application within IIS, they are just sub
    > > folders. I tried creating an Application for the first issue, but no
    luck
    > > there.
    > >
    > > Thanks,
    > >
    > > --
    > > David Lozzi
    > > Associated Business & Technology Group
    > > [url]www.associatedbtg.com[/url]
    > >
    > > I should've known that....but I had a brain fart.
    > >
    > >
    >
    >

    David Lozzi Guest

  9. #8

    Default Re: Windows 2000 IIS Session restricted?!

    Yes

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.
    "Copa" <dmCopa[nospam]@gfb.org> wrote in message
    news:emJAMABaDHA.1816@TK2MSFTNGP09.phx.gbl...
    > Have you enabled Session State in the settings for the website?
    >
    > Daniel
    >
    > "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    > news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > > Session("UID") = 10
    > > Session("Name") = "John Doe"
    > >
    > > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > > Authentication Mode. When I try to access the site, none of the session
    > > variables work. I have to lower the security to Low in Internet Explorer
    > for
    > > the session variables to run. BUT if I run this same script on my local
    > > machine (WinXP Pro sp1) it works fine with whatever security level i
    have.
    > >
    > > Also, i have another ASP application loaded on the same server, but this
    > one
    > > used Windows Authentication Mode. This one has no problems using
    sessions,
    > I
    > > get no restrictions from that at all, the session variables run great!
    > >
    > > Neither app is setup as an Application within IIS, they are just sub
    > > folders. I tried creating an Application for the first issue, but no
    luck
    > > there.
    > >
    > > Thanks,
    > >
    > > --
    > > David Lozzi
    > > Associated Business & Technology Group
    > > [url]www.associatedbtg.com[/url]
    > >
    > > I should've known that....but I had a brain fart.
    > >
    > >
    >
    >

    David Lozzi Guest

  10. #9

    Default Re: Windows 2000 IIS Session restricted?!

    Yes

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.
    "Copa" <dmCopa[nospam]@gfb.org> wrote in message
    news:emJAMABaDHA.1816@TK2MSFTNGP09.phx.gbl...
    > Have you enabled Session State in the settings for the website?
    >
    > Daniel
    >
    > "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    > news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > > Session("UID") = 10
    > > Session("Name") = "John Doe"
    > >
    > > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > > Authentication Mode. When I try to access the site, none of the session
    > > variables work. I have to lower the security to Low in Internet Explorer
    > for
    > > the session variables to run. BUT if I run this same script on my local
    > > machine (WinXP Pro sp1) it works fine with whatever security level i
    have.
    > >
    > > Also, i have another ASP application loaded on the same server, but this
    > one
    > > used Windows Authentication Mode. This one has no problems using
    sessions,
    > I
    > > get no restrictions from that at all, the session variables run great!
    > >
    > > Neither app is setup as an Application within IIS, they are just sub
    > > folders. I tried creating an Application for the first issue, but no
    luck
    > > there.
    > >
    > > Thanks,
    > >
    > > --
    > > David Lozzi
    > > Associated Business & Technology Group
    > > [url]www.associatedbtg.com[/url]
    > >
    > > I should've known that....but I had a brain fart.
    > >
    > >
    >
    >

    David Lozzi Guest

  11. #10

    Default Re: Windows 2000 IIS Session restricted?!

    Well, I could certainly be wrong, as I'm not really an IIS expert, but the
    fact that it works at low application isolation mode makes me wonder if this
    could be a problem with the IWAM account. The password in the IIS metabase
    has to match the password in the Windows user account database, for example.
    I suppose you could use the ADSUTIL.VBS command to obtain the password for
    the IWAM account, and then try logging into Windows as that account name and
    password to see what happens. Or, just reset the password using ADSUTIL.
    The IWAM account also needs permissions to certain files on the hard drive
    as well. If that was the case, enabling file auditing might help you. I
    wonder if you might also see something useful by running the free utilities
    regmon, file mon and process explorer from [url]www.sysinternals.com[/url] while the
    error is happening.

    [url]http://securityadmin.info/faq.htm#iwam[/url]
    [url]http://securityadmin.info/faq.htm#auditing[/url]


    "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > Session("UID") = 10
    > Session("Name") = "John Doe"
    >
    > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > Authentication Mode. When I try to access the site, none of the session
    > variables work. I have to lower the security to Low in Internet Explorer
    for
    > the session variables to run. BUT if I run this same script on my local
    > machine (WinXP Pro sp1) it works fine with whatever security level i have.
    >
    > Also, i have another ASP application loaded on the same server, but this
    one
    > used Windows Authentication Mode. This one has no problems using sessions,
    I
    > get no restrictions from that at all, the session variables run great!
    >
    > Neither app is setup as an Application within IIS, they are just sub
    > folders. I tried creating an Application for the first issue, but no luck
    > there.
    >
    > Thanks,
    >
    > --
    > David Lozzi
    > Associated Business & Technology Group
    > [url]www.associatedbtg.com[/url]
    >
    > I should've known that....but I had a brain fart.
    >
    >

    Karl Levinson [x y] mvp Guest

  12. #11

    Default Re: Windows 2000 IIS Session restricted?!

    Well, I could certainly be wrong, as I'm not really an IIS expert, but the
    fact that it works at low application isolation mode makes me wonder if this
    could be a problem with the IWAM account. The password in the IIS metabase
    has to match the password in the Windows user account database, for example.
    I suppose you could use the ADSUTIL.VBS command to obtain the password for
    the IWAM account, and then try logging into Windows as that account name and
    password to see what happens. Or, just reset the password using ADSUTIL.
    The IWAM account also needs permissions to certain files on the hard drive
    as well. If that was the case, enabling file auditing might help you. I
    wonder if you might also see something useful by running the free utilities
    regmon, file mon and process explorer from [url]www.sysinternals.com[/url] while the
    error is happening.

    [url]http://securityadmin.info/faq.htm#iwam[/url]
    [url]http://securityadmin.info/faq.htm#auditing[/url]


    "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > Session("UID") = 10
    > Session("Name") = "John Doe"
    >
    > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > Authentication Mode. When I try to access the site, none of the session
    > variables work. I have to lower the security to Low in Internet Explorer
    for
    > the session variables to run. BUT if I run this same script on my local
    > machine (WinXP Pro sp1) it works fine with whatever security level i have.
    >
    > Also, i have another ASP application loaded on the same server, but this
    one
    > used Windows Authentication Mode. This one has no problems using sessions,
    I
    > get no restrictions from that at all, the session variables run great!
    >
    > Neither app is setup as an Application within IIS, they are just sub
    > folders. I tried creating an Application for the first issue, but no luck
    > there.
    >
    > Thanks,
    >
    > --
    > David Lozzi
    > Associated Business & Technology Group
    > [url]www.associatedbtg.com[/url]
    >
    > I should've known that....but I had a brain fart.
    >
    >

    Karl Levinson [x y] mvp Guest

  13. #12

    Default Re: Windows 2000 IIS Session restricted?!

    Well, I could certainly be wrong, as I'm not really an IIS expert, but the
    fact that it works at low application isolation mode makes me wonder if this
    could be a problem with the IWAM account. The password in the IIS metabase
    has to match the password in the Windows user account database, for example.
    I suppose you could use the ADSUTIL.VBS command to obtain the password for
    the IWAM account, and then try logging into Windows as that account name and
    password to see what happens. Or, just reset the password using ADSUTIL.
    The IWAM account also needs permissions to certain files on the hard drive
    as well. If that was the case, enabling file auditing might help you. I
    wonder if you might also see something useful by running the free utilities
    regmon, file mon and process explorer from [url]www.sysinternals.com[/url] while the
    error is happening.

    [url]http://securityadmin.info/faq.htm#iwam[/url]
    [url]http://securityadmin.info/faq.htm#auditing[/url]


    "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > Session("UID") = 10
    > Session("Name") = "John Doe"
    >
    > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > Authentication Mode. When I try to access the site, none of the session
    > variables work. I have to lower the security to Low in Internet Explorer
    for
    > the session variables to run. BUT if I run this same script on my local
    > machine (WinXP Pro sp1) it works fine with whatever security level i have.
    >
    > Also, i have another ASP application loaded on the same server, but this
    one
    > used Windows Authentication Mode. This one has no problems using sessions,
    I
    > get no restrictions from that at all, the session variables run great!
    >
    > Neither app is setup as an Application within IIS, they are just sub
    > folders. I tried creating an Application for the first issue, but no luck
    > there.
    >
    > Thanks,
    >
    > --
    > David Lozzi
    > Associated Business & Technology Group
    > [url]www.associatedbtg.com[/url]
    >
    > I should've known that....but I had a brain fart.
    >
    >

    Karl Levinson [x y] mvp Guest

  14. #13

    Default Re: Windows 2000 IIS Session restricted?!

    Weird, but it works fine now... I think its flakey... I unloaded the app and
    today I reloaded and it worked fine.

    Thanks for your posts

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.
    "Karl Levinson [x y] mvp" <levinson_k@despammed.com> wrote in message
    news:usSm7rGaDHA.2308@TK2MSFTNGP12.phx.gbl...
    > Well, I could certainly be wrong, as I'm not really an IIS expert, but the
    > fact that it works at low application isolation mode makes me wonder if
    this
    > could be a problem with the IWAM account. The password in the IIS
    metabase
    > has to match the password in the Windows user account database, for
    example.
    > I suppose you could use the ADSUTIL.VBS command to obtain the password for
    > the IWAM account, and then try logging into Windows as that account name
    and
    > password to see what happens. Or, just reset the password using ADSUTIL.
    > The IWAM account also needs permissions to certain files on the hard drive
    > as well. If that was the case, enabling file auditing might help you. I
    > wonder if you might also see something useful by running the free
    utilities
    > regmon, file mon and process explorer from [url]www.sysinternals.com[/url] while the
    > error is happening.
    >
    > [url]http://securityadmin.info/faq.htm#iwam[/url]
    > [url]http://securityadmin.info/faq.htm#auditing[/url]
    >
    >
    > "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    > news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > > Session("UID") = 10
    > > Session("Name") = "John Doe"
    > >
    > > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > > Authentication Mode. When I try to access the site, none of the session
    > > variables work. I have to lower the security to Low in Internet Explorer
    > for
    > > the session variables to run. BUT if I run this same script on my local
    > > machine (WinXP Pro sp1) it works fine with whatever security level i
    have.
    > >
    > > Also, i have another ASP application loaded on the same server, but this
    > one
    > > used Windows Authentication Mode. This one has no problems using
    sessions,
    > I
    > > get no restrictions from that at all, the session variables run great!
    > >
    > > Neither app is setup as an Application within IIS, they are just sub
    > > folders. I tried creating an Application for the first issue, but no
    luck
    > > there.
    > >
    > > Thanks,
    > >
    > > --
    > > David Lozzi
    > > Associated Business & Technology Group
    > > [url]www.associatedbtg.com[/url]
    > >
    > > I should've known that....but I had a brain fart.
    > >
    > >
    >
    >

    David Lozzi Guest

  15. #14

    Default Re: Windows 2000 IIS Session restricted?!

    Weird, but it works fine now... I think its flakey... I unloaded the app and
    today I reloaded and it worked fine.

    Thanks for your posts

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.
    "Karl Levinson [x y] mvp" <levinson_k@despammed.com> wrote in message
    news:usSm7rGaDHA.2308@TK2MSFTNGP12.phx.gbl...
    > Well, I could certainly be wrong, as I'm not really an IIS expert, but the
    > fact that it works at low application isolation mode makes me wonder if
    this
    > could be a problem with the IWAM account. The password in the IIS
    metabase
    > has to match the password in the Windows user account database, for
    example.
    > I suppose you could use the ADSUTIL.VBS command to obtain the password for
    > the IWAM account, and then try logging into Windows as that account name
    and
    > password to see what happens. Or, just reset the password using ADSUTIL.
    > The IWAM account also needs permissions to certain files on the hard drive
    > as well. If that was the case, enabling file auditing might help you. I
    > wonder if you might also see something useful by running the free
    utilities
    > regmon, file mon and process explorer from [url]www.sysinternals.com[/url] while the
    > error is happening.
    >
    > [url]http://securityadmin.info/faq.htm#iwam[/url]
    > [url]http://securityadmin.info/faq.htm#auditing[/url]
    >
    >
    > "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    > news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > > Session("UID") = 10
    > > Session("Name") = "John Doe"
    > >
    > > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > > Authentication Mode. When I try to access the site, none of the session
    > > variables work. I have to lower the security to Low in Internet Explorer
    > for
    > > the session variables to run. BUT if I run this same script on my local
    > > machine (WinXP Pro sp1) it works fine with whatever security level i
    have.
    > >
    > > Also, i have another ASP application loaded on the same server, but this
    > one
    > > used Windows Authentication Mode. This one has no problems using
    sessions,
    > I
    > > get no restrictions from that at all, the session variables run great!
    > >
    > > Neither app is setup as an Application within IIS, they are just sub
    > > folders. I tried creating an Application for the first issue, but no
    luck
    > > there.
    > >
    > > Thanks,
    > >
    > > --
    > > David Lozzi
    > > Associated Business & Technology Group
    > > [url]www.associatedbtg.com[/url]
    > >
    > > I should've known that....but I had a brain fart.
    > >
    > >
    >
    >

    David Lozzi Guest

  16. #15

    Default Re: Windows 2000 IIS Session restricted?!

    Weird, but it works fine now... I think its flakey... I unloaded the app and
    today I reloaded and it worked fine.

    Thanks for your posts

    --
    David Lozzi
    Associated Business & Technology Group
    [url]www.associatedbtg.com[/url]

    I should've known that....but I had a brain fart.
    "Karl Levinson [x y] mvp" <levinson_k@despammed.com> wrote in message
    news:usSm7rGaDHA.2308@TK2MSFTNGP12.phx.gbl...
    > Well, I could certainly be wrong, as I'm not really an IIS expert, but the
    > fact that it works at low application isolation mode makes me wonder if
    this
    > could be a problem with the IWAM account. The password in the IIS
    metabase
    > has to match the password in the Windows user account database, for
    example.
    > I suppose you could use the ADSUTIL.VBS command to obtain the password for
    > the IWAM account, and then try logging into Windows as that account name
    and
    > password to see what happens. Or, just reset the password using ADSUTIL.
    > The IWAM account also needs permissions to certain files on the hard drive
    > as well. If that was the case, enabling file auditing might help you. I
    > wonder if you might also see something useful by running the free
    utilities
    > regmon, file mon and process explorer from [url]www.sysinternals.com[/url] while the
    > error is happening.
    >
    > [url]http://securityadmin.info/faq.htm#iwam[/url]
    > [url]http://securityadmin.info/faq.htm#auditing[/url]
    >
    >
    > "David Lozzi" <dlozzi@associatedbtg.com> wrote in message
    > news:#B85zfAaDHA.2572@TK2MSFTNGP12.phx.gbl...
    > > Session("UID") = 10
    > > Session("Name") = "John Doe"
    > >
    > > I have an ASP application loaded on a Win2k SP3 server in Anonymous
    > > Authentication Mode. When I try to access the site, none of the session
    > > variables work. I have to lower the security to Low in Internet Explorer
    > for
    > > the session variables to run. BUT if I run this same script on my local
    > > machine (WinXP Pro sp1) it works fine with whatever security level i
    have.
    > >
    > > Also, i have another ASP application loaded on the same server, but this
    > one
    > > used Windows Authentication Mode. This one has no problems using
    sessions,
    > I
    > > get no restrictions from that at all, the session variables run great!
    > >
    > > Neither app is setup as an Application within IIS, they are just sub
    > > folders. I tried creating an Application for the first issue, but no
    luck
    > > there.
    > >
    > > Thanks,
    > >
    > > --
    > > David Lozzi
    > > Associated Business & Technology Group
    > > [url]www.associatedbtg.com[/url]
    > >
    > > I should've known that....but I had a brain fart.
    > >
    > >
    >
    >

    David Lozzi 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