| Thread | Last Post | Replies |
|
| Constrained delegation question! | 29 Jun 2009 11:07 GMT | 9 |
Can I use constrained delegation to alllow my web application to control services on a remote server? At the moment, I have code that when run on my local machine (XP - no double hop) is able to control services on remote servers. However, when I move the web application to an ...
|
| Identify FormsAuthentication Timeout | 26 Jun 2009 08:46 GMT | 17 |
I have a forms authentication website that has a page where users spend a lot of time on. So somebody spends an hour on the page and then presses submit and gets redirected to the logon page. Followed by a redirect back to where they were minus all the data they typed in.
|
| ValidateRequest question | 18 Jun 2009 15:02 GMT | 4 |
I have a question on the ValidateRequest directive at the Page level. I ran into a case where my querystring was filled with some value that contained the '<', '>' symbols. I promptly got this error back from IIS:
|
| Impersonation of an existing user in AD when logged in as admin: Possible? | 17 Jun 2009 23:30 GMT | 2 |
Hi, I was wondering if the following was possible. A user logs in using Forms Authentication which is aithenticated against AD and is set a FormsAuthentication Cookie. If the user is an admin user I would like to be able to impersonate
|
| HRESULT: 0X80070490 with Azman and AD LDS on 2008 server | 12 Jun 2009 21:53 GMT | 11 |
I'm developing a WPF application which is using AzMan as its policy store. The AzMan in configured to work with AD LDS (aka ADAM). The development environment was with 2003 server and everything was fine. The deployment environment has 2008 server and when I'm trying to run the ...
|
| WSE 3.0 / SAML v2.0 - x509v3 | 11 Jun 2009 09:07 GMT | 8 |
I would like to develop active web pages conveying XML information between two servers via WebServices and making use of x509v3 and SAML v2.0. I'm also considering the use of IIS v.6.0 Servers and ASP .NET 2005 as
|
| ASP.NET Role Authorization Override | 09 Jun 2009 17:54 GMT | 4 |
I am having difficulty achieving a result I expected to be very easy with ASP.NET role authorization. I would like to set a site-wide authorization policy where only members of a certain role may access any page in the site, but I would like suspend this authorization policy for ...
|
| System.UnauthorizedAccessException | 09 Jun 2009 13:01 GMT | 5 |
a asp.net web page developed using visual studio 2008 with .net framework 3.5 can not access to a network file \\192.168.1.195\SERVICE\CONDIVISIONI\GENERALE\Its\NTMAIL\Received\i0067758.zip When I debug the application using visual studio on my local machine it
|
| Impersonating using UPN problem | 08 Jun 2009 16:45 GMT | 2 |
I'm having trouble access network resources from an ASP.NET page on Windows Server 2003. I've tried impersonating a user by getting the WindowsIdentity using the UPN constructor. Once I set the app pool identity to have Act as Part of Operating System privilege this seemed to work ...
|
| Enabling Roles Using a Custom Membership Provider | 05 Jun 2009 19:19 GMT | 3 |
I have setup a custom membership provider for an ASP.NET 2.0 application as follows: <connectionStrings> <add name="MyDB" connectionString="Data Source=localhost;
|
| Error occurred while decoding OAEP padding. | 05 Jun 2009 09:08 GMT | 2 |
I am half th way of my problem,,. Please Help I have succesfuly encrypted the text using public key of digital signatures but while decrypting it. i am getting error Error occurred while decoding OAEP padding
|
| Is this a hack | 03 Jun 2009 15:28 GMT | 1 |
I have a asp.net page that I use to sell a calculator http://www.thinkanddone.com/finance/buy-irr-calculator.aspx My stats from host and Google analyitcs been showing hits to this page http://www.thinkanddone.com/finance/buy-irr-calculator.aspx/buy-irr-calculator ...
|
| WCF service, legacy client using Basic authentication? | 02 Jun 2009 20:25 GMT | 1 |
I am trying to develop a WCF service hosted in IIS that will be called by a Windows Mobile client. Because the client is using the Compact Framework, it appears I won't be able to use either WCF or WSE in the client. The web service will require authentication. I am therefore ...
|