all groups > asp.net security > july 2005 > threads for july 1 - 7, 2005
Filter by week: 1 2 3 4 5
Forms authentication
Posted by Ben at 7/7/2005 2:56:01 PM
Hi,
I am currently developing a web site that will use "Forms" authentication. I
am having an issue in which the "Forms" authetication works only one time.
Any other session after that are redirected to the web forms that require
authentication, which results in an error, because the page i... more >>
Forms Authentication Expiration Problem
Posted by Prasad Dannani at 7/7/2005 12:00:00 AM
Hi Techies,
I am using Forms authentication for my asp.net i had given session time out
as 500
and also Forms time out also 500 even though its getting expired soon may be
4 minutes of Idleness its getting expired
see the forms auth configuration below
<authentication mode= "Forms" >
... more >>
authenticating access to files from ASP.NET
Posted by John Challis at 7/6/2005 10:25:05 AM
I want to restrict access to files (on local and remote servers) without
requiring users to log in to my ASP.NET application. The users are on an
intranet, anonymous access is disabled and Integrated Windows Authentication
is enabled.
Now, how can we determine if the current authenticated u... more >>
Connect to database on other computer
Posted by Chris Zopers at 7/6/2005 8:34:17 AM
Hello,
I host an ASP.NET application on a computer and from that computer, I
want to connect to a database on an other computer. When I place the
database on the same computer, everything works just fine, but when I
place the database on the other computer, I can't connect to it. I've
tried j... more >>
File Permissions and Impersonation
Posted by Steve Winter at 7/6/2005 12:00:00 AM
Hi,
We have a number of websites running on an IIS6 server all running under
their own seperate Anonymous Web account and ASP.Net is configured to
Impersonate this account for each site for file system security reasons. The
problem comes however when one client needs to write files to their... more >>
Impersonate Thread with Domain ID in (ASP.NET)
Posted by bvasanth123 NO[at]SPAM rediffmail.com at 7/5/2005 2:51:14 PM
Hi
I am running the ASP.NET web application which is running under domain
id USER1. My OS is XP. I had added the following location tag in
machine.config to make my application run under USER1.
</location>
<location path=3D"Default Web Site/WebApplication1">
<system... more >>
Windows authentication doesn't work: 401.1
Posted by BRG at 7/5/2005 7:05:05 AM
I'm having an issue getting Windows authentication to work on a couple
of machines. The problem is that if I connect to a Windows
authentication protected web page served by my local Windows XP
machine, I get an HTTP 401.1 (Logon Failed) error. No Windows logon
dialog appears at any time. Despit... more >>
How to use SSL
Posted by Edward at 7/5/2005 12:53:01 AM
I'm new on using SSL. I want a webapp with a SSL-connection. Are these the
steps to perform:
- get a SSL certificate
- install it under IIS
- use HTTPS instead of HTTP
Are there no special or other things I have to do in VS.net (C#)?
Thanks in advance.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET 2.0 Membership Provider - SSL alias - shared webapp
Posted by Rich Williams at 7/4/2005 1:18:01 PM
Hi All,
Hope i can explain my problem. I have a single webapp that uses ASP.NET 2.0
Membership . Inside my website setup in IIS i have created an domain alias
that will be secured. The webapp actually runs multiple domains and 1 SSL
domain.
I need to ensure that my users stay logged in ... more >>
Executing EXE
Posted by Yoshitha at 7/4/2005 12:00:00 AM
Hi
I wrote the following code to run the exe file in my web application
System.Diagnostics.Process.Start("E:\Projects\Encrypt-Decrypt\bin\WindowsApp
lication1.exe")
and it is running successfully in windows 2000 professional , but the same
code is not working in windows server 2003.
can... more >>
multiple thread on creating OU via LDAP with AD ?!
Posted by at 7/3/2005 12:00:00 AM
Hi
I have created a class file with a method doing the OU creation task for my
domain, and the application is put on two servers each running a DC as a
backup to each other. Every time when the create OU method is called, the
OU got created with no problem, but there is always another thread be... more >>
problem with impersonate
Posted by Yoshitha at 7/1/2005 12:00:00 AM
Hi
I've to access registry and also get cpu id from the web application.
First i wrote code to get cpuid from web application then i got cpu id.
Next i wrote code to set value into a registry and when ran the application
i got error that access to Registry is denied some thing.
and then what i ... more >>
|