| Thread | Last Post | Replies |
|
| ASP.net authentication from external LDAP server | 31 Aug 2006 16:31 GMT | 1 |
Can anyone tell me how I can do user authentication using IIS and asp.net 2.0 from a host that's not in a domain? Could you provide a working example. Thanks a lot. I'm getting really confused with this.
|
| Full trust and medium trust in .net and websites | 31 Aug 2006 06:16 GMT | 1 |
I have around 100 hosted sites and all of them run in "medium" trust as set in the machine.config. I want one of the sites to run in "full" trust and the rest in medium trust. How do I set that up in the machine.config or the policy files? Is there a way to specify one site to ...
|
| MembershipProvider and ADAM | 30 Aug 2006 05:45 GMT | 3 |
I am trying to find the simplest way to work with ADAM (or any other AD) and I have discovered the MembershipProvider class.... seems like it is doing just about everything I need. So, my project is developed on Windows XP, VS 2005 C# and I am not
|
| How to disable WinNT Login Prompt | 29 Aug 2006 21:24 GMT | 5 |
I have a few websites setup on one system on the DMZ Accessing the website and web apps via an alias domain name (free DynDNS.Org) When I try to open default.htm I can view this page in three web apps.
|
| Problem starting windows forms application from ASP.Net 2.0 | 29 Aug 2006 18:54 GMT | 6 |
I'm having trouble starting desktop windows forms application with gui. So far i have managed to make it run when I access website on local computer, trying to start application from any other machine fails.
|
| How to manually force a logout using asp.net 2.0 | 29 Aug 2006 15:26 GMT | 1 |
I am using forms authentication and the asp.net 2.0 login controls along with the asp.net membership provider. I would like to manually log the user off from within the application. I tried using session.abandon, but that merely ends the sessionbut still does not log the user ...
|
| Active Directory Access from a Web App | 28 Aug 2006 15:16 GMT | 1 |
I am trying to access employee information from Active Directory from my ASP .Net web application. I have tried several different methods and each fail. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
|
| Webpermission denied for a Windows Application | 28 Aug 2006 15:04 GMT | 1 |
a localhost web service is configured anonymous+windows at the root level and at the virtual map level (Win XP). In the web.config I wrote <authentication mode="None" /> and <allow users="*"/>.
|
| LogonUser access denied | 28 Aug 2006 12:28 GMT | 10 |
I am having problems trying to impersonate as a user in asp.net. I get an access denied error on the LogonUser method of the following code; /// <summary> /// Summary description for CustomWindowsIdentity.
|
| using AspNetActiveDirectoryMembershipProvider question | 28 Aug 2006 10:34 GMT | 2 |
As anybody here used the AspNetActiveDirectoryMembershipProvider with the SiteMap For example mapping the roles from Active Directory to the siteMapNode for security trimming?
|
| "ASP.NET Machine Account" problem | 28 Aug 2006 02:36 GMT | 3 |
When I use VB.Net 2005 to develop some web service program, this program will connect to other domain server. Therefore, the permission of "ASP.NET Machine Account" cannot access to this server.
|
| Createuser exception handling | 28 Aug 2006 02:36 GMT | 1 |
I am using the membership createuser method but need to find the error when one arise. I am using the below code; Public Function CreateUser(ByVal Username As String, ByVal Password As String, ByVal Email As String, ByRef ErrMsg As String) As Boolean
|
| CryptographicException: Bad Data. Any idea why this happens? | 27 Aug 2006 02:17 GMT | 1 |
Hi my webserver is running .Net 1.1 and intermittently i get the following error when I look at one of the websites. Does anyone out there have any idea why this happens? And how I can try and start solving the problem. Most of the time the
|
| I can't access a web application hosted on a workgroup computer | 27 Aug 2006 02:03 GMT | 1 |
I created a web application that works fine if I access it from the computer that hosts the application. If I try accessing the web application from another computer in the workgroup it doesn't work. Can anybody help me with the necessary IIS or permission settings so I can
|
| ASP.NET 2.0 calling a COM object | 27 Aug 2006 01:49 GMT | 3 |
I have a ASP.NET 2.0 application running on IIS 6. The application pool associated with the application is running under the "Network Service" account. Within the app, a COM object is instantiated and used. Within this COM
|