Tagged Questions
1
vote
0answers
23 views
Getting error message from WebMethod while keeping Web.Config secure
I have a page that's doing jQuery Ajax calls to a WebMethod in one of my ASPX pages. In some cases, my WebMethod is throwing an exception with an error message. This error message is really important ...
0
votes
0answers
34 views
WCF - web.config to get it to use custom ServiceCredentialsSecurityTokenManager
As part of my end-goal of adding multiple authentication options to our SOAP service (here), I am trying to implement custom ServiceCredentials. MSDN describes this process here, but does not show ...
0
votes
0answers
34 views
How to deny access to remote users only with web.config to specific files.
I have a GoDaddy shared hosting site on a windows server, and I have to deny access to remote users to specific files using web.config. The catch is, these are PHP include files so I need the local ...
0
votes
0answers
27 views
Why is “SSL Settings” feature delegation disabled by default?
I would like to specify SSL flags in application web.config file. Actually, I would like to get something like this:
<configuration>
...
<location path="">
...
4
votes
0answers
99 views
How to set the key size for RSAProtectedConfigurationProvider from the code
My application has a possibility to protect chosen config file. This is done using SectionInformation.ProtectSection method for specified section of loaded Configuration. I'm using standard provider ...
1
vote
1answer
290 views
how can access folder's pages according to roles in c# vs2005 in webconfig
The scenario is :
I am working on role based project in vs2005 and sql server2005.
I defined the role in database and added custom role provider. I have two roles like "admin" and "user". I created ...
0
votes
0answers
75 views
web.config - allow access from docs.google.com on restricted location
I have restricted access to files in a folder to anyone, but authenticated users, by adding this to the web.config:
<system.web>
<authorization>
<deny users="?"/>
...
0
votes
2answers
626 views
SQL Server integrated security without SQL Server Management Studio
I am using integrated security in an ASP.net application, the IIS and SQL Server are both hosted on the same server machine running Windows Server 2008 R2.
Is it possible to allow users to access the ...
1
vote
2answers
102 views
About log4net config
I have debugged the code leaving to us from a vendor for several months. Till today I just find that the log4net configuration still contains vendor's information.
My simple question:
Does the vendor ...
0
votes
2answers
184 views
ASP.NET Security: Deny Anonymous access to login page
I'm looking to deny all anonymous access to my login page and only allow people who are in a certain role to be able to view the page or anything under that directory. Is this possible? I have tried ...
0
votes
2answers
1k views
How to apply security on a folder using web.config file?
I have folder on which i want to apply security like the current user who is using the site, can access that folder but if he is not currently logged in then he cannot see the content of that folder ...
1
vote
3answers
339 views
How can i encrypt a web.config variable in c#
I have to put a password in my web.config and i need to encrypt it and use in my code, is there some tip to how to do this?
Code of my web.config:
<appSettings>
<add key="Password" ...
1
vote
2answers
153 views
Is web.config protected by IIS?
I'm looking for details on web.config (encrypting it is OK).
My question is :
Does IIS natively protect this file (as an exception rule to NEVER deliver it through http whatever the security rights)?
...
8
votes
2answers
2k views
ASP.NET Web.config Inheritance not working for MaxHttpCollectionKeys setting from MS11-100
After updating our systems with the recently released asp.net vulnerability patch ms11-100, we found that some of our pages started failing with the exception "[HttpException (0x80004005): The ...
-1
votes
1answer
411 views
ASP.Net Httpcontext.Current.User shows last user who spawned thread
Very strange issue I'm facing with ASP.Net and Current User.
Using ASP.Net 4.0.
For some reason, HttpContext.Current.User.Identity.Name reports the User Identity as the last person who hit the ...
3
votes
3answers
227 views
Encrypt Connection String in Web.Config - Why?
I know it is possible to encrypt the connection-string stored in the web.config,
And I know you could never be too safe, but since the web.config cannot be viewed or downloaded, why is it needed? in ...
2
votes
1answer
3k views
IIS7 - How to password protect a single folder using a Web.config file?
I have a folder that contains log files. They're not super critical, but I don't want total strangers looking through them. I'd like to put a password on that one folder. The folder and its ...
0
votes
1answer
2k views
ASP.NET MVC 3 AntiForgeryToken and custom MachineKey configuration
We've run into some issues with ASP.NET MVC 3 AntiForgeryToken HTML helper when having a custom configured MachineKey in Web.Config. The error is easy to reproduce if you change your MachineKey to the ...
4
votes
2answers
608 views
location element for web.config security when path is is empty “” and not “.”
I'm using one of the nightly resharper builds and recently I just came across it pointing out this message "Location element is unusued: path is empty" given the following web.config code
...
1
vote
1answer
503 views
CustomBinding for this BasicHttpBinding?
I am having hard time converting a BasicHttpBinding to custom binding. Specifically I need to convert the security element-
<basicHttpBinding>
<binding name="MySecureBasicHttpBinding">
...
2
votes
1answer
614 views
encrypting web.config data for multiple servers
I need to encrypt sections of my web.config file for a client. Most of the references I've seen are to using aspnet_regiis to do the encryption. However, as far as I can see, this needs to happen on ...
1
vote
3answers
543 views
restrict access to doc files asp.net
i have a folder in my asp.net app conatining doc files that can be accessed only (dowwload) by a certain type of connected users(admin account or permitted other accounts)
how can i do ...
0
votes
2answers
95 views
Redacting ASP.net web.config File Contents
Other than database connection strings, by default are there any sensitive values populated in web.config by Visual Studio 2008? What are PublicKeyToken values are these sensitive values? Would it be ...
3
votes
1answer
625 views
Control Website Folder Access using Web.config and session variable?
the following web.config file is placed in a specific sub-folder on a website. It will allow the user John.Doe to access the pages inside the folder but will deny anonymous users
<?xml ...
1
vote
2answers
872 views
Unable to export RSA Key container file
I need to encrypt my web.config file on my dev machine (Windows XP SP-3) and export the RSA Key to my QA machine (Windows Server 2003). I used the following command to encrypt my file.
aspnet_regiis ...
5
votes
1answer
784 views
ASP.Net Web Application Security dont work on IIS 7?
i am facing a wierd problem
i use visual studio 2010, SQL express 2008 on win server 2008
after running the wizard of security (created single user, set permissions like deny anonymous and allow the ...
0
votes
1answer
449 views
web.config secure one file: can you use AD distribution groups?
I have the following in my web.config:
<location path="DeleteJob.aspx">
<system.web>
<authorization>
<allow roles ="MyDomain\PointOne Team"/>
...
2
votes
2answers
2k views
cross domain integrated windows authentication in IIS for ASP.NET intranet website
I built an INTRANET ASP.NET website for which authentication is set to "integrated windows authentication" and in authorization section of web.config, I have specified the AD groups (domain\groupname) ...
2
votes
1answer
747 views
ASP.NET security exception with OpenWebConfiguration on shared host
After moving my web site from my local development environment to a shared host I get:
Security Exception
Description: The application attempted to perform an operation not allowed by
the security ...
1
vote
1answer
2k views
Specific page security on web.config
I have the following on my web.config
<location path = "WebPages/Reports">
<system.web>
<authorization>
<deny roles="DeniedRole1, DeniedRole2"/>
...
0
votes
1answer
241 views
Restricting access to files within a folder to webservice IIS6/7
I am looking for a way to restrict direct access to a certain folder or folders on our website which is hosted in IIS7 in our second dev environment, IIS6 in our first dev environment and IIS6 on ...
2
votes
3answers
533 views
PrincipalPermission vs. web.config for page access controls
I currently have my access permissions in web.config:
<location path="Account">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
...
3
votes
4answers
553 views
Should you encrypt data in the app.config and web.config under this situtation?
I am developing an asp.net mvc 2 web application. My clients will most likely want a copy of my application to be hosted on their servers instead of me hosting it on my server for all clients.
...
2
votes
1answer
2k views
.NET : Set Active Directory security via Web.config only
Our application requires Active Directory for users to access it. Our goal is to split the business logic and the security.
Here is what I try to do but did not succeed yet :
Connect to Active ...
0
votes
2answers
733 views
ASP.NET Custom Errors vs. Compilation debug=“false” and security
I keep reading that an ASP.NET based web site should have custom errors enabled in the web.config because exceptions will show a stack trace.
I may have a faulty memory (currently don't have access ...
1
vote
1answer
221 views
How to test asp.net location folder authorization programmaticly
I have an location element in my web.config like so:
<location path="Admin">
<system.web>
<authorization>
<allow roles="Domain\Development"/>
...
3
votes
3answers
730 views
How to keep multiple connectionString passwords safe, separate, and easy to deploy?
I know there are plenty of questions here already about this topic (I've read through as many as I could find), but I haven't yet been able to figure out how best to satisfy my particular criteria. ...
4
votes
1answer
632 views
Can I encrypt web.config with a custom protection provider who's assembly is not in the GAC?
I have written a custom protected configuration provider for my web.config.
When I try to encrypt my web.config with it I get the following error from aspnet_iisreg
aspnet_regiis.exe -pef ...
3
votes
4answers
563 views
Is web.config more secure than a class?
I was reading a tutorial on ASP.NET and third party API's and it mentioned that the API KEY and SECRET KEY should be stored in the web.config file, for security on production servers, instead of in ...
5
votes
2answers
310 views
Encrypt ApplicationServices ConnectionString
Is there a way where I can set the .NET ApplicationServices connection string in the code behind? Instead of having plain text in my web.config? Or can I just put the encrypted value there and then ...
3
votes
1answer
2k views
Using web.config directory security and extensionless urls
I'd like to use the built in directory security features built into the web.config to restrict access to child pages of a parent page. My structure is as follows:
Members
Members/News
...
1
vote
1answer
70 views
Is it possbile in ASP.NET to deny access to a number of directories using single directive?
Is it possible to deny access not only per directory using directive <location> but a to a number of directories at one time?
Or I have to use every time <location> for each directory?
0
votes
1answer
170 views
mcafee scan comes with Encrypted SSL cookie error
I have this as a vulnerability issue in McAfee scan for my website (ASP.NET with VB.Net, IIS7, SQL Server 2008)-
Missing Secure Attribute in an Encrypted Session (SSL) Cookie.
What do i have to do ...
0
votes
1answer
353 views
web.config authorization and direct method calling
Hey everyone,
I'm using ASP.NET and rely on the web.config file to secure sections of my site. However, is this truly reliable, or is it also a good idea to add an IsAuthenticated check in the ...
3
votes
1answer
4k views
IIS7, web.config to allow only static file handler in directory /uploads of website
If it's possible which I think so, How do I modify my web.config to make a sub directory static -- files inside will only processed as static file, even if its name is "aspx" or something else?
...
1
vote
1answer
800 views
AJAX toolkit and web config security
Hey everyone,
I'm using ASP.NET and the AJAX toolkit and was wondering if there are any security aspects I should be concerned about. I've never used the AJAX toolkit before, and usually from ...
0
votes
3answers
781 views
web.config secure directory with gal group
So, I have the following in the web.config
<authentication mode="Windows"/>
<authorization>
<allow users="domain\johndoe" />
<!--Deny All Others-->
<deny ...
2
votes
2answers
918 views
ASP.NET + IIS6: whitelist users via authorization section in web.config
Consider an IIS6 Application under a web site:
Windows authentication is enabled.
anonymous is off
This is an ASP.NET MVC application with Areas. The root web.config has the authentication and ...
0
votes
2answers
1k views
Should i declare https in web.config?
I think i am missing something in https...
Currently i am using this to redirect the desired page from http to https
If Not Request.IsSecureConnection Then
Dim serverName As String = ...
12
votes
2answers
1k views
Securing ELMAH while yet making it possible to access it via RSS Reader
We use ELMAH error exception logging in our application. I'd like to keep ELMAH secure from regular users while still making it available to administrators/developers of the application.
When you ...
