| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I'm trying to pull pages from news sites like New York Times and WSJ. (I
have accounts with them.) I wrote a ultility that goes to their home...
RL
|
09-08-2004 11:12 PM
Joe Kaplan \(MVP - ADSI\) | 1 | 18 |
|  | 1. signed assembly with a StrongName
2. Caspol -m -af MyUpdServ.exe
Following Code functioned:
File.Copy(@"\\SERVER01\MyApp\MyApp.exe",...
AT
|
09-08-2004 07:41 PM
AT | 2 | 21 |
|  | I am designing an encryption/decryption solution. I can use the .NET
System.Security.Cryptography for all of my .NET components but there is...
hazz
|
09-08-2004 07:39 PM
AT | 3 | 31 |
|  | How do I use forms authentication when I dont have full trust level
rights.
If I try I get the following error.
In the line that Context.User =...
AT
|
09-08-2004 03:10 PM
AT | 0 | 11 |
|  | I have a page asp that call the webmethod, this make the variable of session
but when the webmethod return the values stored
in webmethod lost.
In...
Juan Irigoyen
|
09-08-2004 02:43 PM
Sunny | 1 | 19 |
|  | Mark,
The class that it can't create is the StrongNameMembershipCondition. You
can only use the "-custom <file>" syntax if the default constructor...
Nicole Calinoiu
|
09-08-2004 02:43 PM
Nicole Calinoiu | 0 | 15 |
|  | Hi Chris,
Sounds like you need ClickOnce, which will be available in .NET 2.0. In the mean time, the best you can do is create a MSI...
AT
|
09-07-2004 07:06 PM
AT | 0 | 13 |
|  | (Type your message here)
--------------------------------
From: David Parry
Hi All,
My scenario is this:
I have a 3 tier application. Client, BLL...
David Parry via .NET 247
|
09-07-2004 11:31 AM
richlm | 4 | 18 |
|  | Hi all, I have an assembly (asssembly1) that exposed some classes. Than I
want that only 2 assemblies (assebmly2 and assembly3) could use assembly1....
Viorel Ghilas
|
09-06-2004 04:18 PM
richlm | 1 | 25 |
|  | Is is possible to get the list of users and roles for a specified machine
through the code ?
Thanks,
Shimon.
Shimon Sim
|
09-06-2004 01:10 AM
Rob Teixeira [MVP] | 1 | 28 |
|  | Hello,
I need to encrypt some information, and that information is in XML format.
Does the fact that the XML has a predictable structure...
Euphilos
|
09-04-2004 02:13 PM
Euphilos | 0 | 39 |
|  | I've posted a similar question in the
microsoft.public.sqlserver.reportingsvcs and
microsoft.public.dotnet.framework.aspnet.security groups. ...
Bradley Plett
|
09-03-2004 01:14 PM
Bradley Plett | 2 | 29 |
|  | in class1 am encrypting an xml string
ct = mCSP.CreateEncryptor(key, IV);
byt = Encoding.UTF8.GetBytes(mstrOriginalString);
ms = new...
hazz
|
09-03-2004 10:42 AM
hazz | 2 | 18 |
|  | You can do this.It worked for me
Use the Anonymus logon and give a windows User account for anonymu
logon in IIS.
Use the same windows User account...
rrakka
|
09-03-2004 06:10 AM
rrakka | 0 | 24 |
|  | Excellent!
That makes perfect sense. Thanks for your input.
Shell
|
09-03-2004 01:48 AM
Shell | 0 | 21 |
|  | Hello,
I would like to know how I can restrict others from accessing the source
code of my application. I was looking at Licensing but that is to...
Divya
|
09-02-2004 04:11 PM
richlm | 2 | 13 |
|  | No, none of my methods have any real code in them. The class simply
contains a constructor and the form merely makes an instance of it.
There *is no...
Shell
|
09-02-2004 08:02 AM
Nicole Calinoiu | 1 | 20 |
|  | Hi,
http://windowsforms.net/articles/Licensing.aspx
Ken
---------------
"Patty O'Dors" <PattyODors (AT) discussions (DOT) microsoft.com>...
Ken Tucker [MVP]
|
09-01-2004 09:00 AM
Toby Herring | 3 | 19 |
|  | Hi,
I'm developing a webapplication. I would like to use forms authentication
instead of integrated windows authentication because i don't like this...
Michael Ulmann
|
09-01-2004 08:54 AM
Michael Ulmann | 0 | 28 |
|  | Paul,
If the user is a member of the built-in Users group, the only additional
privilege it should need is "Debug programs." However, as this is a...
Paul Roberts
|
09-01-2004 07:50 AM
Nicole Calinoiu | 4 | 20 |
|  | How do I get the Certificates stored on my computer ??
I want to use RSACryptoServiceProvider, and my certificates are hashed with
SHA1
I think...
news.microsof.com
|
09-01-2004 07:48 AM
Kim Madsen | 2 | 21 |
|  | I have a page asp that call the webmethod, this make the variable of session
but when the webmethod return the values stored
in webmethod lost.
In...
Juan Irigoyen
|
09-01-2004 07:34 AM
Juan Irigoyen | 0 | 20 |
|  | Nicole,
The exception is thrown when I click the button that tries to construct
the class. The weird thing is that it never even gets to...
Shell
|
09-01-2004 06:50 AM
Nicole Calinoiu | 1 | 23 |
|  | I have looked over the internet and found some code to create an application
domain policy, create a permission set based on "LocalIntranet",...
Jason Collum
|
08-31-2004 03:20 PM
AT | 3 | 30 |
|  | Hi,
I have a problem with the FileIOPermission attribute. Here's my
situation:
I've written a class in whose AssemblyInfo I've added the line
I...
Shell
|
08-31-2004 11:39 AM
Nicole Calinoiu | 1 | 19 |
|  | A few questions:
1. Is the SNIP (StrongNameIdentityPermission) demand/link demand in your
own code?
2. If "yes" to #1, is it a link demand or a...
Nicole Calinoiu
|
08-31-2004 11:33 AM
Nicole Calinoiu | 3 | 18 |
|  | Hi,
Im signing a mail with a digital signature, using CAPICOM to get my
certificate and sign my data, that works fine.
My problem is that when I...
Kim Madsen
|
08-31-2004 05:02 AM
news.microsof.com | 2 | 28 |
|  | Update:
Everything works if I don't sign my assemblies. Currently, they're both
being signed with the same key. If I remove this from both...
Shell
|
08-31-2004 02:29 AM
Shell | 0 | 14 |
|  | Probably the easiest way to edit existing permission sets is to use the .NET Configuration Wizards from your control panel. If you expand...
Nicole Calinoiu
|
08-30-2004 04:46 PM
AT | 4 | 21 |
|  | Alan Brandt via .NET 247 wrote:
-
gautamk
-----------------------------------------------------------------------
Posted via...
gautamks
|
08-30-2004 07:01 AM
Rahul Gade | 1 | 29 |
|  | Have you checked permissions for IUSR_<machine name> ?
-Rahul
"jbothwel" <jbothwel (AT) discussions (DOT) microsoft.com>...
Rahul Gade
|
08-30-2004 06:58 AM
Rahul Gade | 0 | 24 |
|  | I found this article to be a bit disturbing
http://www.developer.com/net/asp/print.php/3318911
Anyone have comments, or know of links out there...
Harold Mackey
|
08-29-2004 12:11 AM
Defender | 2 | 17 |
|  | CAPICOM EnvelopedData is pretty standard:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/seccrypto/security/envelopeddata.asp
You...
Michel Gallant
|
08-28-2004 10:19 AM
Michel Gallant | 0 | 23 |
|  | Attributes derived from SecurityAttribute and CodeAccessSecurityAttribute
are usually used to apply declarative CAS checks for an...
Nicole Calinoiu
|
08-28-2004 09:28 AM
Nicole Calinoiu | 0 | 22 |
|  | What exactly is this "x509certificate refference" that can be removed to
make everything work OK? Also, if there are lines of code that you...
Nicole Calinoiu
|
08-28-2004 09:05 AM
Nicole Calinoiu | 0 | 19 |
|  | Hello. I have a question:
My methods are implementing the <PrincipalPermission> attribute and
checking through role in the identity. I have...
AT
|
08-27-2004 02:55 PM
Nicole Calinoiu | 2 | 31 |
|  | A few questions:
1. Which MSDN article(s) did you use as your source(s)?
2. Are you using the user or machine store? (i.e.: Are you setting...
Nicole Calinoiu
|
08-27-2004 02:19 PM
Nicole Calinoiu | 0 | 27 |
|  | I have an application that stores data in the "All Users\Application
Data" folder. Unfortunately it often sets the security of the created
folder...
Steve Hiner (331841)
|
08-27-2004 09:20 AM
Nicole Calinoiu | 6 | 22 |
|  | I run an application off a network share. Every time I release a new version
of the application, users have to run the Framework wizard and trust...
Greg Smith
|
08-27-2004 09:01 AM
Nicole Calinoiu | 1 | 20 |
|  | You can alter security policy by direct edits of the appropriate .config
files, but you have to stick within the rules and use valid XML. Here's...
Nicole Calinoiu
|
08-27-2004 08:34 AM
Nicole Calinoiu | 0 | 21 |
|  | You can alter security policy by direct edits of the appropriate .config
files, but you have to stick within the rules and use valid XML. Here's...
Nicole Calinoiu
|
08-27-2004 08:29 AM
Nicole Calinoiu | 0 | 24 |
|  | "Novice" <6tc1ATqlinkDOTqueensuDOTca> wrote
This is one way to modify policy.
One may not modify the built-in named permission sets. ...
Nicole Calinoiu
|
08-27-2004 08:00 AM
Nicole Calinoiu | 0 | 19 |
|  | Hi!
I've successfully implemented authorization in an asp.net web application
using Authorization Manager, or AzMan (shipping with Windows Server...
curry
|
08-27-2004 07:55 AM
curry | 0 | 28 |
|  | Your application will have to have UnmanagedCode granted to be able to run
your application. By default only FullTrust and Everything permission...
AT
|
08-26-2004 06:54 PM
AT | 0 | 22 |
|  | I created new group "SomeGroup" on Domain controler.
If I add myself to that group and try following code on my machine
....
WindowsPrincipal wp =...
AT
|
08-26-2004 12:01 PM
Joe Kaplan \(MVP - ADSI\) | 1 | 25 |
|  | Does anyone know how I catch the exception raised
when the securityAction.Demand method fails in the
declarative role-based security example...
AT
|
08-26-2004 10:15 AM
Nicole Calinoiu | 1 | 17 |
|  | When installing our ASP.Net application at a site (Win2K machines), some of
the pages of the application started requiring authentication (poping up...
OG
|
08-26-2004 09:13 AM
Paul Glavich [MVP - ASP.NET] | 1 | 32 |
|  | Good morning
I am trying to write a client program to access, via SSL,
to a certain server.
I am using c# and written a CryptoAPI wrapper to access...
AT
|
08-26-2004 02:42 AM
AT | 0 | 25 |
|  | Hi
We have two virtual directories in which our .NET controls reside. We
host these controls in IE. These controls need full trust permission set....
Sankar Nemani
|
08-25-2004 05:12 PM
AT | 5 | 26 |
|  | Hi all,
I'm currenty using the "integrated windows authentication" settings in IIS
to regulate access to my web site. Once a users' credentials are...
abhidv
|
08-25-2004 05:31 AM
abhidv | 0 | 20 |