System.Net.Cookie vs System.Web.Cookie
Fri, 11 Apr 2008 14:50:01 -0700
Hi,
How to create System.Net.Cookie from System.Web.Cookie?
THanks.
William ...
|
configure SSL
Thu, 10 Apr 2008 18:23:44 -0600
hi, I have a web site with "forms authentication" and all works.
What are the steps to use SSL in my website?
Thanks.
...
|
user authentication by SQL lookup
Thu, 10 Apr 2008 20:54:06 -0300
Hello,
I have a doubt, maybe related with "Best Pratices" and "How to do a securely
SQL Lookup to authenticate a user against a Database".
It's a simple solution, everybody nows how to do, but what's more secure ?
Send the query or SP with the following statement:
"SELECT COUNT(*) FROM tb_users WHERE uid ...
|
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Thu, 10 Apr 2008 12:25:21 -0700
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
|
Intranet app via remote location (Internet)
Thu, 10 Apr 2008 11:14:00 -0700
Hello all. I am developing a 2.0 web site whereby the client wants to give
access to everyone in their company's domain (I assume that means Active
Directory). The site will be accessed from the Internet (outside the
company' intranet). Once logged in, I will grab the authenticated user's
identity and sea ...
|
SqlMembershipProvider deployment to shared hosting
Wed, 9 Apr 2008 15:06:04 -0700
Hi all,
This is a duplicate of my original post. I was unable to get replies because
made a mistake in setting up my profile :( Sorry
This is the scenario:
1.
developed my site in local environment (IIS + SQL Server in my development
domain). My site authentication is Form Authentication using the ...
|
Authentication and Active Directory
Wed, 09 Apr 2008 13:04:20 -0400
When I configure my app for integrated windows security, users are
always challenged by a Windows "Connect to <ServerName>" pop-up, even
though they are already logged into the domain. Furthermore, if they
re-type their credentials, they are still denied access.
Obviously, I would like to authenticate AD u ...
|
|
|
Trace computer name or IP who access intranet ASP.NET application.
Wed, 09 Apr 2008 08:51:51 GMT
I'm trying to trace the client computer name or IP address who
access to my local intranet ASP.NET pages. Is this possible?
What is the easiest way to achieve this?
Thanks in advance.
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-security/200804/1
...
|
where to ask asp.net questions
Mon, 7 Apr 2008 16:25:10 -0400
Not complaining, just looking for info. Can anyone tell me if there's a
better place to ask asp.net questions (especially security issues)? I'm used
to using the SQL, Access, Delphi and other newsgroups that have a LOT more
activity. It's a bummer when you get stuck on something and never get an
answer. I'm wond ...
|
SqlMembershipProvider deployment to shared hosting
Sun, 6 Apr 2008 16:38:00 -0700
Hi all,
This is the scenario:
1.
developed my site in local environment (IIS + SQL Server in my development
domain). My site authentication is Form Authentication using the default
AspNetSql providers:
AspNetSqlMembershipProvider (Membership)
AspNetSqlRoleProvider (Role)
AspNetSqlProvider (Profile)
...
|