| Thread | Last Post | Replies |
|
| Calling CreateProcessWithLogonW | 16 Jul 2004 08:18 GMT | 18 |
Hallo NG, ive posted this before on microsoft.public.dotnet.framework.aspnet but didnt get a response. im stuck with this for a week now. and i think i used every possible resource but didnt get it to work.
|
| Anti-virus API? | 15 Jul 2004 23:44 GMT | 2 |
Our site will allow uploading of files to the server. What technique would I use to check for viruses? Do the anti-virus vendors supply an API? If so, is there a common API they all share?
|
| Utter madness! | 15 Jul 2004 12:35 GMT | 5 |
I think i've been getting my groups mixed up. I've been trying to get my intranet system to authenticate to SQL server (2K) using a trusted connection for some time and have had to wait until we upgraded to Active directory for kerberos to start working (I'm not 100%
|
| ASP.NET and COM registry access denied | 15 Jul 2004 01:38 GMT | 3 |
I've seen many posts on the web about this topic, and I still haven't found an answer that works for me. I have an ASP.NET page written in C# that instantiates a COM object that attempts to access a registry key. The object fails, but it is a third party component and all the
|
| 403 error... | 14 Jul 2004 20:59 GMT | 2 |
I am trying to make a request from a web service to an external site which uses https. I have a certificate (.p12 format) from them. I have performed the following steps: 1. Exported the certificate to DER encoded .CER file.
|
| Forcing Reauthentication for a Webform with NTLM auth..ion | 14 Jul 2004 10:22 GMT | 3 |
please suggest if there is a way (and what is it) to force a web application to "forget" a current user (authenticated with NTLM authentication) and make Internet Explorer show a dialog box prompting for authentication (username/password/domain)? (And then, have this session run ...
|
| Configuring FormsAuthentication from code | 14 Jul 2004 10:09 GMT | 2 |
I have an asp.net application that has more then one login page. Different logon pages are used depending on how the customers have configured the application. We are making use of the FormsAuthentication module to do most of our authentication. I wish to be able to control ...
|
| Start external Process under different user account in ASP.NET??? | 14 Jul 2004 05:08 GMT | 7 |
Does anyone know how to get Process.Start() to use the security context of the user that my ASP.NET app is impersonating? It seems that it is always run as the ASPNET User no matter what I do. I know that I can look into CreateProcessWithLogonW, but I really do not
|
| Private Assemblies & Strong Names?? | 13 Jul 2004 16:08 GMT | 1 |
Hi, I've signed a private assembly with a strong name and have deployed it in a web app's bin directory. Things work fine, yet I recently read you "can't" do this: From: http://msdn.microsoft.com/library/en-us/dnnetsec/html/THCMCh09.asp "private assemblies... This type of assembly ...
|
| A remote service problem | 11 Jul 2004 22:15 GMT | 1 |
This is the problem: I need to construct an UI asp.net web application that will be able to start and stop game servers on a dedicated game server. I came up with an idea to make the server serve asp.net web form application
|
| Application Settings | 09 Jul 2004 21:26 GMT | 2 |
I posted this question in the ASP.NET forum and did not get an answer, so I thought this might be a better place. I am needing to read and write application settings from within my ASP.NET application. My web.config is not an option since I need to be able to write
|
| Best way to secure binary files | 09 Jul 2004 19:01 GMT | 1 |
I've got certain report files on my admin section that i'd like to secure. What is the best method of doing this on the web server? These could be any type of file other than a web form - i.e. pdf, word, excel, ppt, etc. They'll be in their own directory on the server. I am ...
|
| Intranet security | 09 Jul 2004 17:05 GMT | 1 |
Hi. I'm designing an intranet application in a heterogenious MS environment (XP, W2K Server, SQL Server 2K). The perfect security scenario for me is described in the Patterns & Practices guide entitled "Building Secure ASP.NET Applications". In the "Intranet Security" chapter [1] ...
|
| Need help. Having trouble with security on my web service. | 09 Jul 2004 14:35 GMT | 1 |
I am getting an access denied 403 error when I try to access my web service. My IIS setting is set to use only Windows Authentication. The client is calling the web service from a Windows Forms UserControl that is embedded into a web page using the <object> tag. When I call up the ...
|
| How to show a Access Denied Page when User is not in Role? | 09 Jul 2004 14:03 GMT | 1 |
I have Implemented the Forms Based Authentication and manageing Roles on the Directories. If a User is not in Role on some Sub directory of my Web-Application, How can i show the Access Denied Custom Designed Page......
|