all groups > asp.net security > august 2007 > threads for august 15 - 21, 2007
Filter by week: 1 2 3 4 5
Intermittent forms Login failure for IE but not Firefox
Posted by Sky at 8/21/2007 3:16:02 AM
Hi all,
Problem:
A minority of users using an embdedded IE control in a WinForms app cannot
log-in to our secure (HTTPS) website which uses and ASP.Net V2 Forms
authentication. After entering there username and password then pressing
submit, the page refreshes and blanks the form details ... more >>
Export / Import key problem
Posted by Diane Droubay at 8/16/2007 6:04:31 PM
I have encrypted the identity section of my web.config file, using the RSA
provider. The built-in encrypt/decrypt works just fine. The problem is, when
I move the app to another machine.
My web.config provider entry looks like this.
<configProtectedData>
<providers>
<add name="MyPr... more >>
ASPNETDB Problem - Unable to connect to SQL Server database
Posted by ZZ_Scarab at 8/16/2007 5:57:05 PM
Hi,
I tried using the ASP.Net Web Site Administration Tool to setup security for
a web site I'm creating using VS 2005 C#. When clicking on the Security tab,
I get the error message: "Unable to connect to SQL Server database". I then
created the ASPNETDB database with the ASPNET_REGSQL util... more >>
ASPNET Membership w/ unrelated ASP.NET apps
Posted by hfdev at 8/16/2007 5:55:03 PM
Hello,
I am in the process of rewriting my company's Supplier Extranet, Customer
Extranet and Intranet applications.
I am looking at leveraging the ASP.NET 2.0 Membership Provider and possibly
the Profile Provider.
General Requirements:
1) Store/Manage user account information, all cre... more >>
Unable to establish secure connection with the server
Posted by Harry at 8/15/2007 11:28:00 AM
I am trying to open a site through IIS 6.0.
I am using Forms Authentication and Active Directory. Here is the
information from my web.config.
<add name="ADConnectionString"
connectionString="LDAP://10.XX.195.X/ou=ABC,dc=esb-test-aaaa,dc=ggg,dc=eee"/>
<authentication mode="Forms">
... more >>
Session data loss during user logged session
Posted by peprom at 8/15/2007 12:22:02 AM
Hello
I am developing web application, which is a part of IT project. In my web
app Administrators can add end-users of this project. My web app is at the
end of development process (it is on beta tests now) and it is my first
asp.net project.
I am using asp.net 2.0, SqlServer Enterprise a... more >>
Defining Roles, Groups?
Posted by AMP at 8/15/2007 12:12:04 AM
Hi,
I want to use the default SqlMembershipProvider and SqlRolesProvider for an
ASP.NET app. and I want to avoid writing Custom Providers if I can.
The problem I have is how to define the roles in the first place!
We have some standard User roles: Viewer, Author and Editor. But we have
variou... more >>
|