| Thread | Last Post | Replies |
|
| Accessing Virtural directory on remote machine | 27 Jul 2007 13:35 GMT | 9 |
I have a .net application that I need to write to a directory on a different server. 1. When the dotnet application runs I have initial setup with iss using a virtual directory on same machine. This works fine.
|
| ResetPassword() to Alpha-numeric? | 25 Jul 2007 16:36 GMT | 2 |
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 | 24 Jul 2007 20:31 GMT | 1 |
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. Does it
|
| Forms authentication, downloading files and Web Dialogs | 24 Jul 2007 18:08 GMT | 1 |
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.
|
| How to find Current User Name | 23 Jul 2007 18:22 GMT | 5 |
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?
|
| best practice for accessing a network share from IIS | 23 Jul 2007 16:11 GMT | 2 |
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 the content of the files so that clients do not connect ...
|
| PasswordRecovery Control | 20 Jul 2007 11:42 GMT | 2 |
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 the verification of the answer, I never see the ...
|
| Error 515 when executing aspnet_regsql | 20 Jul 2007 01:22 GMT | 2 |
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.
|
| spawn web page with user logged in | 19 Jul 2007 05:26 GMT | 3 |
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 browser.
|
| Problem with Login Control | 16 Jul 2007 15:06 GMT | 1 |
I have setup a SQL 2005 DB with ASP.NET membership tables. Everything seems to work and I am able to connect to this DB (sitting in different server) because the WSAT allows me to create users and roles. However, when I place a login control on the application and hit the login
|
| How do delete registered users? | 16 Jul 2007 14:58 GMT | 1 |
If the database already uploaded, anyway to delete certain users? As far as I known, deleting users will affected at least 4 tables, which is: - - aspnet_Membership
|
| Login works in Firefox, not in IE7 | 13 Jul 2007 13:54 GMT | 5 |
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, my user logs in w/o problems, and the proper menus are shown.
|
| restricts Access to DLL | 13 Jul 2007 13:27 GMT | 1 |
I have 3 Dll's 1) Core Objects and Utilities 2) Data Access layer 3) GUI Layer
|
| SqlMembershipProvider not working on production server | 10 Jul 2007 15:34 GMT | 2 |
I have an application that uses the SqlMembershipProvider and SqlRoleProvider for security. I have setup my SQL Server database using aspnet_regsql.exe and configured my application to hit the correct database. Everything works as expected when running on my
|
| User.IsInRole with * wildcard, web.sitemap etc. | 10 Jul 2007 12:56 GMT | 4 |
User.IsInRole method appears not to work with the web.sitemap * 'all roles' wildcard. is this by design? do i have to handle wildcards manually? ideally User.IsInRole("*") would return true if the user is in any role. an example is below to illustrate.
|