| Thread | Last Post | Replies |
|
| Security permissions for Win32 LogonUser call. | 31 Mar 2005 19:49 GMT | 4 |
I am running my ASP.NET page under IIS in Windows 2000 Pro. I need to make a call to the Win32 LogonUser function to get a logon token. How can I get security permission to do this while running under the MACHINE account for ASP.NET?
|
| Re-Authenticate users after timeout | 31 Mar 2005 13:25 GMT | 1 |
I'm working on a web application using asp.net, vb.net and SQL 2000. I'm using web form authentication to control the access of the application. I'm trying to force the user to go back to the authentification page after a timeout occurs.
|
| why not SQL Authentication? | 31 Mar 2005 03:24 GMT | 8 |
With Forms authentication and SQL Server, MS recommends creating a User table and storing user names and password hashes to that table. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/S ecNetHT03.aspThey go on proposing a Roles table and so on.I ...
|
| Forms Authentication Ticket Reissue | 30 Mar 2005 17:46 GMT | 1 |
When using Forms Authentication with the SlidingExpiration attribute set to 'true', the authentication ticket is reissued sometime after half of the timeout value specified has elapsed. From the documentation:
|
| redirecting to main page | 30 Mar 2005 17:39 GMT | 3 |
I am working on asp.net application what should I do so that if any user directly types the url other than "mainpage.aspx" of my application, he should be directed to "mainpage.aspx".
|
| Display Windows Login ID on Webpage | 30 Mar 2005 16:36 GMT | 2 |
I want to display the user's Windows Login ID on the webpage designed in ASP.NET using VB.NET. Can someone give some sample code to do this. I am desperately looking high and low for a solution.
|
| Impersonation problem. | 30 Mar 2005 08:10 GMT | 5 |
When I enable impersonation in web.config and show User identity in .aspx page, it is the user IIS authenticates. But when I try to access Sql server, I get an access denied error message. It looks like asp.net does not impersonate it at sql server side. I can impersonate a ...
|
| Web Config Error What may be the problem? | 29 Mar 2005 19:02 GMT | 1 |
I made my first ASP.Net application and deployed it. There came an error on the server: What may be wrong in web.config file , or do I have to put it on to the root of my site.
|
| ASP.NET file security problem | 29 Mar 2005 14:40 GMT | 1 |
Hi I am developing a site with ASP.NET which involves displaying PDf ifles using acrobat activeX control. To avoid a user to directly open a PDF file using the path of the file I am trying to implement security for the files using the article "Protecting Files with ASP.NET " ...
|
| Problem with DirectoryServices Access | 28 Mar 2005 22:54 GMT | 1 |
I have a Win2K server in a DMZ without domain access. My C# ASP.net page can not see the DirectoryServices namespace. I found a KB article on the security issue with this, but I don't have domain accounts to use from the DMZ, and don't want to set the machine.config properties ...
|
| Newbie: NT Authentication | 27 Mar 2005 23:47 GMT | 1 |
I have been charged with building an ASP.NET website at work. Some of the pages (like head count info) need to to be secured. One of the requirements is that the site use NT Authentication for the login form instead of creating new passwords for everyone. My question is how is ...
|
| Form Post via HttpWebRequest | 27 Mar 2005 20:38 GMT | 3 |
I am trying to automatically login to websites after I have used SSO to get the credentials. For my test, I am working with my Yahoo account. The code that I am using is code that many have said works fine. I have done some tweaking to fit my specific needs. The Problem is when ...
|
| Impersonation with Forms Authentication | 26 Mar 2005 15:00 GMT | 1 |
Can anybody help, I’m pretty new to .NET but followed the instructions for the following. How to authenticate against the Active Directory by using forms authentication and Visual Basic .NET
|
| Web forms authentication, should I use it? | 26 Mar 2005 07:23 GMT | 3 |
Hello, people! I’m presently trying to choose an appropriate user authentication solution for online banking system implemented in ASP.NET, and as far as I understood the best practice of what Mcrosoft has to offer (with the
|
| Does not Posts Back the form on ImagebUtton click asp.net | 26 Mar 2005 07:12 GMT | 1 |
I have reinstalled the win 2000 advance server with .net framework and with all the updates from MS site. After when i ran,my already running site, on login page it is not posting back my form to server. I am using ImnageButton to post the entered infromation for simple Form ...
|