How do I avoid the App_Data directory?
(1 messages)
Date: Tue, 10 Jul 2007 15:59:39 +0200
I'm deploying a web app that uses the Membership API. Great stuff. Until
deployment :-(
On my development maching, i run everything from a database registered in
the SQL Server Management Studio. That is, my aspnetdb ...
|
SqlMembershipProvider not working on production server
(3 messages)
Date: Mon, 09 Jul 2007 13:14:53 -0700
I have an application that uses the SqlMembershipProvider and
SqlRoleProvider for security. I have setup my SQL Server database
using aspnet_regsql.exe and configured my application to hit the
correct database. Everything ...
|
User.IsInRole with * wildcard, web.sitemap etc.
(5 messages)
Date: Mon, 9 Jul 2007 18:20:23 +0100
hi,
User.IsInRole method appears not to work with the web.sitemap * 'all roles'
wildcard. is this by design? do i have to handle wildcards manually?
ideally User.IsInRole("*") would return true if the user is in any role ...
|
Setting up ASP.NET Configuration in Visual Studio 2005
(4 messages)
Date: Sun, 8 Jul 2007 18:34:00 -0700
Hi:
I'm having trouble setting this up. I placed the following information in
web.config:
<membership userIsOnlineTimeWindow="20">
<providers>
<add connectionStringName="SqlServices"
enablePasswordRetrieval="false"
...
|
How do I fix this problem
(1 messages)
Date: Sat, 7 Jul 2007 23:44:00 -0700
Hi everybody:
when I make the web.config file to make the authentication and the
autherization for my web site.
the code is as following:
<configuration>
<appSettings/>
<connectionStrings/>
<system ...
|
Role based security with forms authentication
(2 messages)
Date: Sat, 7 Jul 2007 11:46:01 -0700
Can anybody explain these step by step in detail and with code sample
Thanks in advance. ...
|
ASP.NET SQL Server logon permission denied
(5 messages)
Date: Thu, 5 Jul 2007 13:56:11 -0400
I have created a simple ASP.NET application on the intranet, accessible only
to 2 users who will log in as Administrator; the server runs Windows 2000
Advanced Server. Page language is C#. The application accesses a database ...
|
ActiveDirectoryMembershipProvider ( password expiration?)
(2 messages)
Date: Thu, 5 Jul 2007 08:12:02 -0700
Hi,
I'm thinking about using the ActiveDirectoryMembershipProvider for the login
control and I'm wondering if the provider can handle the situation where the
user's password has expired (after 90 days for example) and they ...
|
aspnet local user account rights to c:\windows\temp automatically removed
(2 messages)
Date: Thu, 05 Jul 2007 08:01:33 -0700
I have a client that uses a dot net web app on a windows 2003 server.
Every day they get a dotnet message from the users browser that tells
us that the aspnet user does not have security rigths to c:\windows
\temp
I look ...
|
Cookies expiring when user logs out?
(7 messages)
Date: Thu, 5 Jul 2007 06:18:02 -0700
I'm using forms authentication with my .net 2.0 site.
I'm setting some cookies after the user logs in, and as long
as they stay logged in I can "see" the cookies on subsequent posts.
The problem is that as soon as the user ...
|
|
Trying to retreive data from AD
(2 messages)
Date: Wed, 4 Jul 2007 16:56:19 +0200
Hello,
I'm trying to get data from the AD via our intranet. It works on my local IIS server, but when running on a client I get the following message:
Source Error:
Line 21: ds.DirectoryEntry entry = new ds ...
|
How do delete registered users?
(2 messages)
Date: Wed, 4 Jul 2007 10:59:30 +0800
Greetings,
If the database already uploaded, anyway to delete certain users?
As far as I known, deleting users will affected at least 4 tables, which
is: -
- aspnet_Membership
- aspnet_Profile
- aspnet_Users
...
|
ASPNET account is being disabled remotely
(1 messages)
Date: Tue, 03 Jul 2007 10:36:38 -0700
I have 2 machines that belong to the same (mixed mode) domain.
MACHINE1
...
|
Impersonation and double hop
(4 messages)
Date: Tue, 3 Jul 2007 07:58:41 -0600
Hello,
I need a little advice in figuring out the right solution for a problem that
I am facing. I have a 3 tier application. Client, Web Service middle layer,
and SQL Server. I have been using a trusted account to ...
|
Query on User Authentication aganist ADS
(1 messages)
Date: Mon, 02 Jul 2007 23:51:11 -0700
Hi
I have a query, i have put the code here.
I am using VS 2005, C#.Net.
This is working fine when i am install the Win OS 2003 with ADS, but
after few days it starts entering the exception and gives the message
"
Logon ...
|
Query on User Authentication aganist ADS
(1 messages)
Date: Mon, 02 Jul 2007 23:50:39 -0700
Hi
I have a query, i have put the code here.
I am using VS 2005, C#.Net.
This is working fine when i am install the Win OS 2003 with ADS, but
after few days it starts entering the exception and gives the message
"
Logon ...
|
coding Access Rules
(2 messages)
Date: Sat, 30 Jun 2007 17:05:32 -0700
I've built a basic authentication system using all of the login controls and
a custom screen to manage roles using the Membership, MembershipUser, and
Roles classes. So now I can manage users and roles from the website ...
|
Hot New Free Website for Singles!
(1 messages)
Date: Sat, 30 Jun 2007 11:02:26 -0700
Hi Singles,
We have just opened a great site full of links
that will help you find your mate, a friend or even
a lover. Click away and have fun!
Please tell your friends and family to visit us!
http://www.datingbook ...
|
Eat Cookies and Loss Weight. See How
(1 messages)
Date: Sat, 30 Jun 2007 01:32:09 -0700
Hi Cookers,
Welcome to our new website, cookersworld.com. We
have expanded the content links to ad Summer Weight
Loss Recipes. Lose weight eating cookies and more! Get
into shape for the summer! We have easy to make ...
|
Problem with Login Control
(2 messages)
Date: Fri, 29 Jun 2007 16:12:24 -0400
Hi Guys,
I have setup a SQL 2005 DB with ASP.NET membership tables.
Everything seems to work and I am able to connect to this DB (sitting in
different server) because the WSAT allows me to create users and roles.
However ...
|