Use this tag for questions about Machine.config, a configuration file used by various incarnations of the .NET Framework. Questions should also be tagged with the appropriate framework, for example [.net].
Questions tagged [machine.config]
121 questions
0
votes
2 answers
Error with ASPNET RoleProvider
I just installed an application on a win2003 server and I'm getting this error:
Line 149:
Line 150:
Line 151:

pgb
- 24,813
- 12
- 83
- 113
0
votes
2 answers
IIS manager does not show machine.config changes
I'm trying to add these lined to machine.config file:
…

AykutCanturk
- 101
- 11
0
votes
1 answer
bindingRedirect in Shell Extension Not Working
I wrote a shell extension that calls Google Drive API v2 to download files. It complains about assembly version, namely it required to have System.Net.Http.Primitives, Version=1.5.0.0, even though there is a bindingRedirect rule already in the…

pangular
- 699
- 7
- 27
0
votes
1 answer
ASP.NET MVC Website first start
Hello i am currently learning ASP.NET MV4 with Visual Studio 2012, i created a new project, not an empty project, an internet application but anytime i try to run it i keep getting an error.
There is no much else i can say about this, i am just now…

Blank EDjok
- 732
- 2
- 14
- 33
0
votes
0 answers
Could not load file or assembly 'MySql.Web, Version=5.2.5.0
I am running a project sent by someone and its giving me this error:
Could not load file or assembly 'MySql.Web, Version=5.2.5.0, Culture=neutral,
PublicKeyToken=c5687fc88969c44d' or one of its dependencies.
The system cannot find the file…

Ehsan Sajjad
- 61,834
- 16
- 105
- 160
0
votes
1 answer
Invalid ViewState error using the ASP.Net 1.1 framework
I understand why I'm getting this error, but am having a problem trying to implement a solution.
The original error was the following:
Viewstate verification failed. Reason. The viewstate supplied failed integrity check.
I have tried overriding the…

sagesky36
- 4,542
- 19
- 82
- 130
0
votes
1 answer
Viewstate verification failed
I know why I'm getting this error and know how to fix it, but need to ask a few questions I couldn't find out by searching the web.
Our application is in a Web Farm and was looking into changing the validationKey from AutoGenerate,IsolateApps to a…

sagesky36
- 4,542
- 19
- 82
- 130
0
votes
1 answer
Modifying machine.config in any way causes "Service Unavailable" browser error for SharePoint 2013 site
I need to add some new entries to machine.config on a machine running SharePoint 2013 (server). However, no matter what change I make, after I have saved the file and restarted IIS (both steps are successful), all SharePoint sites return HTTP Error…

w128
- 4,680
- 7
- 42
- 65
0
votes
1 answer
Store database server name in machine.config file
In web.config we store connection string like:
connectionString="Server=serverName;Database=dbName;Username=xyz;Password=xyz"
But everytime, server name keeps on changing...i mean many times Database is shifted from one server to another. So all…

user1181942
- 1,587
- 7
- 35
- 45
0
votes
0 answers
editing machine.config file
I need to centralize a library location for all applications running on the machine, so I am including the following section in machine.config file. As per the comments, the machine.config should only contain settings that differ from their…

user236215
- 7,278
- 23
- 59
- 87
0
votes
2 answers
Where is the RelayConfigurationInstaller.exe tool in Azure SDK 1.7?
I can't seem to find the Azure Service Bus Relay configuration tool - RelayConfigurationInstaller.exe in the June 2012 SDK release. It used to be trivial to fix the relay configuration errors when the WCF extensions were not properly installed in…

SliverNinja - MSFT
- 31,051
- 11
- 110
- 173
0
votes
3 answers
.NET ConfigurationSettings.AppSettings("TheDB")
I'm looking at a custom built .NET control (vb). It has a public string declared as:
Public Shared strConn As String = ConfigurationSettings.AppSettings("TheDB")
I'm trying to find out what "TheDB" is supposed to be exactly.
I looked the web.config…

user1481183
- 368
- 2
- 7
- 19
0
votes
1 answer
App_Code modules ignore machine.config namespaces
I have a legacy ASP.NET/VB.NET WebSite. There several App_Code modules/code files that use types from common namespaces (such as the "System", etc.) included in the machine.config file.
For some reason, these modules do not recognize the included…

Mikhail
- 9,186
- 4
- 33
- 49
0
votes
1 answer
Does ProcessModel impact WCF Window Services
That could be a stupid question as ProcessModel is only used for IIS (as MSDN described), however, in my load testing, which a BizTalk app calling a windows service hosted WCF, I change the processModel from autoConfig to false, and set the…

Zalan
- 457
- 1
- 6
- 16
-1
votes
1 answer
Access to a file location is denied
Hi, I've installed TFS2010 trial version in my remote machine. While configuring the Application Tier, I am getting an error stated that TFSJobAgent did not start. While I was looking into the Error logs, I found this message.
An error occurred…

S.Siva
- 1,901
- 4
- 17
- 22