DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.aspnet.security     1610 threads
page nr.:    1      2      3      4   



Active Directory Authentication - Thread was being aborted exception   (1 messages)   Date: Fri, 29 Jun 2007 07:19:40 -0700
Our application on production is lately receiving the occasional "Thread was being aborted" error while user is trying to login. We are using Forms Authentication with Active Directory. The stack trace shows that there ...

Custom membership provider in partial trust mode   (1 messages)   Date: Thu, 28 Jun 2007 18:18:20 +0530
Hello, I am developing a custom membership provider. For that I built a prototype that uses a SQL Server 2005 database as a backend store. I implemented the class System.Web.Security.MembershipProvider and implemented ...

Web service, forms authentication and DefaultCredentials   (1 messages)   Date: Wed, 27 Jun 2007 15:46:53 +0100
Hello All, I have a webservice application (ASP.NET 2.0) and a .NET client executable which consumes the web services. The current model has username / password collected by the client application and passed to the webservice ...

Profiles & Membership   (1 messages)   Date: Tue, 26 Jun 2007 18:00:01 -0700
This is a portion of my Web.config file: <system.web> <membership defaultProvider="SqlProvider"> <providers> <clear/> <add name="SqlProvider" type="System.Web.Security.SqlMembershipProvider" ...

Flash menu doesn't work when the session is expired   (4 messages)   Date: Tue, 26 Jun 2007 09:54:00 -0700
We created a website for our customer to check their order status. We are using login controls, authentication mode="Forms", SqlMembershipProvider, and all asp.net security. User has to login when he access the website first ...

Error Message - Server is unavailable   (3 messages)   Date: Tue, 26 Jun 2007 14:07:40 +1000
I am running the Report Services website on IIS6 on WIndows 2003. When I browse to the /reports website on the server, I get a message in big red letters saying that the server is not avaialbe and that more info is in the ...

High Level Question   (2 messages)   Date: Mon, 25 Jun 2007 17:51:29 -0700
I'm trying to decide if we should use the ASP.Net 2.0 authentications tools or role-our-own forms authentication as we always did (with little work) in 1.1 apps. what I'm afraid of is that we will get stuck on a cul-de-sac ...

WebSite Administration Tool   (1 messages)   Date: Mon, 25 Jun 2007 17:11:47 +0100
Hi all, I have been trying to set up a Webstie Administration Tool - Virtual Directory and have hit a couple of issues! I have set the site up as Integrated security and access the pages through this link http://localhost/WebAdmin/default ...

Diabetic Recipes and More...   (1 messages)   Date: Sun, 24 Jun 2007 01:26:52 -0700
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners ...

How can I use " ProfileCommon" class in MyWebsiteCore.dll,Is That possible   (3 messages)   Date: Thu, 21 Jun 2007 11:31:22 +0800
You know ASP.NET automatically generates a class named Profile in the Temporary ASP.NET Files directory, But I want to write this class by myself,So I can use it in my class library, What should I do? Thanks for your read ...

How to run aspnet_regiis.exe with on site other than w3svc/1?   (3 messages)   Date: Wed, 20 Jun 2007 18:37:11 -0000
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe /lk W3SVC/ 1.1.4322.2300 W3SVC/1029688701/root/ 1.1.4322.2300 W3SVC/1156445961/root/ 1.1.4322.2300 W3SVC/1283203219/root/ 1.1.4322.2300 W3SVC/1444110353/root/ ...

Restricting access to sub folders and files.   (2 messages)   Date: Wed, 20 Jun 2007 11:24:52 -0400
Hello All, I would like to restrict access to a folder and all it's sub-folders and files. Using VS2005, ASP.NET 2.0, Forms Authentication, IIS6 The web.config in the root of the site has the following in the config and ...

  (0 messages)   Date:
...

New China Sex Hotline!   (1 messages)   Date: Tue, 19 Jun 2007 06:00:11 -0700
free to listen live.. +86 13925265554 ...

New China Sex Hotline!   (1 messages)   Date: Tue, 19 Jun 2007 06:00:10 -0700
free to listen live.. +86 13925265554 ...

New China Sex Hotline!   (1 messages)   Date: Tue, 19 Jun 2007 05:35:29 -0700
free to listen live.. +86 13925265554 ...

New China Sex Hotline!   (1 messages)   Date: Tue, 19 Jun 2007 05:35:28 -0700
free to listen live.. +86 13925265554 ...

Logon failure: unknown user name or bad password.   (1 messages)   Date: Mon, 18 Jun 2007 13:23:44 -0700
Hi All, I'm trying to extract a frame from a video clip on our server (using the DexterLib wrapper around the MediaDet object) but I keep receiving an error in my code that is the following... "Logon failure: unknown ...

Download file works locally, but not on server - Any idea?   (3 messages)   Date: Mon, 18 Jun 2007 13:11:02 -0700
Hello, I have the following section of code in a popup window that is opened from other page when clicking a button: The downloadFile method is called from the Page_Load Event. private void downloadFile(string filename ...

Service account still doesn't work   (1 messages)   Date: Mon, 18 Jun 2007 22:08:01 +0200
This is a follow up of my previous post "Service Account replaced by IUSR" I'm still having problems with my app (see previous post). After some testing I have discovered that the Web app can create a directory when - ...


page nr.:    1      2      3      4   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us