| Thread | Last Post | Replies |
|
| How to create the first user in the Membership database | 29 Nov 2006 08:08 GMT | 7 |
Hi; We have a C# Windows app for our setup program that creates the membership DB using aspnet_regsql. But we then need to create the standard roles and sysadmin user from this windows app - we are not in ASP.NET.
|
| IWAM account and Act as part of the operating system right | 28 Nov 2006 19:24 GMT | 1 |
I have used the code sample from the KB article http://support.microsoft.com/default.aspx/kb/248187 to impersonate a user from an ASP page and change the security context. The impersonation works fine on Windows 2003 and XP but fails on Windows 2000.
|
| Why is this an invalid password? | 28 Nov 2006 07:57 GMT | 3 |
Hi; Note: I am running this from a winforms app, not ASP.NET. My config is: private static string memberConfig = "<add name='AspNetSqlMembershipProvider' " +
|
| WindowsPrincipal is incorrect after AD account rename | 27 Nov 2006 19:50 GMT | 4 |
Our environment is - we use Visual Studio 2005, Dotnet 2.0, VB to create a web application which we run on IIS 6. Our Web.config file has the following set: <authentication mode="Windows" />
|
| Expired Tickets - Delegation vs S4U | 27 Nov 2006 05:34 GMT | 3 |
I was reading the article "Exploring S4U Kerberos Extensions in Windows Server 2003" and I have a question regarding the use of the kerberos protocol in an ASP.NET application for delegation. I was thinking that perhaps using once of the Service-for (S4U2Self) protocol ...
|
| formsauthentication with users in different domains | 25 Nov 2006 16:51 GMT | 1 |
I'm developing a asp.net 2.0 (vb) web site which uses formsauthentication to active directory. The users who will access the web site are from different domains. I manage to get the authentication part working. On my second page I need to do a ldap query. For the
|
| Access Denied opening word within a web application | 24 Nov 2006 09:12 GMT | 2 |
I have a web application that generates documents and puts the info into a word document wich then should open word for you to either open it or save it. currently I am getting a access denied error when the web app tries to open
|
| The remote server returned an error: (403) Forbidden - even with a valid verisign certificate | 23 Nov 2006 23:05 GMT | 4 |
Here is my problem: I have a console app that is trying to connect to an asp.net webservice hosted by a third party and runs in a secure mode(HTTPS). My code is running on Windows 2000 Professional and the web service is running on
|
| Catching Security Exceptions: | 23 Nov 2006 07:42 GMT | 1 |
I have code like this in one of my type's constructor: public MyConstructor() { try
|
| How to use PKI in web service? | 22 Nov 2006 19:40 GMT | 4 |
I need to develop web service which will be consumed by Java based app. For security reason our client wants to use PKI. Is there any article or samples available to leran how to do that? Thanks,
|
| ASP.NET Custom Identity bad environment ! | 22 Nov 2006 15:47 GMT | 6 |
Environment : Windows 2003/ASP.NET 2.0. I have changed the process identity of an application pool to a custom identity following this link : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/pag ht000009.asp
|
| Locking down CAS policy | 22 Nov 2006 08:30 GMT | 13 |
I'm trying to lock down our company's CAS policy by using only Strong Name membership conditions. I've copied over our intranet to a development server and removed all code groups except for one. It is all code using the nothing permission set. I
|
| Windows Integrated Authentication not working | 22 Nov 2006 07:41 GMT | 2 |
I am attempting to set up my intranet application with Windows Integrated Authentication. I will provide the specifics below, but essentially my problem is that whenever users attempt to pull up my site, they are being prompted for credentials.
|
| Please help Passing Credentials | 22 Nov 2006 04:18 GMT | 5 |
I am having problems passing Windows credentials to a HTTPRequest object using ASP.NET 1.1 Here is my set up Server 1
|
| How to create a web application on SBS2003 server ? | 21 Nov 2006 20:06 GMT | 2 |
I'm trying to do create a VB ASP.NET web application on a SBS2003 server with IIS6.0, .NET Framework 1.1.4322, ASP.NET 1.1.4322 using Visual Studio.NET 2003 on an XP Pro, SP2 machine. When i attempt this, i get this "Web Access Failed" message:
|