| Thread | Last Post | Replies |
|
| Code Access Security -- Simple but working examples | 30 Oct 2004 03:57 GMT | 1 |
Folks, I'm desperately trying to understand code access security. MSDN and VS.NET help files explains the concepts in details but the code snippets does not help to put the whole picture together.
|
| .net Impersonate with integrated authentication client server problem | 29 Oct 2004 09:16 GMT | 2 |
I build a asp.net web application to update user accounts in Active Directory (AD). This application works fine on my test server when I acces the web application on the server it self and update an user account (using an administrator account).
|
| FORMS AUTH HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 29 Oct 2004 01:47 GMT | 1 |
I'm using forms Auth! Why am i getting the error:-I HAVE DONE EVRYTHING NEEDED! Error authenticating. Error obtaining group names. The specified domain either does not exist or could not be contacted.
|
| Help with forms auth | 29 Oct 2004 01:42 GMT | 1 |
I am using forms Auth on my WEB APP. I am checking the credentials in sql server. When a user request any page other than login.aspx they get the page. Shouldn't they be forwarded first to the Login.aspx? This is a section of my web.config file
|
| Access folder from the network | 28 Oct 2004 16:00 GMT | 1 |
I am keeping all the images out of the webserver. This is in some other system in the network. Can anybody please give me workaround in asp.net, like how to access folder from a remote machine in the same network. Pls give the shortest way to do this. It fails to access folder ...
|
| Client Side Certificates for Web Services? | 28 Oct 2004 09:48 GMT | 3 |
Part 1: I have a simple web service. I would like to protect the web application by only allowing callers that have a client-side certificate installed. How can I do that programmatically? I have no
|
| TO run an Application from Batch file | 27 Oct 2004 17:57 GMT | 4 |
I want to run the batch file from the asp.net web(intranet)application. The batch files works fine if it has some copy or del command, eventhough i could not see the command window. But if the batch file has some application for e.g., Notepad,it seems
|
| Role based Forms Authentication (using Active Directory) | 27 Oct 2004 14:50 GMT | 1 |
Can anybody here kindly forward me a sample of a Role based forms Authentication using Acitve Directory? Thanks alot. P
|
| Selecting | 27 Oct 2004 07:28 GMT | 6 |
I want to read the Elements of the Subject of a client certificate sent to a Web Service via HTTPS. This can be done by the following code segment... [WebMethod] public string echoCert()
|
| Process.GetProcessesByName throws exception | 26 Oct 2004 23:05 GMT | 1 |
We a Web application that has been running for months, but suddenly (i.e. over the weekend) stopped working. To narrow down the problem, I wrote the followng page_load handler in an ASP.Net test application:
|
| Impersonation headache | 26 Oct 2004 18:15 GMT | 6 |
I have been fighting with impersonation for quite sometime now and now matter what I have tried it just won't work. I am trying to get information on two items: 1) I'd like to retrieve a file listing from a directory on our file
|
| Windows authentication and availability | 26 Oct 2004 17:18 GMT | 6 |
We are currently deploying an ASP.Net intranet application to our WAN. The application uses integrated Windows authentication. At present, each time there is a post-back, our code gets the user’s credentials and queries to see whether the user is a member of certain Active ...
|
| Forms Auth and FormsAuthentication.SignOut()Question | 26 Oct 2004 08:53 GMT | 5 |
I'm using Form Auth. I 'm using the FormsAuthentication.SignOut() to sign out But when the user logins in and later logs out using FormsAuthentication.SignOut()
|
| user accounts? | 25 Oct 2004 03:56 GMT | 1 |
How did a user account get on my computer of ASP.net with a password protected accoubt and what do I do with it or how do I deal with it??
|
| user account | 24 Oct 2004 12:57 GMT | 1 |
How did a user account get on my computer.(windows xp) and what or how so I deal with it
|