all groups > asp.net security > october 2004 > threads for october 29 - 31, 2004
Filter by week: 1 2 3 4 5
Cant write to a file
Posted by damianm NO[at]SPAM webaware.com.au at 10/31/2004 9:50:32 PM
Hi
The following code is what I use to open the file
Dim sw As StreamWriter =
File.AppendText("C:\Inetpub\wwwroot\IView\log\errWebLog.txt")
These are the following permissons I have set:
The ASPNET account set to anonymous login.
The ASPNET account has read/write permissions on the fold... more >>
Help me! How I could make user in active directory
Posted by Sara Rafiee via .NET 247 at 10/31/2004 3:55:00 AM
hello
can anyone help me making user in active directory , I wrote a code, but it could't work, could anyone correct it. thanks in advance.
Sub example()
'Put user code to initialize the page here
'Try
Dim AD As DirectoryEntry = _
New DirectoryEntry("LDAP://m... more >>
Another form of encrytion? "Not SSL"
Posted by Leon at 10/30/2004 11:42:07 AM
How can I encrypted data sent across my website from web forms without using
SSL?
Such as on Login the user enter "EmailAddress" & "Password" and Simply
Registration Form
in which the user creates a Password, FirstName, LastName, etc.
I see site like Careerbuilder and Monster allow user to re... more >>
impersonate problem
Posted by zino at 10/29/2004 2:10:05 PM
Win2000, ASP.Net 1.1
the web application on server (A) read/write to a folder on another server
(B) on same network .
I create 2 similar accounts : on web server (A) and server (B)
with the same username, password ....
NTFS Permissions is assigned .
in the web config file :
impersonation ... more >>
impersonation
Posted by Noël Thoelen at 10/29/2004 10:22:13 AM
I would like to use KERBEROS delegation to access an SQL Server database
from an ASP.NET application.
So, I have set up a website, disabled anonymous access and checked the
windows integrated security.
In the ASP.NET applicatie, the web config file contains
<authentication mode="Windows" ... more >>
creating a user profile for the aspnet user
Posted by Andy Fish at 10/29/2004 9:32:45 AM
Hi,
I have an asp.net web app that needs to invoke MS word. I have given the
ASPNET user the relevant privileges and eveything works fine. However, I
notice I now have "c:\my documents" and "c:\application data" owned by
ASPNET which I presume is because it doesn't have it's own user profil... more >>
|