Tagged Questions

0
votes
6answers
68 views

ASP.NET MVC Forum Application

I need to write a forum application for a friend's web site. I want to write it in C# 3.0 against the ASP.NET MVC framework, with SQL Server database. So, I've two questions: Sh …
0
votes
1answer
41 views

Authentication Token Not Working Properly in ASP.NET Web Application

I've converted a web site to a web application and am now experiencing a strange behavior with the application. Essentially, there are 2 webs. One web site is the main, front-facin …
0
votes
1answer
73 views

Asp.net MVC membership design

Hello All, Some Background to begin: I've implemented a custom MembershipProvider that validates a user from my service layer called "WebMemberShipProvider" Currently I have a s …
0
votes
3answers
24 views

Simple Logon System using Membership provider

I have a website which requires pretty simple logon restriction to a set folder (2 users) I'd like to use the Membership provider but have a sql DB (While easy and painless) seems …
1
vote
1answer
14 views

How do I set minumum password requirements in Umbraco for the membership provider?

I am trying to set minimum password requirements for my membership provider in Umbraco. Currently my web.config membership section looks like this: <membership defaultProvid …
1
vote
1answer
25 views

ASP.NET User management templates

I've built a few ASP.NET sites that all use Users/Roles membership providers. These are working great, however for advanced user management tasks i have to go into the VS IDE and o …
0
votes
2answers
37 views

Storing a Windows SID in a Database for Lookup

I have an ASP.NET MVC application where I need to allow to customers configure MembershipProviders based on their environment, but still be able to map that MembershipUser to a con …
0
votes
1answer
27 views

WCF -> IIS 7.0 Partial Trust Hosting (.svc) -> BasicHttpBinding -> Authentication (UserName / Password) - > ASP.NET Membership Provider -> No SSL

Basically my requirement is: WCF Service Application Hosted on IIS 7.0 with Partial Trust Endpoint exposed with BasicHttpBinding Would like to enable basic Authentication (UserNa …
0
votes
3answers
39 views

Securing temporary passwords sent through e-mail to users?

I have a simple web application set up where admins can create users. Users do not create themselves. All an admin has to do is enter a username and an e-mail and a temporary pass …
0
votes
2answers
21 views

Migrating asp.net web site breaks Membership Provider

I have a asp.net web site that was developed on the .Net Framework v2 connecting to sql server 2000. I am trying to migrate it to a new server that has the .Net Framework v3.5 on i …
0
votes
1answer
18 views

fluent nHibernate and relation to Asp.net Membership tables

I'm using fluent nHibernate (automapper) and at the same time use Asp.net Membership, but how do i reference aspnet_Users table? maybe create a new user table with only the Provid …
1
vote
3answers
33 views

Asp.net Membership: Different account types

Hello, I have an application where users can store items. Now each type of account can store a limited amount of items. For example basic account can store 25 items, premium can st …
0
votes
2answers
33 views

ASP.NET MembershipUserCollection sort by IsApproved, Comment

Hello, Is it possible to sort a MembershipUserCollection by IsApproved and then Comment without modifying the Stored Procedure? Can Linq do this? Thanks!
0
votes
1answer
37 views

ASP Login control does not work inside a Sitecore 6 sublayout

In Sitecore 6, I have created a sublayout that has an asp:login control. For some reason, it doesn't work when I add it to the layout of a page. The page simply posts back, but d …
0
votes
4answers
67 views

Require user to login to view document using ASP.NET

I am working on a site that needs to restrict access to pages and documents(.pdf, .doc, etc) to registered users. We are using the ASP.NET Membership classes to do this. But, I'm h …

1 2 3 4 5 26 next
15 30 50 per page