Why I am getting source code??
Hi Experts,         After deploying my web application to live using iis I am getting source code instead of web page.What is the issue or where I am doing wrong, the same application is...
View Articlemade safe password at login and update
Hithis is how I'm going to make my code safe side, but when I want to make it enter the me an errorI have done like this;protected void ButtonOpdaterPassword_Click(object sender, EventArgs e) { string...
View ArticleHow to grant asp.net access to a file , which i want to host
when i upload a file with code if (fuProfileImage.HasFile)       {           string ext = System.IO.Path.GetExtension(fuProfileImage.FileName).ToLower();           if (ext == ".jpg" || ext ==...
View ArticleSimpleMembership password hash compute
Hi, i'm using simple membership provider. I would like to replace it with custom membership provider. Bu i have to compute password for validate user from Db. i researched and found  a method for this...
View Articleconverting from simple membership back to .NET membership
Hi All: We have a number of websites (>10) developed over the past 5 years that share a common ASP.NET Membership system. All of the websites are WebForms based. Recently someone began development...
View ArticleConfiguration Error
I am getting this errorLÃnea 96: <membership defaultProvider="CustomMembershipProvider"> LÃnea 97: <providers>LÃnea 98: <add connectionStringName="Seguridad"...
View ArticleForms Authentication Login Page Missing
I tried to implement forms authentication like this:http://msdn.microsoft.com/en-us/library/xdt4thhy(v=vs.100).aspxBut, when I hit the login page, I just see a blank screen. When I turn "Anonymous...
View ArticleAuthentication using web.config or asp.net membership and role
In my website I have created a webpage using createuserwizard and have option of username and password as login. I want to use authentication using cookies/or cookieless.What are the steps need to be...
View ArticleWeb.Config failure
I am creating a new web site with Membership Login. I have creates the framework and it works perfectly on my computer in a Browser. I need to test it live on the Internet. In the past I have placed a...
View ArticleUsing the Microsoft Access Providers for Membership, Roles and Provider under...
Under "Upgrading the Access Provider Assembly to NET 4.0", I successfully downloaded the new Access Template. When I go to File | New Project and select Visual C# I do not see a "Starter Kit" listing....
View ArticleIs there a way to tell browser don't save site authenication on local?
My site has a folder set with not allow anonymous request, all request need to be logon as domain user.So browser will popup a window to ask for username/password to proceed, my question is many...
View ArticleDifferent authentication for site users and admins
I need to separate regular users from administration users, as the regular users can use their email as login name and login via Facebook, Twitter and Google+, and admin users can only use a login name...
View Articlelogin error
Dear all,I got the following error on login page. Can anyone tell me how to fix it?No owin.Environment item was found in the context.Thanks.protected void LogIn(object sender, EventArgs e) { if...
View ArticleHow To Know Password Saved as PasswordHash MVC v5 ?
Hi Alli have create my project and it works great but - client some times need to know his old password and i can't tell him it - because it's an "PasswordHash"so what is the best way to know this...
View ArticleASP.NET Identity - Invalid Token error when generating email confirmation or...
Situation: 2 public facing web servers in a server farm are connected to a common database. Another 3rd web server for administration and content management is located within enterprise private network...
View ArticleSecure Folder With Anonymous Authentication
One of our apps has two kinds of authentication enabled in IIS: anonymous and forms.Is it possible to secure a folder and all of its subfolders within this app? In other words, can I stop people from...
View ArticleHTTP Error 401.2 - Unauthorized
I'm trying to implement Forms security. So, in IIS, at my website level, I have disabled anonymous authentication and only have Forms security enabled. As far as I understand, I shouldn't be able to...
View ArticleError ASPPARSE: Unknown server tag 'asp:CHART'
Hi There I am trying to publish a web site but I am getting this error below. The web site builds fine but gets this error below when I publish....
View Articlerole management in asp.net 4.5 vs 2013
i've started new project in visual studio 2013. how do i manage role management and whole process
View ArticleSecure Display File content for user who copy and paste url in other browser...
Dear All,I have a gridview control in which i bind link button,on click of which i open .pdf file to view its content.this is ok if person view file with properly loging into the application in one...
View Article