| Thread | Last Post | Replies |
|
| 401.1 Error Invalid credentials | 04 Jun 2005 16:06 GMT | 1 |
I set up active directory to host email for an organization. Access to email using OWA works ok. I set up a website that I want to limit access to the hosted organization. I add the <hostedSG> to permissions on the folder containing the website and
|
| How to add new user and put it into a group in windows NT | 03 Jun 2005 19:32 GMT | 1 |
Could you please give me a clue on how can I add a new user and put it into a group using ASP.NET [or maybe using ASP] on Windows NT? Thanks in Advance Mashrur
|
| Problem with machine.config | 03 Jun 2005 19:26 GMT | 1 |
Hello every one: I have a problem: We have applications in a share server but they have changed the machine.config <trust level= "Full" to <trust level="Medium", this does not let me use assembles like a text editor
|
| Help with XP/IIS/ASP.NET configuration | 03 Jun 2005 15:19 GMT | 3 |
I have setup an XP box to run my ASP.NET application. My objective is to run the application on the XP box and have it accessible to the local network for internal use. I've setup the Virtual Directory and added the following users and enabled 'Anonymous Login' and 'Integrate ...
|
| vs 2003 refuses to start IE after single stepping and continue?? | 02 Jun 2005 18:15 GMT | 1 |
I'm having a problem where VS 2003 on an (XP pro sp2 with all sec fixes) can single step local ASP.NET app and then start IE with no problems if I'm logged in as the Administrator. However, I'm trying to work logged in as a non-Admin on this box.
|
| SSL Cert authentication: Need to install client cert? Or can I just upload the cert? | 02 Jun 2005 15:52 GMT | 1 |
Is it necessary to install the client certificate to the "cert repository" and have the private key "buried" deep inside the LocalMachine store? Or, is it common for commercial sites and governmental e-service etc to require users to present their certificate by browsing their ...
|
| Problem decrypting data | 02 Jun 2005 13:52 GMT | 2 |
I'm having a problem with the decryption part of the code below. An exception is generated when creating the CryptoStream for decryption. It's the error "Stream does not support seeking". I can't figure out what's causing the error...
|
| SAML | 01 Jun 2005 18:00 GMT | 6 |
Does Microsoft fully support SAML? One article I read states that Microsoft supports SAML tokens but does not plan to support the SAML protocol. Also, does anyone have any recommended resources (books, websites) to find examples of implementing SAML in .NET.
|
| System.Runtime.InteropServices.COMException in WebPart | 01 Jun 2005 16:20 GMT | 1 |
I too got the same problem accessing the active directory while trying from a webpart in share point portal server. The sample code is as follows... DirectoryEntry entry = new DirectoryEntry("GC://corp.microsoft.com"); DirectorySearcher dSearch = new DirectorySearcher(entry);
|
| using location tag in web.config with custom application pool in I | 01 Jun 2005 14:03 GMT | 1 |
I have a ASP.NET account which uses the ASP.NEt location authorization tag in the web.config to restrict only authenicated users in an AD Group can access the site. This works wonderfully when using the default application pool running with the default NETWORK SERVICE account.
|