all groups > asp.net security > october 2006 > threads for october 22 - 28, 2006
Filter by week: 1 2 3 4 5
login control and custom db
Posted by ken s at 10/27/2006 11:16:02 AM
I'm creating an ASP.NET 2.0 web application. I want to use the login
control to validate users using my existing SQL 2005 database (stores
username, password, and role)
The documentation seems to want me to create this new aspnet db and use
roles and memberships.
Can I simply use my own da... more >>
Why encryption failed?
Posted by CAIBird at 10/27/2006 1:48:02 AM
hi,
i'm trying to encrypt a present section in web.config named "system.net"
using following command line:
aspnet_regiis.exe -pef "system.net" C:\site
i get failed everytime i execute it, getting a error"The configuration
section 'system.net' was not found". i'm almost crazy, this secti... more >>
Using login alias in Membership Provider
Posted by Stephen Walch at 10/26/2006 7:30:41 PM
Our user directly allows authentication with "short names". For example,
the user "Joe Cool/Acme" can log in with the user id "jcool".
In implementing an ASP.NET Membership Provider, we can not figure out how to
supply the real user name (used in access control settings, etc.) when users
l... more >>
Enabling Windows Authentication from inside Forms Authentication (ASP.NET 2.0)
Posted by Michael D. Ober at 10/25/2006 2:52:40 PM
I need the ability to bypass the forms authentication login page when the
user requesting the protected page is running on our corporate network and
is also logged into the corporate domain. How do I do this?
Thanks,
Mike Ober.
... more >>
How to resolve "WSE Settings Error" - unable to save policycache f
Posted by John K at 10/25/2006 12:49:01 PM
I receive a "WSE Settings Error" when I click OK on the WSE 3 Settings (i.e.
click "WSE Settings 3.0") I edited the appropriate settings but then I get
the "WSE Settings Error" "Unable to add ...\wsePolicyCache.config to the
project. Check if the file is in the Project directory or try adding... more >>
Access denied errors
Posted by krallabandi NO[at]SPAM gmail.com at 10/25/2006 7:14:45 AM
Do you have any idea about the below errors?
Access to the path
"C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\cumhnc6b.cmdline" is denied.
Access to the path
"C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\fbc8tyiu.cmdline" is denied.
Access to the path
"C:\DOCUME~1\P005715\ASPNET\LOCALS~1\Temp\... more >>
No authentication with Server.Transfer("url")
Posted by Ashok at 10/24/2006 8:28:03 AM
Hi All,
I am using Integrated windows authentication(IWA) on my child virtual
directory(VD) which is beneath the parent Virtual Directory. When i use
Server.Transfer("/Parent VD/Child VD/StartingPage.aspx")
i am getting the error "Error executing child request for
/Parent VD/Child VD/Start... more >>
Can't access web service.
Posted by ad at 10/23/2006 8:47:59 PM
I can use my pc to access any asp.net web page, but can't access web
service.
Is it due to firewall? What setting can block web servcie but not web page?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|