| Thread | Last Post | Replies |
|
| Impersonation and Anonymous User | 31 Aug 2008 11:53 GMT | 2 |
I have a web application in which I have to start and stop different services on local machine as well as on network machines. I have used Impersonation to acheive the functionality. The problem I am facing is that I have to turn off the anonymous users account on website but ...
|
| unwanted URL encoding | 27 Aug 2008 16:59 GMT | 2 |
I am writing my first .net app in vs 2008, .net 3.5 and using IIS 6. I am filling an iframe with an external url that I create dynamically. This is working fine except for the fact that my url is encoded - in specific the & of the querystring in my url is now &
|
| Routing Userrights to another ASP.Net Webapplication | 25 Aug 2008 14:18 GMT | 1 |
I've got a ASP.Net Application, whos running on an IIS with integrated security. This Application offers a download for documents who are not hosted in the ASP.Net Application. It's hosted on a several SharePoint Server and all servers are in the same domain. A User has access ...
|
| Windows Authentication - not seeing Groups | 15 Aug 2008 00:36 GMT | 4 |
my ASP.NET apps use Windows Server 2003, and Integrated Windows authentication in the web.config: <authentication mode="Windows"/> ...our windows users are assigned to Groups in Active Directory, which
|
| Failed to start monitoring changes to | 12 Aug 2008 02:31 GMT | 4 |
I am receiving this message when I try to browse a file in a virtural directory connected to a network share on another machine in my local network. An error occurred loading a configuration file: Failed to start monitoring changes to '\\CDDemo\CDNet\web.config' because access is ...
|
| run commands using credentials of different domains | 11 Aug 2008 22:47 GMT | 2 |
I'm trying to establish a connection to an SQL 2005 server using different credentials than the ones currently in use. The server only allows Windows Authentication, so I have to impersonate a different user. Setting impersonation on the web.config isn't an option. Moreover, ...
|
| Verifying X509Certificate signature | 05 Aug 2008 15:44 GMT | 8 |
Sorry for the cross-post; the last post didn't use the correct MSDN e-mail... Can anyone point me in the right direction for verifying an X509Certificates signature? i.e. that it was truly signed by a known/trusted certificate Thanks -- Peter
|
| Books on ASP.NET Membership and the Login Controls | 02 Aug 2008 22:44 GMT | 1 |
I would like to find a good book on Membership and the Login controls in ASP.NET 2.0. I like books with examples, but at this point I am willing to use any book that is on the correct topic. Any suggestions? Thanks.
|
| Membership | 01 Aug 2008 17:44 GMT | 1 |
I recreated the first membership sample from Scott's membership series from 4guysfrom Rolla.com and got the following error. Any suggestions Thanks Alex.
|