| Thread | Last Post | Replies |
|
| Process.Start in a web service | 09 Nov 2003 14:18 GMT | 1 |
When an ASP.NET app calls Process.Start(), is the resulting process run under the same user as the ASP.NET app? My situation is an ASP.NET app that calls out to an external exe. The external exe uses a DSN entry and ends up getting the error "Microsoft][ODBC
|
| Authentication IIS / ASP.NET - Problem | 08 Nov 2003 23:08 GMT | 1 |
1) I have an intranet . <Directory>Intranet with <Subdirctory>admin and <Subdirctory>database with an accessdatabase (data.mdb)
|
| HELP: Constantly expiring cookie!!! :( | 08 Nov 2003 13:18 GMT | 1 |
I have a login page that creates a cookie. The expiration time (in seconds) is in a string in web.config. The problem is that I have to keep logging in after only a few minutes. Any ideas? Here's portions of my cookie code...
|
| Newbie question How to get a SAM (NT4) profile using System.DirectoryServices | 08 Nov 2003 11:20 GMT | 2 |
I'd like to get a full SAM user's profile, while connecting to my Intranet Site. Authentication mode is set to Windows(Integrated) and i'm actually playing with System.DirectoryServices to query the SAM
|
| ASPNET user and CDO | 08 Nov 2003 08:03 GMT | 1 |
I have a problem in and around the ASPNET user and CDO, my code is as follows using System; using System.Web.Mail;
|
| Out of Process execution and .NET | 08 Nov 2003 00:02 GMT | 7 |
Sorry for the cross-posting but I really need some help here. I posted before but didn't get any responses so I am trying my luck again. I have a fairly simple scenario that is complicated by the ASPNET userid security model and my need to access network file shares.
|
| HttpContext | 07 Nov 2003 09:25 GMT | 2 |
i searched 2days for a solution and maybe someone can help me. I'm programmin' a C# Assemblie and don't know which class I should use for a WebRequest where I can hold the connection like in the InternetExplorer.
|
| Role Based Solution - Help | 07 Nov 2003 08:47 GMT | 2 |
I am trying to decide on the best way to implement a role based security solution for a dotNET website. I am keen to use the Identities, roles and principals provided with dotnet framework, but i am unsure how to implement the following scenario and
|
| Authorization, Authentication in Web.config | 07 Nov 2003 04:00 GMT | 1 |
I am trying to ensure that users can only enter my Web service on a specific Login web page. I've amended Web.config so that authorization and authentication are as follows:
|
| Forms Authentication Cookie via IP Only | 06 Nov 2003 16:56 GMT | 1 |
I have a problem with the forms authentication cookie when accessing my site via http://computername/application, however when I access the site using the IP address in place of the computername the forms authentication cookie works fine. I thought it was related to the client ...
|
| Asp.net SHA256 problem | 05 Nov 2003 13:39 GMT | 1 |
I'm trying to hash a password by using SHA256Managed but it returns wrong hash. for "123123" the SHA256 must return "96cae35ce8a9b0244178bf28e4966c2ce1b8385723a96a6b838858cdd6ca0a1e" but it
|
| How to get integrated credentials from anonymous access | 04 Nov 2003 07:36 GMT | 1 |
I want to allow both anonymous and integrated access to a web service simultaneously. That is, if the calling user can be authenticated on the server, I want the calling user's username. If not, I still want them to be able to access the web service.
|
| Forms authentication in a subfolder problem, please help | 04 Nov 2003 02:27 GMT | 3 |
I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be protected by forms authentication. When I create forms authentication at root level it works but ...
|
| I need help with .bat script | 03 Nov 2003 18:30 GMT | 2 |
Hi, I have no idea how to write .bat scripts, can you help me write one? Here is a pseudo code of what I would like the .bat script do. For intFolder = 1 to 100 For intFileNumber = 1 to 20
|
| Can't get a code group to work | 03 Nov 2003 15:31 GMT | 3 |
I'm trying to use .Net Code Access Security. I've tried to create a code group at the user level (using strong name membership). Every time I run the app that is a member of the group, I get a SecurityException and never even get
|