Top "Machine.config" questions

Use this tag for questions about Machine.

The remote server returned an error: (407) Proxy Authentication Required

I'm getting this error when I call a web service: "The remote server returned an error: (407) Proxy Authentication Required". I …

c# .net proxy-authentication http-status-code-407 machine.config
Connection Strings for Entity Framework

I want to share same Database information across multiple entities in Silverlight.. but I want the connection string to be …

c# entity-framework machine.config
Adding machineKey to machine.config

I would like to add the machineKey to my machine.config since I am working with programmatic encryption of web.…

asp.net .net encryption web-config machine.config
IIS 7.5 - Change Application Pool Start Mode to Always Running

I have IIS 7.5 and I have installed the Application Initialization Module for it. Now, I am trying to change the …

iis-7.5 machine.config
Unable to modify machine.config file

I want to improve performance of my ASP.NET web application and want to change "processModel" tag in machine.config. …

asp.net iis machine.config
how to set enableVersionHeader to false globally on IIS7

I've got several dozen sites that I wish to lock down running ASP.Net and part of the job is …

asp.net iis-7 header web-config machine.config
The 'DbProviderFactories' section can only appear once per config file

We are receiving this error when calling a WCF .net 4.0 service using entity framework. The 'DbProviderFactories' section can only appear …

wcf iis-7 entity-framework-4 machine.config
machine.config' is denied

My application is running on windows server 2000 and IIS 6. Up until this morning the application was working fine. But now …

.net iis-6 machine.config
machine.config processModel autoConfig="true or false" for Explicit values in .net 4.0

Hi I want to update processModel of my Server's machine.config file. Currently its value is as below: <system.…

c# asp.net webserver iis-8 machine.config