Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Permissions Error
nickchan - 4 Aug 2006 6:14 PM - 2 messages
I am able to run my Windows app from a local drive. But I try running it from a mapped drive, I get the following error: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0 ...
Score Add Publisher Name to Published VS2005 Project
abarnes - 4 Aug 2006 3:39 PM - 4 messages
I use Visual Studio 2005 to publish software to clients.  The end result I need is to simply put our business' name in the dialog box when someone installs our software. I have googled this to no end and have not found a solution that works. ...
Score How to programmingly check off "Allow inheritable permissions from
tchu - 4 Aug 2006 10:38 AM - 4 messages
Hi, I am using Microsoft.Win32.Security package(C#) to set the NT security of specified folder/file. My purpose is to protect the content of files under a specified folder from being read by "Users" group members, whereas Users can still list the name of ...
Score Cooecting to SQL server ??
serge calderara - 4 Aug 2006 12:03 AM - 2 messages
Dear all if my conection string is based on Integrated Security, if from my applciation which used windows identification, is there a default log on user that will be used when connecting to SQL ( same as ASp Account when anonimous ...
Score IN which context my web service is running?
serge calderara - 4 Aug 2006 12:01 AM - 2 messages
Dear all, I have an ASP 1.1 application which used either Form or WIndows Identification The aplication is calling a web service to get data from an SQL server database Based on that, if Windows identification is used for my ASP application, in ...
Score single sign on from web to smart client
thatsastounding - 3 Aug 2006 8:01 PM - 5 messages
Hi.  I am looking for a way to implement a single sign on process for going from a web site to a smart client.  The website currently uses forms authentication.  The smart client is on a different website and I ...
Score authentication against adsi/ldap
satyendra - 3 Aug 2006 1:42 PM - 2 messages
Hi, I need to do the following. 1. I have an .aspx on an IIS Server that is not in the domain.It performs queries against the domain controller. 2. User enters his login and password and clicks submit 3. I need to authenticate him for his login, password and then redirect ...
Score Problems accessing the ASPNETDB.MDF file
Fritjolf - 3 Aug 2006 10:05 AM - 10 messages
Hi. I have serious problems trying to authenticate users with the build in functionality in asp.net 2.0. In the process of trying to debug this problem I've made a very simple webtest application. Hardware and software info: ...
Score Hangs indefinitely at first call to object of IWbemServices (In case of dll) WIN 2000
shreshth.luthra - 2 Aug 2006 10:22 AM - 2 messages
Hi All, I am trying to get notification for MSNdis_NotifyAdapterRemoval so that i am notified every time a LAN connection is disabled in my Windows 2000 machine. I found some piece of code in MSDN at: [link] ...
Score Password fields "revealing" problem
csmba - 1 Aug 2006 11:12 PM - 2 messages
Has anyone noticed that even the .NET 2.0 windows forms (not sure ASP) password field is vulnerable to the "password revealing" problem? To be clear, I refer to the fact that it is easy to run a free program that simply ...
Score Access Private Key File From X509 Certificate
drew.eugene - 1 Aug 2006 8:04 PM - 5 messages
Hello- I have a web service that uses a certificate to call another web service.  When we install this web service on a new machine we often get an error message stating the machine does not have access to the ...
Score Can SslStream be set to ignore invalid certificates?
Matthew Sawyer - 1 Aug 2006 5:29 PM - 2 messages
Hi, I have an application that I originally wrote in .NET 1.1 and ported to ..NET 2.0.  It is an instant messaging/presence client based on the XMPP (Jabber) protocol and makes use of SSL in its communications with the server. ...
Score RE: Required permissions cannot be acquired.
squatss - 1 Aug 2006 11:23 AM - 2 messages
Hi Peeps, I have an issue with "Required permissions cannot be acquired" exception. The scenario is as follows: I have a c# console app that sits on our database server.  The console app is to scheduled by a SQL Server DTS Job to run hourly and process ...
Score Simple question on Security model ?
serge calderara - 1 Aug 2006 10:44 AM - 2 messages
Dear all, I ma preparing my next exam for MCSD based on security. At this point I face to a lot of topic based on different secrity model like : - Trust Subsystem Security model - Message-level security model .. What are those model about, what do they mean in paractice ? ...
Score Have a NTAccount, need FileSystem permissions
prilmeie - 1 Aug 2006 12:11 AM - 7 messages
Hi NG, I have just started doing .NET 2.0 and I am a bit curious about the System.Security.Principal and System.Security.AccessControl namespaces and their interaction. I have a simple task: Given a NTAccount object (and a password), tell ...
Score Machine hops - Basic Authentication
siddharthkhare - 31 Jul 2006 10:41 PM - 8 messages
This the error that I get.. " Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection" This is the flow. IE==>ASP.net Web Site (Basic Authentication enabled and impersonation true in web.config) == makes a call to==>Web service on a different machine(NT ...
Score deploying executable to network to be ran in logon script
Tyler - 31 Jul 2006 9:59 PM - 2 messages
I have written a .net app that basically collects a few pieces of information from the computer it was executed on.  (Domain,User,MachineName, etc....)  I would like to deploy this executable to a location on the network and include ...
Score WindowsIdentity.Groups gives no readable name
Ofer Gal - 31 Jul 2006 9:12 PM - 3 messages
IdentityReferenceCollection irc = windowsIdentity.Groups;         foreach (IdentityReference ir in irc) {                         System.Diagnostics.Debug.WriteLine(ir.Value); ...
Score Assigning Strong Name to COM dlls
Usman Jamil - 31 Jul 2006 3:06 PM - 4 messages
Hi I've a dotnet project that has refrences of some COM components written in VC++. I have not been able to assign my dotnet project a strong name because this COM refrence is strongly named. Can someone please tell me that how can ...
Next » 2 3 4 5 6 7 8 9 10