| Thread | Last Post | Replies |
|
| Help With Security Please | 30 Nov 2005 22:45 GMT | 2 |
Hello, I am in the design stages of an ASP.NET application for my company, and I am wondering how I shoudl handle security. Even though this application is going to be internal and only 2-3 users, who will rarely change, they still insist on making it a web application. My
|
| List windows users in a specific role | 29 Nov 2005 22:48 GMT | 1 |
My ASP.NET application is for intranet use, and thus the level of security does not need to be high. The application uses windows authentication and administrators of this application need to get a list of the users that belong to a specific windows
|
| web service security w/ mixed mode auth - seeking advice | 28 Nov 2005 18:44 GMT | 2 |
I'm using the .NET 2.0 platform to created a distributed application with a Winforms client application connecting to a web service layer. I would like the client to be able to pass username/password auth credentials to the web service, which could then be validated against a
|
| problem with thrust policy on web server | 28 Nov 2005 18:33 GMT | 4 |
I have asp.net 1.1 web site with two controls downloaded from internet (obout slide menu and webcharts), which runs fine on the old server. Few days ago my hosting provider sent me on new server with restricted trust policy (medium trust). Since that I cannot configure my
|
| SSL port 443 only for certain pages | 28 Nov 2005 18:04 GMT | 1 |
I've got an asp app that needs to use SSL only for certain pages. Is there a way to shut off port 80 for certain pages (HTTS pages), but have it open for other pages? Can this be done in IIS? OR is this something we can do testing server variables in the asp classic vb script ...
|
| how to Change Membership Settings at runtime and Read From Resourc | 28 Nov 2005 16:05 GMT | 1 |
I want to read Membership setting From Resources like Webconfig and change read setting by program how can I do ? Please help.
|
| Passing user credentials to another server...? | 28 Nov 2005 10:32 GMT | 2 |
Ehlo :) I am having this problem: Server A runs IIS and .NET framework Server B runs Microsoft Media Server
|
| help :Basic Digest vs Windows integrated ??? | 28 Nov 2005 00:50 GMT | 1 |
does anyone can explain me clearling the real different between Windows integrated authentication and Basic Digest ? I know for instance tha Windows authentication is use with a company intranet or Company satelites over the web. No need to ask for password when
|
| Forms Authentication Question | 26 Nov 2005 21:26 GMT | 2 |
I would like to use Forms Authentication on my website but only certain pages need to be authenticated. In other word, users can browse many pages on the site without having to log in but when the access certain pages, they have to be authenticated. Can I use Forms Authentication in
|
| MD5 | 26 Nov 2005 16:29 GMT | 6 |
I have a md5 question. I receive a md5 string created with Message-Digest algorithm and I want to create the same string in my webapplication. I have this values to go on:
|
| forms authentication across multiple web servers | 25 Nov 2005 09:25 GMT | 5 |
I want to provide a single sign on for 2 web applications hosted in different environments. I set the machinekey to the same value in both web.config files (also i set them to the same value in the machine.config files). The <authentication
|
| System.Security.Permissions.FileIOPermission | 25 Nov 2005 09:21 GMT | 3 |
I am getting the following error when trying to read an XML file. Is there some setting in web.config or machine.config that needs to be set? Thanks, - Simon
|
| Forms authentication to secure various static content? | 24 Nov 2005 21:07 GMT | 3 |
Hi there gurus, I’d like to secure both dynamic AND STACIC content (html-files, gif’s, Office documents etc.) using forms authentication. In my ASP.net 2.0 test application forms authentication secures all content
|
| Can I filter a list based on Profile Value | 23 Nov 2005 23:51 GMT | 1 |
I have a listbox that I populate with a list of all users for the application: listUsers.DataSource = Membership.GetAllUsers I would like to have a listbox that is populated by all users in the application that share a certain profile value. something along the lines ...
|
| Single sign-on? | 23 Nov 2005 22:49 GMT | 2 |
This has probably already been asked - and if so - please direct me to the proper thread.. If not: Once a user is logged in via our domain controller and can access the network and authorized shares - how do I configure an ASP.NET 2.0 app
|