all groups > asp.net security > november 2007 > threads for november 1 - 7, 2007
Filter by week: 1 2 3 4 5
Can groups be entered in the authorization tab?
Posted by Randy Galliano at 11/7/2007 10:22:57 AM
Hello,
I put some users in a group in Active Directory who can access an
ASP.NET intra net site internally. When I go to the authorization tab
on the ASP.Net configuration settings, and add the individual users, the
users can get onto the site. When I add the group, of which the users
a... more >>
role/group authorization not recognizing user groups.
Posted by TygerKrash at 11/6/2007 4:35:14 AM
I've seen other posts that seem to have a similar problem but none
with a posted solution, so here goes again..
My application does not allow anonymous access, and integrated windows
authentication is enabled.
In my web config I have the following:
<authentication mode="Windows"/>
<autho... more >>
delegation and multiple host name
Posted by Pom at 11/5/2007 11:57:01 AM
I'am running asp.net 2.0 on a 2003 serveur using a a domain service account
for my application pool. I'm trying to connect to a serveur that have my
webservices. My chalenge is that server have 3 IP address, one for each web
site I need. The web services I try to access will be on the second w... more >>
Cannot set specific authorization to a folder
Posted by Magnus at 11/5/2007 9:13:16 AM
Hi,
I have a web application with the following web.config (I removed area not
regarded to security).
I have a local group called ITCoordinators that I want to give access to the
existing folder Downloads in my root application.
I have no problem to reach the root application, but when tr... more >>
Encrypt connectionstring in web.config
Posted by Arne Garvander at 11/2/2007 2:52:04 PM
If I encrypt the connection string in web.config, would I be able to copy the
web.config file from one server to another. Would the encrypted web.config
decrypt the same on another computer?
--
Arne Garvander
Certified Geek
Professional Data Dude... more >>
forms authentication brings up dialog
Posted by Maximilian at 11/1/2007 11:19:00 AM
I have a very simple site with forms authentication. Everything works
allright when running locally when deploying it on the real server it doesnt.
The thing is I get a dialog prompting me for credentials rather than
redirected me to Login.aspx as it should (and does locally). Why?
And about ... more >>
|