Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
6answers
1k views

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 named xyz and have everyone access that connection string from ...
4
votes
1answer
1k views

appSettings not being read from machine.config in Vista

I've recently moved up to Vista x64, and suddenly, my machine.config appSettings block isn't being read by any .NET assemblies. Right after configSections, and before configProtectedData in ...
2
votes
1answer
411 views

ASP.net machine config file

If I put configuration settings (like membership provider) DB Connnection, etc. in the "machine.config", and remove the "web.config" file from my current application, will my application work without ...
2
votes
1answer
1k views

Override machine.config with web.config

I have recently decided to move my connection strings to machine.config as this seems to be by far the most elegant approach for managing multiple environments. However, I would still like to be able ...
1
vote
3answers
8k views

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 get the general idea and I can get the code to work by adding ...
0
votes
3answers
77 views

Weird things with machine.config

I am trying to tune IIS to reduce contention, and following many articles on the .net I am trying to locate this in the file to no result: <system.web> ... <httpRuntime ...
0
votes
1answer
359 views

About Security of machinekey

We have a scenario using asp.net Forms Authentication in a web farm and need to setup identical <machinekey /> sections on each servers .config file. Is it better to store the <machinekey ...
0
votes
1answer
684 views

Changing a value in the machine.config

What is the effect of changing a value in the machine.config file? Will this trigger the equivalent of IISReset on the machine? If not, will a running application immediately pick up new values added ...
0
votes
1answer
2k views

Cannot resolve SQL Server CE provider factory by invariant name

This line of code DbProviderFactory factory = DbProviderFactories.GetFactory("Microsoft.SqlServerCe.Client"); throws this exception System.Configuration.ConfigurationErrorsException: Failed ...
0
votes
2answers
2k views

How do I modify machine.config via an .msi package

I'm trying to create an installer that will deploy a .NET Managed data provider. In order for the data provider to appear as a provider in application drop-downs, I have to add the provider in the ...
0
votes
3answers
2k views

Regional settings IIS6 and ASP.Net 2 - {0:c} returning too many decimals in gridview

I am currently moving my website from an existing web server to a new machine. The new machine is WIN Sever 2003 running IIS6. The site is using ASP.Net 2. I added the following to the ...
0
votes
2answers
261 views

Error with ASPNET RoleProvider

I just installed an application on a win2003 server and I'm getting this error: Line 149: <roleManager> Line 150: <providers> Line 151: <add name="AspNetSqlRoleProvider" ...