| Thread | Last Post | Replies |
|
| Users login: Nested groups. | 20 Jan 2005 16:17 GMT | 1 |
If anyone could help me... thanks! My problem is this: our application controls the users login with Active Directory. It checks that the user is in the groups we allow, but if one of these groups has a nested group in it,
|
| Unable to create Users using Directory services in Windows 2003 Se | 19 Jan 2005 14:48 GMT | 1 |
I am unable to create new users using directory services in Windows 2003 server. But it is possible to create users with ASP.NET applications in windows 2000. I am getting "Permission Denied" and the "General access denied error "
|
| Kerberos delegation trauma | 19 Jan 2005 14:46 GMT | 3 |
I have a .NET web application (C#) which calls a command line tool (using Process object). This tool in turn invokes another tool on another server by passing that servers IP address as an argument, however, an errors occurs when the tool on my machine tries to access the server ...
|
| ASP "no error" error | 19 Jan 2005 03:59 GMT | 1 |
I have a statement in a asp,like follows?? var str=window.top.main.document.all.contenttext.value; I use IIS5.0 to deploy this asp,then I visit this asp like follows: http://localhost/test/default.asp
|
| Encrypted Data | 19 Jan 2005 00:13 GMT | 5 |
I need to create a sql column with Encrypted Credit Card. Fortunately .Net has a crypto API. Where would be a good place to store the key? Supposedly windows has a crypto store somewhere.
|
| redirecting from another page besides the login page | 18 Jan 2005 22:05 GMT | 1 |
We have forms authentication working on a website. A user is presented the login page where he can login or press a button to go to the Registration page. In the Registration page, he puts in his data and submits it. If
|
| HIGHLY URGENT: Does Passport authentication pass on to web service | 18 Jan 2005 20:52 GMT | 1 |
I have 2 webservers, one running a web application and the other a web service. The web application calls a web method of the web service internally to get some data. This web application is a passport enabled site, hence when the user logs on, it requests the user to log in ...
|
| Connecting to a UNC share from a web application | 18 Jan 2005 19:53 GMT | 12 |
Basically I want to do the following: DirectoryInfo baseDirInfo = new DirectoryInfo(@"\\server2\files"); FileInfo[] aFileInfos = baseDirInfo.GetFiles(); string ss = "";
|
| Impersonation fails when accessing remote files. | 18 Jan 2005 16:59 GMT | 3 |
I am impersonating a user by setting the details in Web.config. I have confirmed that the .aspx page is running as the impersonated user. I then try to access a remote file which requires authentication to view. The log files for the remote server say that user "aspnet" tried to
|
| Windows authentication for web application | 18 Jan 2005 14:55 GMT | 3 |
I want to do authentication based on the windows user accounts for my web application. I want to confirm the windows user account existance from my web application. I am having user name and password in my application.
|
| Problem in Forms Authentication | 18 Jan 2005 14:48 GMT | 1 |
Hi Daniel, Thank u very much for ur reply... but that doesn't work either. My login page's name is "login.aspx" & thats why i hv specified the same in loginurl.
|
| IE to Support LDAP\UPN or just NTLM? | 17 Jan 2005 19:37 GMT | 1 |
Hey all- Working on a new project and need IE to pass the LDAP\UPN instead of NTLM. Anyone know of a way for to make this happen? Anyone know if this will change in IE in the near future? With the big push to go LDAP you would
|
| Sharing Forms Authentication between application and sub-application | 17 Jan 2005 14:44 GMT | 3 |
I'm succesfully using Forms Authentication on a site I'm working on (MyMainApp). In a subfolder of this site, I have a seperate ASP.NET application (MySubApp), i.e. it's running as an application in IIS, although it's
|
| Problem in forms authentication | 17 Jan 2005 14:26 GMT | 1 |
Hi friends, We have an web application which contains several folders & we are trying to implement forms authentication. Login page for the application is residing in root directory.
|
| adding values to the | 17 Jan 2005 11:23 GMT | 1 |
i have a datagrid with 5 columns. for the first 4 columns i do add the values using a arraylist. now i do need to add the values to the 5th column using another arraylist how can i do this ??which is the best easy method to do this?
|