What is this page for? I have an entry in the confi开发者_运维问答guration file... do this cause any harm?
Here\'s my web.config customErrors section (you\'ll notice I\'ve switched the mode to \'On\' so I can see the redirect on my localhost):
I\'ve built in C# a dll that accesses the appSettings section from the web.config file in the Inetpub\\wwwroot\\wss\\VirtualDirectories\\80. I do it the way it was described by Microsoft Community her
I am trying to encrypt data in SQL Server via a Symmetric key. When a user submits data through a web form, I would like for the data to be encrypted, using my Symmetric Key that I have saved inside t
I have set up a page to handle errors that occur in a website I work on using web.config. I have used the customErrors section in web.config to do this, as described here
I\'m trying to include some SMTP settings in my ASP.NET MVC project by adding the following to my Web.Config file:
In C# class library, how can I read a connection string stored in my web.config file connection string tag? As in:
I\'ve got three databases for a project of mine.I also have several environments that need to be managed.All developer boxes, a dev machine, and a staging box.So if I have 3 developers and three datab
I have an asp.net 开发者_如何学JAVA web application .I have aweb.config in the root which will take care about the application related settings. as per my web.config,the site will not show any error m
How can we en开发者_Go百科crypt the connection string section in web.config file?To save having to visit external links, in C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319 (for .NET 4 / 4.5)