Questions tagged [applicationpoolidentity]

90 questions
0
votes
0 answers

MVC - Run different areas under different application pools

I need to run different areas in the code under different appPools. I tried converting the admin area (MVC C#) to application and assign a different appPool but the binaries still run's under to main appPool. Is there other way to do it? I thought…
Tal
  • 131
  • 1
  • 10
0
votes
1 answer

IIS showing default page when website stopped intead of sending 404 error when behind load balancer F5

On dev server when I take website down , I am getting 404 on browsing web site. After promoting application to Stage or PAT server (which is equivalent to PROD env) F5 fail over is failing because when website is made down (stopped) F5 is not…
KKG
  • 445
  • 1
  • 6
  • 11
0
votes
1 answer

Application Pool Identity Windows Server 2008R2 Acces is Denied to network shared folder on Windows Server 2003

I have application that is hosted on Windows Server 2008 R2. Application is running under IIS Application Pool Identity. When i try to import some xml file through application to network shared folder (which is on windows server 2003) i have a…
0
votes
1 answer

IIS 8 publish difficulties while browse

I have publish my code in IIS 8 but while browsing it give me only this files list. IIS display only this list while browse: My default application pool: .NET framework version is v2.0 classic but i change it on: .NET framework version v4.0…
0
votes
1 answer

Issue with user permissions on azure web app (ApplicationPool - Identity)

I am trying to programmatically change the ApplicationPool - Identity property of the IIS server where my azure web app is hosted. Why am I doing this? I need to provide X.509 certificate. Implementing this certificate requires some local system…
0
votes
1 answer

changing IIS site physical path credentials to apppool idenity with a script

I have a webserver with many websites on it. They are currently using an administrator account for physical path credentials, which is less than ideal. I have added a user for every single site and set the appropriate permissions etc. I have also…
John
  • 755
  • 1
  • 18
  • 46
0
votes
1 answer

MVC: how to print account trying to login to SQL database when using app pool identity specific account

I can print System.Security.Principal.WindowsIdentity.GetCurrent().Name is @System.Security.Principal.WindowsIdentity.GetCurrent().Name in a razor (.cshtml) file, however, I do not know how to print the app pool or verify that it is indeed…
0
votes
2 answers

Check if file from remote server exists

i have an application which requires access permission to a file on remote server. My app is in Server A, and the file i want to access is in Server B. These 2 servers are in the same domain. I created a virtual directory in Server A for the…
Erdem Gundogdu
  • 277
  • 1
  • 8
  • 21
0
votes
0 answers

ASP.NET IIS APPPOOL Identity Configuration Implications

Suppose we create a new application pool with name as AppPool1. When AppPool1 uses identity as ApplicationPoolidentity, then, ASP.NET code runs using IIS APPPOOL\AppPool1. I would like to know that, what happens if we set the identity of AppPool1…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

IIS hangs from time to time, more oftenly recently

We have a production app (ASP.NET MCV 3) running on IIS 7.5, Windows Server 2008 R2 Enterprise, and my problem is that, from time to time, the application becomes unresponsive. Every request made takes forever and no result is coming back from the…
0
votes
1 answer

AppFabric crash when getting request from IIS website with ApplicationPoolIdentity identity

I deployed a WCF in IIS7. I'm using AppFabric to cache some values. Everything work fine if I use NetWork identity( all items set into cache and get from cache successful). However, when I choose pool identity is ApplicationPoolIdentity, My…
Chinh Phan
  • 1,459
  • 19
  • 22
0
votes
1 answer

Error while sending fax using ASP.net and FAXCOMEXLib as COMException (0x800710D8): Operation failed

I have asp.net application to send FAX using FAXServer using FAXCOMEXLib.dll I am getting COMException (0x800710D8): Operation failed. I know one workaround to set application pool identity. but which user i have to set as application identity that…
Miki Shah
  • 815
  • 9
  • 20
0
votes
2 answers

Stopping iis apppool user from connecting to sql

Using sql 2008, and IIS 7. It seems no matter what I do that IIS uses the apppool to connect to the SQL server. I even fully qualify the username and password in the connection string in the web.config. How do I turn this off!?!?
user222427
0
votes
1 answer

IIS7 Application Pool Setup ApplicationPoolIdentity, NetworkService, or Custom Account

I inherited an application that has connections to 2 SQL Servers (Data Storage) and a SQLExpress DB (Membership Login). It was never successfully deployed so my task is to deploy to IIS 7.5 on Server 2008 R2. Based on what I have read I need to use…
0
votes
1 answer

What could be different in ApplicationPoolIdentity vs Normal User browser surfing?

My web server runs an exe file (3rd party) that captures the screen of a web browser (using the emulator of IE7/IE9). The screen contains java script Extjs control that presents two columns. each column contains an image. 1) when my user runs the…
taminov
  • 591
  • 7
  • 23
1 2 3 4 5
6