The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
32 views

How to set up shared `system.webServer` settings for all sites on an IIS server

I'm setting up a new webserver in our hosting environment. It's a new VM that will only ever be used by us, so I can do what I want with it (within reason). It's running IIS 7 on Windows 2008 R2, ...
0
votes
1answer
25 views

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 ...
0
votes
0answers
14 views

Tools for Identifying machine configuration

Basic Need:- I need to develop a tool to identify the machine configurations More Info:- The main purpose is, before installing our software we want to run this tool on that machine in-order to check ...
-1
votes
0answers
14 views

Debug Diag report states that autoConfig is set to false but it is set to true

We have taken a snapshot memory dump (not a crash event) and used DebugDiag to assess the activity. DebugDiag consistently gives a warning that the "Threadpool autoConfig is set to false", while the ...
0
votes
0answers
117 views

ClickOnce and configuration for a C# application

What and how should I put into an app.config file. The scenario is this, I have created a C# Windows Forms application (.NET 4.0), and it runs fine on the development computer. When I deploy it using ...
0
votes
2answers
36 views

asp.net It is an error to use a section registered as allowDefinition='MachineOnly' beyond machine.config

Hey guys i've been trying to upload my website to a remote server, but i keep getting this error. i have changed every 'allowDefinition' to 'Everywhere' in two machine configs, but i did not help. It ...
0
votes
1answer
343 views

asp.net / MySQL: Access denied for user ''@'localhost' (using password: NO)

