| Thread | Last Post | Replies |
|
| web.config section encryption and IIS7 | 30 Jan 2008 16:30 GMT | 1 |
I'm using ASP.NET 2.0 on IIS7. I would like to encrypt some configuration section in the web.config file. However, after doing this, I only have blank pages when accessing the site. There is no error at all.
|
| Strings vs. byte[] | 25 Jan 2008 15:00 GMT | 11 |
Using .NET I did check some of the properties in AD and I see that for some reasons there is a difference in the type of the result value. For example, SearchResult.Properties["operatingsystem"][0] returns a value of type string on my development box under WinXP. The same query
|
| Error Consuming Web Service from WIndows application when WebService is using Custom Service Account ( Create an Application Pool with a Custom Identity) | 22 Jan 2008 21:08 GMT | 1 |
I have a web service in .net 1.5 that I am consuming using windows application. I am running this windows application on Windows XP Pro. Now if we use SQL server Authentication in WebService to connect to database
|
| AD queries. Please, prove me being wrong... | 18 Jan 2008 07:47 GMT | 2 |
I have intranet web app in ASP.NET 2.0. IIS is set to require "Windows Integrated" or "Digest against AD" authentication. ASP.NET auth mode is "Windows", impersonation is set to true. Up to this moment everything works just fine.
|
| AD Search: More data is available, or time limit was exceeded | 17 Jan 2008 22:46 GMT | 3 |
I'm searching in AD for computers (objectClass=computer) in a few domains. The search works just fine in "small" domains with less than 1,000 of computer entries, and failed on domain with more than 4,000 entries. I do receive only first 560 objects and either get a timeout,
|
| Membership.ValidateUser() from Login.OnAuthenticate()? | 16 Jan 2008 17:18 GMT | 2 |
I am using 'System.Web.Security.Membership' & 'System.Web.UI.WebControls.Login' control to implement Forms based authentication. Can I call Membership.ValidateUser() from Login.OnAuthenticate()? I
|
| Trust An assembly with .NET framework 2.0 | 16 Jan 2008 06:01 GMT | 2 |
I have an ASP.NET web application that requires a signed assembly to be downloaded from the server to the client. In prior versions of the .NET framework, I used the .NET Framework configuration wizard to give full trust to this assembly or any other assembly with the same ...
|
| Logout with windows authentication | 15 Jan 2008 14:00 GMT | 2 |
I was trying to reproduce sharepoints "Sign on as another user" feature using windows authentication in asp.net 2.0. But this did not work for me. The browsers seems to keep the information of the first sign in. the
|
| LOGOFF the client browser from Windows authentication | 15 Jan 2008 13:46 GMT | 2 |
Bonjour! I have an application that use the integrated windows authentication from IIS to login against our AD, but some of our users are using station or compurter open to public. When they submit their request I want them to able
|
| Password expiration good practice. | 14 Jan 2008 19:24 GMT | 1 |
In my ASP.NET application I want the password to expires after some time. When a user sign in and his password is expired I automatically send him to the change password page with a message explaining why he is required to change his password.
|
| Secure user name and Password in Web Config | 14 Jan 2008 07:17 GMT | 1 |
I want to be able to securely encrypt a user name and password for a web app. The user name/password is to be used in for authorization to a web service not a db. For security reasons the company wants to encrypt what is in the web config file and be able to move the web app to ...
|
| Using WindowsTokenRoleProvider with Forms Authentication ... | 10 Jan 2008 22:34 GMT | 4 |
Has anybody managed to do this? We have setup forms authentication to validate against AD. We'd like to use AD for roles based authorization. The documentation on ASP.NET leads me to believe WindowsTokenRoleProvider is possible only if I use Integrated Windows Authentication?
|
| Problem establishing SSL connection in code-behind | 10 Jan 2008 03:06 GMT | 32 |
In my web application, I need to establish an SSL connection to a remote web site and authenticate a user using Integrated Windows Authentication. The remote website only allows this authentication method, and it has
|
| searching what groups a user belong from AD but errorThe Kerberos subsystem encountered an error. A service for user protocol request was made | 04 Jan 2008 06:20 GMT | 13 |
I want users to be able to type a user name in a textox and when they hit submit displays groups the user belongs to from the Acive Directory. the getGroupforUser uses the WindowsIdentity and i have a button even
|