| Thread | Last Post | Replies |
|
| Custom Basic Authentication | 13 Feb 2004 16:04 GMT | 3 |
Hello all, I want to be able to use Basic Authentication without the need of specific accounts in my server machine. What I want is to be able to get the browser sent user and password, and use that to do custom authentication (checking them with a database, etc.).
|
| Under what context Application events run in Global.asax | 13 Feb 2004 11:58 GMT | 4 |
(I am running .NET Framework 1.1) I have a timer(System.Timers.Timer) running in my Global.asax page. In the timer.elapsed event I am trying to access an object I stored in the Cache.
|
| IDC Admin | 13 Feb 2004 07:24 GMT | 2 |
The security checklist at: http://msdn.microsoft.com/library/default.asp Refers to IDC Admin What is IDC admin? Thanks,
|
| Forms autentication and registration page - some advices | 13 Feb 2004 06:23 GMT | 1 |
I implement forms authentication in my application. So I have a login form. Actually I have two custom Web controls, one to login and one to redirect user to Register page
|
| SQL Authentication from outside domain | 13 Feb 2004 02:11 GMT | 3 |
I've read many articles on this subject, but most seem to be concerned with integrated security. I'm shooting for basic SQL Authentication I have an IIS server on a standalone machine on our network; not part of the domain. My ASP.NET application has a connection string to a
|
| Code Access Security | 12 Feb 2004 15:57 GMT | 3 |
I am developing an ASP.NET application which works as a very restricted identity on IIS6.0 The application will just have communication with DB server (no file system or registery access)
|
| Problems accessing DCOM component | 12 Feb 2004 14:51 GMT | 3 |
I am stuck on a problem of creating an object via DCOM from a webservice component. Code: Dim sl As LogonSrv.SysLogon = CreateObject("LogonSrv.SysLogon", LogonServer) Is there some kind of security involved in accessing DCOM components? If
|
| Forms Authentication on Subdirectories of App | 12 Feb 2004 13:45 GMT | 1 |
I would like to have a directory that is Forms authenticated so that all ASP.NET resources contained within the directory require a logged on user. Per spec, I have to accomplish this through the use of the <location /> element in the web.config file. I have written the code that ...
|
| How can I list all the users in a particular security group with ASP.NET? | 11 Feb 2004 18:50 GMT | 3 |
Does anyone know a way to list all the users in a particular windows security group on a .aspx web page? Thanks in advance!
|
| How to create PDF reports in ASP.NET? | 11 Feb 2004 18:08 GMT | 2 |
I need to create PDF file reports and show it in the browser using data from a dataset in ASP.NET. I tried to use FDF toolkit from Adobe and was successful to get it work with c# but as I don't have the pdf writer
|
| Reg Role BAsed security.. | 11 Feb 2004 17:43 GMT | 11 |
Hi All.. Can any body detail out the basic diff/advatages/disadvantage over acheiving the role based security and the same thing in case of acheived through session.....
|
| User details in authenticated page | 11 Feb 2004 17:15 GMT | 1 |
I implement forms authentication, and once authenticated, I want to display user name in a control. I created a user control, placed on header of every page, and it contains a label control I want to use to display username of currently logged user.
|
| ASP.NET & SSL | 11 Feb 2004 12:01 GMT | 1 |
I have an app in C#/ASP.NET 1.1 on a Win2003 server. Now I'm trying to make it use SSL, so I requested and installed a server certificate to IIS. But now I have some questions:
|
| Generic Web app SSL | 11 Feb 2004 11:59 GMT | 1 |
Company A has a web app product. They sell it to 10 other companies and wish several of the pages to be secure. Once the product is placed on these client's servers, how can the certificate be attached to the software instead of to the client's servers. I realize that the client ...
|
| impersonating windows authenticated user? | 11 Feb 2004 11:57 GMT | 5 |
I have a asp.net web application that i wrote for internal use in my company. The problem i'm having is being able to test the application as other users see it. The security for the asp.net app is Windows Authentication. I'd like to be able to (for testing purposes) impersonate
|