all groups > asp.net security > august 2007 > threads for august 8 - 14, 2007
Filter by week: 1 2 3 4 5
Problem deploying forms authorization
Posted by HIK at 8/14/2007 12:00:00 AM
I have a forms authentication application in asp.net 2.0 which is
working fine on my development machine. I authenticate the user with a
simple custom routine. I have copied the database to the production
server and have given necessary permissions for the logged on user to
access the da... more >>
Kerberos to NTLM delegation timeout
Posted by Marc Castrechini at 8/13/2007 2:19:35 PM
I apologize if this is available but there is so much on getting delegation
getting to work we aren't coming up with anything.
First off we are using constrained delegation to run a dual server
environment for ASP.NET 2.0 application under IIS 6.0 and SQL Server 2005.
All Windows Server 2k3... more >>
Padding is invalid and cannot be removed.
Posted by Amelyan at 8/12/2007 5:39:57 PM
Why does this happen? How to fix it?
Once in a while I get error in ~/ScriptResource.axd?d=...
System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. --->
System.Security.Cryptography.CryptographicException: Padding is invalid and
cannot be r... more >>
401 with Forms Authentication and Roles
Posted by Chuck P at 8/9/2007 6:20:01 AM
In asp.net 2.0 with forms authentication and roles it appears that if a user
is authenticated but puts in a url where he is not authorized, forms
authentication redirects him to the logon page. Is their a way where if a
user is authenticated but not authorized I could redirect him to a user
... more >>
Help Needed on ASP.Net Deployment
Posted by apondu at 8/8/2007 3:20:59 AM
Hi Friends...
I have a simple query on building the Web Setup project.
When i build my setup, i see that the code behind the .aspx pages (.cs
code pages) are also included. And when i deploy the project i can see
that even those code files are also deployed on the machine and the
code with in... more >>
Roles managemant and sellect from DropDownList problem
Posted by Mike at 8/8/2007 12:00:00 AM
Hi
I am using predefined membership and roles managemant approach
characteristic for framework 2.0
Basic idea is that we select some value from DropDownList which
represents a role and we get all users for selected role.
This works and that is not a problem.
Problem is in DropDownList co... more >>
|