Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score what exact registry entries does the installing of a .net windows service create? either with instal
Daniel - 19 Aug 2005 11:47 PM - 2 messages
what exact registry entries does the installing of a .net windows service create? either with installutil or with a deployment project. ...
Score ASP.NET form-based authentication help
Sword - 18 Aug 2005 9:13 PM - 12 messages
I have an ASP.NET application that using form-based authentication. I have a logon page, the user can enter his user name and password – which stored on a remote SQL server, after click the Logon button, if both are correct, the ...
Score Negative numbers in encryption key
Corleen - 18 Aug 2005 7:21 PM - 2 messages
Hello I've written a simple .net 1.1 class that uses the cryptography classes to encrypt/decrypt using DES.  My client just sent me their key which contains negative numbers for example - byte[] keyBytes = {103, -39, -110, 62, -100, ...
Score StreamWriter causes SecurityException when attempting to write to network drive..need help
LordHog - 18 Aug 2005 7:13 PM - 10 messages
Hello all,   I am using C# Express 2005 that parses a log file then generates a report in another file. When I run the application from a network drive it throws a SecurityException when I attempt to create a StreamWriter ...
Score VS2005 - X509 key not loaded correctly for FTPS server authentication ?
Lee Gillie - 18 Aug 2005 3:56 PM - 3 messages
I have written an FTP service in VB.NET. Am attempting to add SSL authentication. I believe it is either not doing the handshake correctly, or else it does not like the way I loaded the server certificate.  Let me ...
Score Does preJIT protect the assemblies?
chjossi@gmx.ch - 18 Aug 2005 1:10 PM - 2 messages
Hi folks I wonder if preJITed code solves some of the security issues. What about: - Protection of intellectual property (Lutz Röder's .NET Reflector)? - Discovering of hardcoded secrets? - Removal of the StrongNameIdentityPermissionAttributes from the files? Thanks for your time ...
Score fileiopermission error
ahmed khairy - 18 Aug 2005 12:21 PM - 2 messages
I recently developed a web based application however each time i run it frmo my web browser and attempt to write a file to my local machine i get the errror: "Request for the permission of type 'System.security.permissions.FileIOPermission, mscorlib, Version = ...
Score Best Practice for ASP.NET access to SQL Server
Marc Butenko - 17 Aug 2005 10:56 PM - 2 messages
What is the "best practice" for connecting to SQL Server when it is on a different server than IIS? Details on implementation (processes and gotchas) would be appreciated too! Thanks, Marc Butenko mbute***@mt.gov ...
Score Communicating between ASP.NET and SQL Server on separate servers
Marc Butenko - 17 Aug 2005 10:55 PM - 2 messages
I have an ASP.NET (version 1.1) application that needs to read data from a SQL Server 2000 database.  Both IIS and the SQL Server are running Windows 2000.  My first attempt to get this to work was to create mirrored local ASPNET ...
Score Sandboxing AppDomain
krsgoss@gmail.com - 17 Aug 2005 8:54 PM - 14 messages
I am trying to load an untrusted assembly within a separate AppDomain so that I can restrict it's permissions.  I based my AppDomain setup off some blog entries here: [link] ...
Score windows forms UserControl compiled with beta 2 doesn't work with IE
Luis Abreu - 17 Aug 2005 7:09 PM - 4 messages
Hello. I've already placed a similar request on the server control newsgroup ([link] beta 2 forums) and on the win tech OT list. From there i was redirected to here. I'm facing a weird problem while trying to host a windows forms user control ...
Score Forms Authentication - how to proceed when valid login?
Rob R. Ainscough - 17 Aug 2005 4:41 PM - 2 messages
I've got my Forms Authentication setup, but even with a valid login the following code just returns me back to my Login form. My Web.Config <authentication mode="Forms" > <forms name="MyAppName" loginUrl="Secure/Logon.aspx"/> ...
Score CryptGenKey & CryptImportKey slow in certain situations
solidcode - 15 Aug 2005 6:35 PM - 2 messages
I am trying to fix a nasty bug in my CryptoAPI code. The symptoms are that CryptGenKey & CryptImportKey take quite some time (5-10 seconds) to run on some machines, but it works fine on mine and lost of others. ...
Score Strong Name broken?
RyanW - 15 Aug 2005 5:14 PM - 6 messages
We have an app that runs on a network drive that has a Strong Name assigned it it and all dll's.  This app ran flawlessly until a recent windows update was done and it now no longer works.  If i copy all the files to the local ...
Next » 2 3 4 5 6 7 8 9 10