Problems in using application pool of IIS 6.0 with ASP.NET

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

  1. #1

    Default Problems in using application pool of IIS 6.0 with ASP.NET

    Hi Guys,

    Scenario::
    I am using appplication pool identity to connect my database through
    ASP.NET application. the identity is domain identity and i am giving
    as domainname\username and with its password. I am using Windows
    Integrated authentication for my ASP.NET application and application
    pool's identity is part of IIS_WPG users group.

    I am using VS.NET 2003 i.e. .NET framework v1.1.4322.

    Problem::

    Application runs fine when I browse from my computer but it start
    giving username / password pop-ups (NT Authentication Pop-up) when i
    try to browse from another machine.
    I have given proper read/execute permission to application pool
    identity in following folders::
    Temporary ASP.NET Files and ASP.NETClientFiles folders which are
    located in C:\<system root>\Microsoft.NET\Framework\<.NET version>.



    Could anybody guide me here what can I do to resolve this problem.

    Thanks.
    --Shishir
    Shishir Guest

  2. Similar Questions and Discussions

    1. #38111 [Com]: PHP crashes IIS worker process and application pool
      ID: 38111 Comment by: wimvm1 at gmail dot com Reported By: svendavidh at hotmail dot com Status: No Feedback...
    2. SQL / IIS Application Pool Identity
      Hi, I've got an ASP.NET web application which uses Windows security with a SQL Server database. I want to use the application pool identity to...
    3. Impersonate IIS Application Pool Identity
      How do I get an IIS application pool identity, and create a Windows Impersonation Context from it? Troy
    4. Problems after changing Identity Application Pool Settings (sn-yycbk.dll)
      Applies to: W2K3 Server / IIS6 / Default Isolation Mode / ASP.NET 1.1 We wish to run our ASPNET worker process in a domain account so as to use...
    5. ASP Error 0178 and Application Pool Settings
      I have an ASP page in an "alternate" website (e.g. - not the default site) in IIS (Win2k3) which does a simple Server.CreateObject() call. If the...
  3. #2

    Default Re: Problems in using application pool of IIS 6.0 with ASP.NET

    Well, I guess you've already tested this, but is that second computer a member of your domain? If it is, did the user perhaps set the IE security settings to "Always log on manually"?

    HTH,
    Axel Dahmen

    -------------------------------
    "Shishir" <shishuphoto@yahoo.com> schrieb im Newsbeitrag news:9448a539.0307071048.3aa4697b@posting.google.c om...
    > Hi Guys,
    >
    > Scenario::
    > I am using appplication pool identity to connect my database through
    > ASP.NET application. the identity is domain identity and i am giving
    > as domainname\username and with its password. I am using Windows
    > Integrated authentication for my ASP.NET application and application
    > pool's identity is part of IIS_WPG users group.
    >
    > I am using VS.NET 2003 i.e. .NET framework v1.1.4322.
    >
    > Problem::
    >
    > Application runs fine when I browse from my computer but it start
    > giving username / password pop-ups (NT Authentication Pop-up) when i
    > try to browse from another machine.
    > I have given proper read/execute permission to application pool
    > identity in following folders::
    > Temporary ASP.NET Files and ASP.NETClientFiles folders which are
    > located in C:\<system root>\Microsoft.NET\Framework\<.NET version>.
    >
    >
    >
    > Could anybody guide me here what can I do to resolve this problem.
    >
    > Thanks.
    > --Shishir
    Axel Dahmen Guest

  4. #3

    Default Re: Problems in using application pool of IIS 6.0 with ASP.NET

    Thanks for the reply, I have checked it , IE settings are showing
    "Automatically logon only in Intranet zone".

    and it's not the problem with my machine , whenever we try to access
    from different machine it gives problem, btw, machines are in same
    domain.

    Thanks.
    --Shishir



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Shishir a 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