| Thread | Last Post | Replies |
|
| SSL, how? | 11 Feb 2004 11:55 GMT | 1 |
How I do to estabilish a SSL connection in my web site? I ?m programming in C#, have Windows 2003 Server with Certificate Services instaled. 1 - How I can generate the Public key and the private Key?
|
| Who's the user? | 11 Feb 2004 11:54 GMT | 2 |
When looking in the user accounts on my computer, I see there is one user called 'ASP.NET' and the account is password protected. Could someone here tell me exactly what this is and how it created a password protected account on my machine? I don't remember anything asking me to ...
|
| Usernametoken requirement in the policy file | 11 Feb 2004 06:29 GMT | 1 |
I have three questions while trying WSSE with .NET web services, and i appreciate your help. 1). I want my web service to be configured to require usernametoken for authentication with a receive policy file. For signing and Encryption i am
|
| How do I get dynamic assigned proxy information ? | 10 Feb 2004 23:42 GMT | 3 |
I'm having problems communicating though a dynamic assigned proxy server. The proxysettings for IE is assigned from a proxy.pac file located on http://localhost/proxy.pac When using IE to communicate to a external webservice with these settings, there are no problems. But when ...
|
| Forms or windows authentication with active directory? | 10 Feb 2004 20:38 GMT | 3 |
Hi, I'm having a hard time deciding (figuring out) how to implement security in my asp.net application. Requirements: - Use active directory as database of users to authenticate against
|
| Custom Windows Authentication Principal? | 10 Feb 2004 15:49 GMT | 2 |
Ok here's the situation, I have several intranet applications at this company that use windows authentication. Now when people open the application I can use the user.identity.name to grab their username. I then use this to query a database that has security
|
| Role based access to photos (jpeg files)? | 10 Feb 2004 15:45 GMT | 3 |
I need to role based access to photo files stored on a Windows Server 2003 based web server. The user should only be given access to certain files stored on the web server provided that some application logic grants access to the files (could be single files in a directory where ...
|
| Web Service Security | 10 Feb 2004 08:51 GMT | 1 |
I have the following web service. I wanted to get some feedback on any recommendantions that I can do to make this web service more secure. As you can see there is some validation, but wanted to know if this should be considered enough. the print_authenticate function tests the ...
|
| Meaning Of Timeout In FOrms Authentication..???? | 10 Feb 2004 08:07 GMT | 3 |
does Timeout deletes automatically the cookie in the clients browser i relied on forms cookie to authenticate the user and had set timeout to i min but even after i1 min
|
| Impersonation with NTLM | 09 Feb 2004 11:35 GMT | 1 |
I want to use impersonation within a second thread of an httpwebrequest. While configuring IIS with basic authentication everything works fine. Changing to Intergrated Windows Authentication the thread (which should return a secure web-page) returns the http status code 401. My web ...
|
| Setting up authorization behavior | 08 Feb 2004 02:01 GMT | 1 |
I have what I thought was a simple requirement, but I've not been able to figure out a solution yet. I am using Forms authentication. If someone navigates to my web address, say, www.foo.com (fictitious), I want them to see an aspx page, such as
|
| Web.config Security | 08 Feb 2004 01:51 GMT | 4 |
I have this problem. I know how to encrypr connections strings or XML files using Aplication Block. I have implemented a Data Protection Provider to encrypt all my configurations files. My problem is that my encryptation key and other personal information is set in my web.config or ...
|
| FormsAuthenticationTicket | 07 Feb 2004 05:23 GMT | 1 |
I've followed the suggestions in MSDN > MSDN Library > .NET Developpment > .NET Securuty > Bulding Secura ASP.BET application article but the cookie is never persistent. Could I have any reference more
|
| Q: User Control & Form Authentication | 07 Feb 2004 05:20 GMT | 3 |
I have a page (home.aspx) and an user control (footer.ascx) which located in different websites. The website that user control located require "form" authentication, whereas the website that home.aspx located did not implement any security.
|
| Saveing data on a client | 06 Feb 2004 18:50 GMT | 1 |
I have heard something about that im am able to create a secure "sandbox storage" on a client with the .net framework? Is this true? If so wich namespaces should i take a look at? Thx en regards
|