Questions tagged [applicationpoolidentity]
90 questions
0
votes
0 answers
Trouble using gMSA on IIS pool identity
Done various searches and I believe I have everything right, but things still aren't working correctly.
I've installed the gMSA and get a true when running Test-ADServiceAccount. I've added the account to the Log on as a batch job in local security…

Dagnis
- 13
- 4
0
votes
1 answer
Apply Windows authentication on ASP.NET core 2.2 published site without getting chrome Sign in dialog box
Trying to implement windows authentication on my published asp.net core 2.2 application.
Hosting server is Windows server 2016 (IIS).
I would like to use the active directory logged in user account to authenticate the user on my application.
I'm…

Guy E
- 1,775
- 2
- 27
- 55
0
votes
2 answers
How to Upload File using Application Pool identity instead of Logged User Identity- ASP.NET MVC Impersonation
I am working on a ASP.NET MVC Web application. I have situation where i want to upload a file using application pool identity instead of Logged user identity. I want to use app pool identity only while uploading Files. All other places ,I want to…

vmb
- 2,878
- 15
- 60
- 90
0
votes
1 answer
HTTP error 503. service unavailable when trying to run local host
HTTP error 503. service unavailable when trying to run local host.
Default application pool is getting stopped everytime when trying to run local host.
IIS-->Application pools-->Default application pool-->advancedsettings-->Generate process model…

Sreenivas Kalyan
- 7
- 1
- 5
0
votes
1 answer
Authenticate Web App using Application Pool
Can we authenticate an Web Application hosted on ISS with Application Identity instead of Windows Authentication.
The Application will have Windows Authentication disabled and Anonymous enabled and the application should be authenticated as with the…

Kishore Kumar
- 12,675
- 27
- 97
- 154
0
votes
2 answers
Why is my page is not getting currently logged in when reload?
I'm using Angular for my website. Initially once the page is launched, there are no issues and it authenticates perfectly. However, when refreshing the page it can't pull the currently login user anymore. It looks like it doesn't call windows…

Mary Reia Sundi
- 41
- 1
- 7
0
votes
1 answer
For Application Pool Identity, how do you return the logged in user when authentication is both set to anonymous and windows authentication?
I'm new to IIS Deployment. It looks like the application pool identity user will always show as computer name of the user. So if we use domain/username as app pool identity, it will always treat domain/username regardless who is logged in on the…

Mary Reia Sundi
- 41
- 1
- 7
0
votes
1 answer
HttpWebRequest, TLS and application pool service identity
We use HttpWebRequest to make web service calls to a remote server. The call requires a certificate to be loaded from the local machine.
The problem we are running into is if the Application Pool identity is set to NetworkService then the call…

NotMe
- 87,343
- 27
- 171
- 245
0
votes
1 answer
How to get identity (windows user) name for custom application pool in IIS
In IIS on Win Server 2016 Standard, I have created new application pool 'MyApplicationPool' with:
.NET CLR Version: none
Identity: ApplicationPoolIdentity
and configured non default website to use it.
However, when I try to use IIS…

Liero
- 25,216
- 29
- 151
- 297
0
votes
0 answers
Why can’t I still get IIS ApplicationPoolIdentity to write a file to folder?
My ASP-Webpages application needs to write self-generated files to a local folder under its root directory. Everything runs like a charm on- and from my development environment, even to any other given network locations.
The problem is that I can’t…

ferry
- 1
- 2
0
votes
1 answer
Why would my ASP.NET application, running as a domain user, require a restart to use PrincipalContext after an Active Directory issue?
I have a ASP.NET 4.5 application that runs in an application pool with a particular domain user name and password. It's been working fine for months. A few days ago, there was an Active Directory issue whose details remain unknown to me, but my…

tacos_tacos_tacos
- 10,277
- 11
- 73
- 126
0
votes
0 answers
IIS application pool reset - Site performance impact
We have the following issue in our application hosted in IIS.
Our website performance is going drastically down when the concurrent users hit count increased to 100s. (Our application is hosted in the IIS version 8.5)
Server - Windows server…

user2231
- 23
- 8
0
votes
1 answer
IIS Application Pool not starting for SQL Server Master Data Services Website
I have recently installed SQL Server Master Data Services, and as part of the set up, it creates a website through IIS. For this it requires a user name and password for the application pool, which I have given it:
I happen to have system…

user3469285
- 181
- 1
- 1
- 9
0
votes
0 answers
IIS 8.5 Virtual User IIS Apppool\ApplicationName Denied Access to directories
We have a conundrum, and I am at my wits end with this issue. It is the same issue as this IIS_IUSRS and IUSR permissions in IIS8 thread... except the fixes don't work. The only thing that I believe is different is that we are running IIS 8.5 and…

tw0aces
- 1
- 2
0
votes
1 answer
Crystal Reports not working with ApplicationPoolIdentity
I'm facing an issue currently where Crystal Reports are only working with "Local Service" or "Network Service" identities in Application Pool. If I switch to a "Custom Account" or ApplicationPoolIdentity, reports won't work and I'm getting "No…

Nic
- 217
- 2
- 16