0
votes
2answers
30 views
What is the simplest way to create my own FTP server?
What is the simplest way to create my own FTP server in C#? Some of the folders will be virtual folders. The authentication should be from a SQL Server database, which includes tab …
0
votes
2answers
55 views
What is the best approach to take for user profiles in my web application?
I'm currently building an ASP.NET MVC web application. My site security is (currently) built atop an extension of the System.Web.Security Membership model where I've extended:
A …
0
votes
1answer
27 views
web.config in directory with no aspx pages
I have a directory where I am placing PDF files that are generated by my application. The issue is that since there are no aspx pages, the security in the web.config is not preven …
0
votes
2answers
53 views
MembershipProvider in .NET 4.0
Hi
I use VS2010 B2 and .Net 4.0 in my project. I want to customize a MembershipProvider but i can't find this class in Vs2010. Guide me please.
0
votes
2answers
19 views
How to configure Roles without an app.config?
Can I configure Roles and Membership programmatically? Without an app.config (or web.config) ?
0
votes
1answer
41 views
Does ASP.NET Membership have a mechanism to generate password reset URLs ?
I am using ASP.NET MVC with ASP.NET membership.
Following best practices for 'i forgot my password logic' I want to do the following :
send the user an email with a link to a u …
0
votes
1answer
54 views
ASP.Net Session Not Invalidated After Logout
I have a ASP.Net application in my login page I call
FormsAuthentication.SignOut
Session.Abandon()
Session.Clear()
however the Appscan is taking the ASPXAUTH cookie value the …
0
votes
2answers
29 views
matching password in .net validate by javascript ?
i have two textbox in asp.net and first for password and second is for matching password .. if user give different value in both textbox , then i want to generate javascript at cli …
0
votes
3answers
60 views
Issues with custom ASP.NET RoleProvider
I am having difficulties implementing a custom ASP.NET RoleProvider.
First off, let me show you the relevant settings in my web.config file:
<?xml version="1.0"?>
<confi …
0
votes
0answers
20 views
ActiveDirectoryMembershipProvider - Can’t use secure connection protection
Hi!
I try to use ASP.Net's MembershipProvider to give access only to certain users. This is backed up by an ADAM instance.
I use some test-code which runs just fine:
public stat …
0
votes
6answers
92 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
56 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
3answers
35 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
35 views
ASP.Net Membership provider in WCF (WebHttpBinding)
Hi,
I'm developping a WPF application that needs authentification. I want to use the client application services to use the ASP.Net Membership Provider (see this link if you don't …
0
votes
1answer
86 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 …
