Error logging out using asp:LoginStatus
Hello,Im doing a project at the moment and have run into a very annoying, and for me unlogical error, so hopefully some of you can help me out.I have created a masterpage where I have given the user...
View ArticleWhen to use AntiSamy?
Can we use AntiSamy to validate user input? All of our inputs are pretty standard alphanumeric fields etc..not HTML input. From what I have read AntiSamy is primarily used for sanitizing HTML/CSS input...
View ArticleAny way to decrypt DPAPI connection string?
I've taken over a website where DataProtectionConfigurationProvider has been used to encrypt the connection string information. Developer left a year ago so have no way of knowing where original files...
View ArticleManage.aspx: ProviderIncompatibleException on "new" project
Hi all!I've started creating a standard web project, and I've set up a MS SQL database. I'm using Linq and the page works great.Now I want to (or have to) add password protection and role management....
View Articleroles and the AJAX tabcontainer
Hi allIs it possible, to use roles on an AJAX tabcontainer?I've tried loginView & RoleGroups but no avail.The scenario is, I have 5 tabs within a tabcontainer. I only wish 2 of the tabs to be...
View ArticleMultiple membership providers into users and roles
In my web.config, I have multiple membership providers from 3 different domains. The root domain and 2 child domains. I need to be able to add users from the child domains into my roles, but my it...
View ArticleThe parameter 'username' must not contain commas. Parameter name: username
Hello Everyone,I am experiencing a very strange problem in login system, When user was entering user and password he is getting below error The parameter 'username' must not contain commas. Parameter...
View ArticleFile Upload Type Check Headers
if (fluTypeCheck.HasFile) { string strExt = System.IO.Path.GetExtension(fluTypeCheck.FileName); string strPath = fluTypeCheck.PostedFile.FileName.ToString();...
View ArticleWeb servis security
Hi ;I created asp.net web service for connect from other platform.When I typed url address I succesfully connect and show items in db.But Web service hasn't anyauthentication. How can I provide web...
View ArticleUsing multiple login screens
Hi. I have 1 Admin folder which contains all control panel aspx files which can only be access by the site's administrators, on top of that I also have the usual login for the site visitors, both login...
View ArticleFile uploads not working in IIS7 working fine on IIS6 version
All these years worked on IIS6 version, used to give permissions to IUSR_MACHINENAME, aspnet and IUSR_WPG acct, with read write permissions on folders. it worked fine. here n IIS7, gave permissions to...
View Articleautorization
HiIm looking for complete autorization for enterprise application?does Net sql azman right for this?Thanks
View ArticleFormsAuthentication through JScrip from content page!
A question pleaseI have a content page in a website using a master page to display contentsThe content page contains several javascript functions, that read and authenticate certificate on a smartcard...
View ArticleUnable to connect to SQL Server database
Hi all, i have being trying to create roles through asp.net membership providers. but it shows me "Unable to connect to SQL Server database"Roles.CreateRole("Admin");But when i use plain ado.net...
View ArticleTwo applications cannot be login and used together on a client browser
Dear All, In a Windows Server 2008 (64bit), there is an IIS. Under the default web site, there aretwo asp.net 4.0 applications (Application A and B) using Forms Authentication. Each application has...
View ArticleHow to use fields from aspnet_tables on a Custom table
Hi, I'm doing a Basic Web Site for a project, and i came across a problem.Basically, one of the requirements of the Web Site is to have a table that contains the Users that register on the site....
View ArticleHow To Protect My Website From Automated Posts (Can't Use Captcha)
Hello, i have MVC3 social website, users can place comments on an article by ajax. such commenting can be automated to ruin to the website. how to protect myself from that? sure i can't use captchas...
View Articlesend email using C# Visual Studio 2010
hii want to create a website that will send an email after registration using asp.net and c# visual studio 2010 .does any one can tell me the procedure to send email and i am working from home .is it...
View Articleverification through Email
i am creating a website for event registration online , in which i have designed a page for cancellation of registration ,that page will take user id to cancel the registration .for that i want to...
View ArticleAutomatically create account for employee using membership MVC3
Hello everybody ! Fisrtlly ,using MVC3 in a Humain Ressource Management project (SQL Server 2008 r2, Entity framwork) . I have a table named "Employee" in my database that content Employee...
View Article