I'm a web dev rookie and I'm hoping someone with more experience can help sort this out. I was ambushed by a MySQL upgrade. Background: I have two XP PCs (let's ambitiously call them "web server" ...
0
votes
1answer
94 views

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 ...
1
vote
2answers
109 views

Reading custom machine.config elements using XmlDocument?

In machine.config file there are elements written there by 3rd party software so it looks like this: <configuration> <configSections> ... </configSections> ... ...
1
vote
0answers
34 views

Wanted to number of the Worker Threads in used for my Web Application currently

As per my knowledge, the value of the Worker Threads is controlled using the ProcessModel tag of Machine.Config in one of the two ways: 1. If AutoConfig value is true, then, it will be taking default ...
0
votes
0answers
33 views

Wanted to number of the outgoing connections/requests from my Server currently

As per my knowledge, the value of the number of outgoing connections (I mean external requests to Web Services and/or external XML Files) is managed through a property called MaxConnection in ...
3
votes
1answer
608 views

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 once per config file It is the first app on the server ...
0
votes
0answers
58 views

Viewstate's ValidationKey in asp.net?

When <machineKey decryptionKey="AutoGenerate,IsolateApps" validationKey="AutoGenerate,IsolateApps" ... /> is present , the key ( for validation | encryption) is Autogenerated. I'm not in a web ...
0
votes
0answers
182 views

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 ...
0
votes
2answers
212 views

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 ...
0
votes
0answers
97 views

Getting error “The connection name 'LocalSqlServer' was not found in the applications” after deploying web application on IIS7

I am getting bellow error "The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty" Details: Line 239: <membership> Line 240: ...
0
votes
0answers
86 views

Programmatically adjust membership provider's password complexity rules in machine.config

How can programmatically I change the values of this section of my machine.config, bearing in mind I have four machine.configs (.NET 2, .NET 4, x86 and x64): Example section... <system.web> ...
1
vote
0answers
150 views

.NET using wrong 2.0 machine.config instead of 4.0

I have a .NET web application install on IIS 7.0 Windows Server 2008 R1. I have installed .NET 4.0 on the server and configured an app pool for 4.0 and integrated pipeline. For some reason I am ...
2
votes
0answers
2k views

Visual studio 2012 error. cant find .net data provider

I am currently developing a project in MVC3 Visual Studio 2012. I am connecting to an external database but when I try to add a new controller I get this error. Unable to retrieve metadata for ...
0
votes
3answers
224 views

.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" ...
0
votes
0answers
251 views

In Windows 8 MMC Snap-in developed with .Net 3.5 tries to use .Net 4.0 machine.config

I have an application which has an console and MMC 3.0 Snap-in components. All components developed using .Net Framework 3.5. From these components I access machine.config to read some ...
0
votes
0answers
64 views

machine.config file update crashing the website asp.net

We are using load balancing and have three servers for that. On one of the servers the machine.config file had different machine key then the other two machines. Once we updated the machine key and ...
2
votes
2answers
381 views

ConnectionString management for many projects on one server, should I make my own ConnectionString provider for our code

I have on a single Windows Server about 10 different .NET projects, mostly .NET 4.0 but some .NET 2.0 Some of these projects are asp.net, some are background utilities/services. These projects ...
0
votes
0answers
67 views

Get settings from machine.config in my MSbuild target

I would like to know if it's possible to get a setting from the machine.config in my MSBuild custom target ? This is my custom target : <Target Name="GeosysPublish" DependsOnTargets="Build"> ...
0
votes
0answers
60 views

How to UnInstall Microsoft Enterprise Library 3.1 assembly from our machine?

Anyone of you just tell me how to uninstall Microsoft Enterprise Library 3.1 assemblies from our machine? As soon as possible please.
0
votes
1answer
140 views

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 ...
0
votes
1answer
115 views

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 ...
3
votes
2answers
1k views

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.config connection strings in a web farm scenario. My question is, where do I place the ...
2
votes
0answers
173 views

Multiple versions of same GAC'ed assembly, how to handle custom configurationSection in machine.config

I have an assembly with two different versions (v1 and v2). Both versions of these assemblies have a custom ConfigurationSection. We set portions of this configuration section at the machine.config ...
2
votes
1answer
2k views

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 I'm getting the error below: Configuration Error Description: An error ...
3
votes
1answer
164 views

Unable to override crypto providers in Mono-2.10.8

I am unable to map my crypto provider to a name in the machine.config file. At first glance everything appears in order, am I overlooking something silly? I'm using Mono-2.10.8 <mscorlib> ...
0
votes
1answer
47 views

Assembly Binding Redirection: v4 app using v2 libraries, need to be using v2 redirects

What is the best way to configure my .Net 4 application to use the third party library redirects located in the .Net 2 machine.config other than copying the entries? If copying the entries is the ...
2
votes
1answer
941 views

machine.config appSettings are null

In my machine.config file I have the following <configuration> .... <appSettings> <add key="key" value="value"/> </appSettings> </configuration> I ...
2
votes
1answer
2k views

Opening the machine/base Web.Config (64bit) through code

I am looking to write code to open and edit the base web.config files for a machine (as part of an installer for an HttpModule). the files i want to edit are located commonly at: ...
3
votes
1answer
115 views

ASP.Net Machine.Config Transformations

I am creating a strongly signed class library that contains an ASP.Net HttpModule and HttpHandler. I have created a visual studio setup project for my library that installs the library in the GAC, ...
4
votes
1answer
516 views

How do you modify the machine.config using Inno setup?

How do you modify the machine.config using Inno setup? I have looked at the documentation and searched google and can't find anything so it makes me feel like I'm asking the wrong question or missing ...
3
votes
1answer
174 views

Setting validationKey at server vs. site vs. app level

Our production environment has three load-balanced servers. On each server, there are nine sites in IIS. In each site, there are between 1 and 15 different apps. To maintain proper ...
0
votes
2answers
291 views

aspnet_wp.exe restart automatically

Our web-application is on .net 1.1 and we have some legacy code that hangs-up IIS after every couple of days. I was thinking about modifying machine.config settings to restart aspnet process after ...
0
votes
1answer
560 views

Start 64bit process during 32bit installer to modify 32bit and 64bit .NET machine.config

I have created an ADO.NET data provider that is built using AnyCPU. When referenced directly it works fine on both 64 and 32 bit Windows OS. However, in my installer, I register my DbProviderFactory ...
2
votes
1answer
3k views

Updating .net 4.0 machine.config seems to have no effect

I'm feeling stupid. I've just created my first ASP.net 4.0 site after working my way though over the years from 1.1 upwards. We have several settings at the machine.config level that I need to ...
0
votes
1answer
159 views

Edit machine.config at deployment

I'd like to know what's the best way to add keys in the machine.config file at the application deployment ? We have a series of WinForm apps that will need to use some keys that we wnat to store in ...
5
votes
1answer
1k views

Getting 64 bit version of machine.config

Right now, I'm calling the following line System.Configuration.Configuration cnf = ConfigurationManager.OpenMachineConfiguration(); the result is the following cnf.FilePath == ...
1
vote
2answers
1k views

How do I open the machine.config from .NET v2.0.50727

The application I want to read settings from writes to the section of the machine.config in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG. But when I use the following code: Configuration ...
3
votes
4answers
1k views

Why can't I add this to machine.config

I would like to add this section to my machine.config in exactly the same way many articles and microsoft are suggesting: <configuration> <system.net> ...
1
vote
2answers
2k views

Contention, poor performance, and deadlocks when making Web service requests from ASP.NET

I have recently deployed a web application that makes use of many web service calls. During deveolpment I did not notice any deadlock or contention, but now when the website is live and heavily ...
0
votes
1answer
177 views

How to configure the web page of a web application to be browsed maximized?

I have developed a web project using PowerBuilder V12.0 and it is published in ASP.net web file formats (*.aspx). I have hosted my web project on a web server machine with operating system (Windows ...
1
vote
1answer
1k views

The best way to get a path to machine.config of a different .NET version

Whats the best way to get a path to .net 2.0 machine.config file, if the application is running on .net 4.0? One way would be to do string manipulation and file system access to replace v4.0* with ...
0
votes
1answer
168 views

Converted PowerBuilder to ASP.Net browsing Errors

I had a powerbuilder application which i converted to web application in the format of ASP.Net (aspx) files. after deploying and publishing the converted web application (copy it and add ASP.Net and ...
0
votes
2answers
945 views

Parser Error Message: The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty

I'm currently setting up my website on a new SQL Server 2008 server, however I'm getting the following error: Configuration Error Description: An error occurred during the processing of a ...
1
vote
1answer
86 views

How can I access the underlying libraries that .NET uses for ViewState signing and encryption

I need to thread state through the client, but only for particular get requests (aka links). As such, I don't want to add this state to the client's ViewState, cluttering it up. The state needs to be ...

1 2