Questions tagged [applicationpoolidentity]

90 questions
1
vote
1 answer

Application pool fails to start 'invalid identity' Error 1021

I've create an application pool with another user than 'NETWORK SERVICE' and fails to start. In the event viewer I can see something like: Event Type>: Warning Event Source: W3SVC Event Categor: None Event ID: 1021 Description: The identity of…
pocjoc
  • 510
  • 8
  • 19
1
vote
1 answer

Login Failed for user Domain\MachineName$ on IIS 7.5 with an ApplicationPoolIdentity

Actually I was expecting a SqlExcpetion like Login Failed for user IIS AppPool\My AppPool Name exception instead of Domain\MachineName$. I've created an Application Pool that is using Manged Pipeline Mode : Integrated Identity :…
1
vote
1 answer

from web.config to IIS Application Pool Identities

I'm new to IIS/ASP .Net development, my application is using connection string which are declared to my web.config. Now I read/heard that I can use IIS App Pool Identities to use instead of web.config. Here's what I did: I've deleted my connection…
vegetta
  • 13
  • 3
1
vote
0 answers

401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the credentials

401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the credentials that you supplied. Receiving this error message after changing IIS and .NET Authorization Rules to only…
1
vote
0 answers

Tesseract only works when Application Pool Identity in IIS is set to Local System

I have an ASP.NET Web Application which uses Tesseract OCR 4.1.1 When the project is deployed in IIS, the system works perfectly when the application pool identity is set to Local System. However when the applicatioon pool identity is set the Local…
Thorux
  • 197
  • 1
  • 1
  • 11
1
vote
0 answers

IIS application pool - retry after pool identity login fails

Is there a way to force an IIS application pool to continue to retry to start even if its pool identity login failed the first time? Here is the sequence I am seeing: IIS app pool is set to run as valid domain credentials Machine is rebooted IIS…
Mike Marshall
  • 7,788
  • 4
  • 39
  • 63
1
vote
0 answers

IIS log giving 500 error with no description in event viewer

I have my application developed in hybrid technology (asp classic + asp.net). Initially it was hosted on IIS with "Classic" Pipeline mode. I Upgraded Application Pool Pipeline mode from "Classic" to "Integrated" after that unexpected 500 errors…
1
vote
2 answers

How to find all the IP addresses a application uses?

Our company computers have very limited access to Internet, when a application needs connection to internet we usually allow the IP addresses that application needs to connect through firewall. Now I am trying to connect this particular application…
user8543151
  • 11
  • 1
  • 4
1
vote
3 answers

How to get SAML token from Application Pool Identity (for the configured user)?

Is there any way to get SAML token for the Application Pool Identity User (configured user)? when we configure application pool dentity stores config entries (user name & password) in applicationHost.config under %systemroot%\System32\Inetsrv\config…
Akkilz
  • 21
  • 4
1
vote
1 answer

grant IIS APPPOOL wrecked my SQL Server windows authentication

I am pretty sure that following a quick hack to get around a projects permissions with using icacls /grant "IIS APPPOOL\"(CI)(OI)(M) I ran icacls C:\inetpub\wwwroot\mysite\ /grant "IIS…
Tom Stickel
  • 19,633
  • 6
  • 111
  • 113
1
vote
1 answer

Is it (in)secure to give the ApplicationPoolIdentity write access to a folder inside your web application folder?

Recently we implemented a feature which dynamically generates a LESS file in our App_Themes folder. This is done on application start. This requires us to give the @ApplicationPoolIdentity@ write access to the App_Themes folder. Our system…
TweeZz
  • 4,779
  • 5
  • 39
  • 53
1
vote
0 answers

IIS, Under Application Pool Identity HttpWebRequest class does not works

IIS, Under Application Pool Identity HttpWebRequest class does not works. I use DOMAIN NETWORK and PROXY, but when I use Custom Account (with domain\someuser) it is works, Please help someone, how can it works with ApplicationPoolIdentity?
1
vote
0 answers

Using Custom Account as IIS 7.5 App Pool identity. App pool stops

We have a requirement to write a txt file to a remote server path within the same domain. In order to do this the only option that the Clients are Ok with is to use Custom accounts in the App Pool. The application is a VB.NET 4.0 application hosted…
1
vote
1 answer

Retrieve application pool credential

My website is deployed on IIS using an application pool with identity = A. From this website, can I get the credential of A (full userName and passWord)? Please show me the code also. string appPoolAccount =…
Thien Long
  • 339
  • 2
  • 12
1
vote
0 answers

Why can't we assign Localization to ApplicationPoolIdentity

I've been investigating some localization issues with our web application and even though I start to understand the problems and the way to solve them... I still have a couple of questions I failed to find a decent answer to. It would be great of…
Ronald
  • 1,990
  • 6
  • 24
  • 39