Questions tagged [applicationhost]

69 questions
0
votes
1 answer

Will anything ever use the 64 bit applicationHost.config on windows server 2008 R2?

Will anything ever use the 64 bit applicationHost.config on windows server 2008 R2? Since w3wp is 32 bit, does the 64 bit file even matter? Should I go out of my way to make sure they are kept in sync?
Matt
  • 25,943
  • 66
  • 198
  • 303
0
votes
1 answer

HTTP Error 500.19 and Web Project Properties Window Managed Pipeline Mod Missing

I have this web project, itt starts to throw ERROR (HTTP Error 500.19 - Internal Server Error), and when I check for the View->Properties Window. I found that option (Managed Pipeline Mode) is missing. This application is configured in IIS7 To…
June
  • 974
  • 5
  • 20
  • 34
0
votes
1 answer

Multiple AppDomain with Web-based Management Consoles

I am thinking about a system that is based on plugins. I am going to create my plugins in each AppDomain and talk with them via Name Pipes in WCF. But I also want each of my plugins have some sort of management console in asp.net mvc and one…
tonakai
  • 805
  • 1
  • 7
  • 15
0
votes
1 answer

How can I set up my Web API app to be available over the network?

I can connect to my Web API app from a browser or from another app (such as a Windows Forms app) by going to: http://localhost:28642/api/inventoryitems/GetAll ...but how can I make localhost available to others (on the same network) so that they…
0
votes
0 answers

How to find out if anonymous access is enabled for an IIS application?

I have an ASP.net application hosted on IIS 7.5 and would like to find out within the application if anonymous access is enabled for this app. I thought this would deliver: AnonymousAuthenticationSection section =…
Powerslave
  • 139
  • 1
  • 11
0
votes
1 answer

How can I pull out the values for rewriteMaps and GlobalRules in applicationHost.config with PowerShell?

I am dealing with a large amount of redirects in our applicationHost.config file, basically I want to read the redirect rules and pull out the XML information for the rules so I can get the redirects URLs for review. Since we have a large set of…
MichaelF
  • 487
  • 2
  • 12
  • 31
0
votes
1 answer

IIS Authentication in web.config

In our project, a user can upload documents to a directory. The problem is that a user cannot access those files via the URL. After playing around with permissions in IIS, I was able to download a file by changing the permissions on the file (or…
Jason Kaczmarsky
  • 1,666
  • 1
  • 17
  • 30
0
votes
1 answer

How can I trigger IISExpress to respond to changes in applicationhost.config

I've updated %userprofile%\documents\iisexpress\config\applicationhost.config per the changes on this post: http://ben.onfabrik.com/posts/aspnet-web-api-compression Namely, I've added
CalvinDale
  • 9,005
  • 5
  • 29
  • 38
0
votes
1 answer

Microsoft.Web.Administration.ServerManager can't read config sections containing encrypted passwords in applicationHost.config

I have some sites in IIS7 that are configured to run as domain users (MYDOMAIN\someuser). I'm using the Microsoft.Web.Administration namespace to scan my server configuration, but it's throwing an exception when I hit one of these "impersonator"…
Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197
1 2 3 4
5