all groups > dotnet security > may 2005 > threads for may 29 - 31, 2005
Filter by week: 1 2 3 4 5
CDO Mail Problem
Posted by Bob at 5/31/2005 2:04:15 PM
I am having a strange problem; I am hoping someone can help me.
I am sending email through my vb.net program using the cdo model with
this code:
Dim objMail As New CDO.Message
' Send the mail
With objMail
.Subject = pSubject
... more >>
Remoting Problem
Posted by Ron L at 5/31/2005 9:11:15 AM
We are working on a distributed VB.Net application which will access a SQL
database located on a known server. Each client will run on the user's
local machine. To implement this, we are trying to use remoting for our
access to the SQL server, with the remoting being via IIS. Since all of o... more >>
User Groups
Posted by Nathan at 5/31/2005 12:55:13 AM
I am attempting for find the groups that a user is associated with but all
the examples I come across don't work. I'm unsure as to whether it is due to
permissions on our network or if I'm constructing the path to use incorrectly.
Below is C# code I found that should list the groups for a gi... more >>
Storing user settings file
Posted by Ron L at 5/31/2005 12:00:00 AM
I have an application we are building that will be used by a number of
different users on shared PCs. I want to be able to store a number of user
settings in a location that is unique for each user, so that one user's
settings do not affect another. Is there a "standard" location to store
... more >>
Isolated Storage Access
Posted by Dirk Ströker at 5/31/2005 12:00:00 AM
Hello,
I have got the following problem:
My application references an assembly of a third party library. A class
implemented in this assembly stores a file in the Isolated Storage.
Unfortunately this class does not implement a method to delete this file.
But this is very important for me.
... more >>
|