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   



Membership users not available on production server from development machine   (1 messages)   Date: Thu, 26 Jul 2007 00:46:23 -0700
Hi, we have developed an application with asp.net 2.0 membership and have deployed the application using VS 2005. We have backed up our SQL database, which also contains all the membership information, and restored it ...

ResetPassword() to Alpha-numeric?   (3 messages)   Date: Tue, 24 Jul 2007 23:32:04 -0700
Hi, Is there any way to specify ResetPassword() of the MembershipUser class to generate passwords of only alpha-numeric characters? Thanks, wb ...

Asp membership database question   (2 messages)   Date: Tue, 24 Jul 2007 13:18:47 -0600
I have a SQL Express 2005 db which a WinForm application connects to. I've chosen to use the ASP SQL Membership provider to manage application users and roles. Currently, I run the aspnet_regsql tool on my existing database ...

Forms authentication, downloading files and Web Dialogs   (2 messages)   Date: Tue, 24 Jul 2007 09:10:00 -0700
My applications allows files to be uploaded and downloaded. I don't want to give direct access, instead to stream them out of an aspx handler. The files can have any extension. The asp.net application (V2) has forms ...

How to find Current User Name   (6 messages)   Date: Mon, 23 Jul 2007 07:34:03 -0700
When I run my ASP.NET application from my development PC, Me.User.Identity.Name works. When I run it from my Intranet site, it does not. Any suggestions? ...

Thick and Thin Client authentication   (2 messages)   Date: Mon, 23 Jul 2007 04:08:00 -0700
Hi, I have couple of applications (rich client and web client) written in .NET. I would like to have a common authentication mechanism for both. Active Directory authentication is straight foreward for this type of requirement ...

best practice for accessing a network share from IIS   (3 messages)   Date: Mon, 23 Jul 2007 11:11:09 +0200
Hello, I have a web application (ASP.NET 2.0) which should allow authenticated users (via forms authentication) to download files that are stored in a network share in the same domain (windows 2000). I am byte streaming ...

IWA and Anonymous Access   (1 messages)   Date: Sun, 22 Jul 2007 22:45:32 -0400
Hello , I am trying to solve pretty straight forward and typical task and yet have difficulties. Can someone help ? I cannot believe this has not been solved by someone already. I have simple ASP.NET intranet app which ...

Security controls in a web application   (1 messages)   Date: Sun, 22 Jul 2007 18:35:23 -0700
Hello, I have developed a web application in .NET that interacts with Oracle database. Now this app is been audited according to security issues of ISO 17799. I'm afraid that my web app is lacking of many security controls ...

User objects cannot be created in the specified container   (6 messages)   Date: Fri, 20 Jul 2007 18:38:24 -0000
Hi, I am using ActiveDirectoryProvider to authenticate users (AD). If I point my provider to the root of AD every thing works fine. If I point the provider to a CN which has a group of users under a nested container ...

System.MethodAccessException: Attempt to access the method failed   (1 messages)   Date: Wed, 18 Jul 2007 16:20:01 -0700
Hi, I have an ASP.NET web application that connects to a web service (the web app contains a DLL that connects to the web service). This works fine when I deploy it on the Default Web Site on IIS. However, if I deploy ...

Securing web.config appSettings - *** warning - long post ***   (1 messages)   Date: Wed, 18 Jul 2007 05:38:46 -0700
I was hoping to open something up for a simple discussion. We all subscribe to the idea of increasing security at any and all points - including but not limited to network security, application security, etc, etc. And ...

Encrypt and decrypt connectionstrings in web.config   (1 messages)   Date: Wed, 18 Jul 2007 05:04:02 -0700
Hi, I use the code below to encypt and decrypt connectionstrings in the web.config files. It works good but I don't understand somthing about the decryption. An hacker that gain the web.config file with the encrypted ...

spawn web page with user logged in   (4 messages)   Date: Tue, 17 Jul 2007 19:12:03 -0700
Hi; We have a case in our web app, which uses the asp.net membership/role stuff for security, where we launch a second web page that is bringing up a page on the site. When we do so, it asks the user to log in on that ...

How to call a Web service by using a client certificate for authentication in an ASP.NET Web application   (1 messages)   Date: Fri, 13 Jul 2007 20:09:51 GMT
I created a walkthrough for "How to call a Web service by using a client certificate for authentication in an ASP.NET Web application"using makecert, certutil, WinHttpCertCfg.exe X509Certificate. You can find it here: ...

restricts Access to DLL   (2 messages)   Date: Fri, 13 Jul 2007 12:25:45 -0000
I have 3 Dll's 1) Core Objects and Utilities 2) Data Access layer 3) GUI Layer 2 and 3 both have a reference to 1 (the Core Objects and Utilities) however certain classes in the utilities I want only to be accessible for ...

Debugging asp.net is grayed   (3 messages)   Date: Thu, 12 Jul 2007 20:18:30 +0300
I am using Visual Studio 2002. Suddenly, one of my web projects does not stops on breakpoints on debug. I noticed that when going to project properties under debugging, the "Debugging asp.net" check box is grayed. How can ...

Login works in Firefox, not in IE7   (6 messages)   Date: Thu, 12 Jul 2007 10:57:30 +0200
I have built and deployed a site that uses Membership and Role providers. The site has a SiteMap and a Menu control thats security trimmed. a) When I'm on the webserver, and attempt to log on (to localhost) using IE7 ...

PasswordRecovery Control   (3 messages)   Date: Wed, 11 Jul 2007 15:42:00 -0700
I do have setup all the needed configurations inside the config file and somehow I still can't make the PasswordRecovery Control successful. It do can retrieve the Question for the specific user name but when it comes for ...

Error 515 when executing aspnet_regsql   (3 messages)   Date: Tue, 10 Jul 2007 09:20:02 -0700
We are having problems when executing aspnet_regsql in our client's envitorment. We are using SQL Server 2000 with an account with full privileges, but the wizard thorws the following exception: Setup failed. Exception: An ...


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


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