Asp.net Website administration tool
Hi Friends,Is it recommendable to use Website administration tool roles in web application other then URL access . for example I want to create Job roles assign to users and based on these role...
View ArticleAES Encryption Server Problem
Hi to the professionals here,I am facing a unique issue here.I've 2 server. One is a production server while the other one is a Disaster-Recovery server.My web application has been deployed in both...
View Articleincrease time for login session
hi for alli have website used membership security ;every account have page to add some information for each user;all user are slowly data entry when there added information press on add button .problem...
View ArticleCustom Connection String with Default Asp.Net Membership Provider
Hello All,I have a Scenario where i need to connect different databases while login. There are many branches the company has. And in Every branch they have there own database. In My Asp.Net Express...
View ArticleAuthentication and Authorization For ERP
my questions is i need to implement the security model [authentication , authorization , users , roles and modules] for ERP System.because we have so many applications/Systems/Modules [around 14 ] we...
View ArticleVery annoying issue with authentication
On my website, if I type in the wrong credentials, a long ugly url appears in the browser like so:http://mortgage-pros.com/login.aspx?ReturnUrl=%2flogin.aspx&loginfailure=1Then when you go back and...
View Articlelink to our site (under login) from WORD doc causes you to go to login page...
a link inside a WORD doc .docx to our site of a page that is under login sends the user to the login page even thou they are already logged in. how to fix without telling users to add a DWORD to their...
View ArticleSome web applications suddenly asking for network login.
I've got about a dozen intranet web apps that are set to deny anonymous login. Back in December they all worked fine. Starting today (1/5/2015) some of them still work the same but a few of them are...
View ArticleLoginStatus Logout not working
I am at wits end here.I have a loginstatus control on a master page. <asp:LoginStatusrunat="server"id="LoginStatus1"/>When logged in using Forms Auth, I click LogOut and I get the following page...
View ArticleHow to setup correctly ADFS to authenticate 2 applications in the same site
Hi I have an application Support that is part of my site MySite.com I have added a new Relying Party Trust in ADFS with the WS Federation Passive protocol URL = "https://MySite.com" and trust...
View ArticleProblems being able to access Microsoft live connect / Microsoft identity...
I have been playing with this one for a while, and cannot seem to get Microsoft account login to work for my site.I've followed instructions given in several walk throughs but always get the response...
View ArticleInheriting from IUser Or IdentityUser
Hi,I am creating a public facing website where users can login either creating their own account or using any social logins available. Not sure but looks like asp.net identity with custom provider...
View ArticleHow do I deny access from a user whose subscription has expired?
I have a page Which only subscribe users can access, but my challenge is, when a user subscription expires how do I deny access from that user?, so the user can be forced to renew subscription. I want...
View ArticleHow to Create a Windows Auth Logon Page
I have an ASP.NET intranet application using Windows Auth. Internally, it works, but it uses the browser popup to prompt for credentials. I would rather have a logon page handle this. I have searched...
View ArticleWebmatrix Razor Site, Showing last user as logged for others.
I have the Razor template site deployed. Recently, for IE only, when one navigates to the site it is showing you as logged in as the last user that was logged in. When you click on the user for account...
View ArticleRSA Encryption with Sha1
Hi,Can any one please help me on this. Is it possible to sign the message by using below process Generate the hash value by using SHA512 and sign it by using RSA SHA1Below code is the example;public...
View ArticleUsing the Website Administration Tool with default login page
I have a web application that needs to use user authentication. For the user database, I created an SQL database and installed the ASP schema. I then opened the Website Administration Tool (using...
View Articlehttps
Is it possible to run https on all files in a particular folder of a website? In other words, files in other folders will be run in regular http. Thanks.
View Articlessl, sql server, etc.
Part of my site runs on https, with the ssl certificate is self assigned. It seems writing to ms sql database from outside of my domain (off my university campus) would not complete sometimes. One...
View ArticleHow to Create A New SQL User For Aspnetdb Membership Db?
I have created a membership database using the `asp_regsql.exe` tool instead of the default wizard on an existing database. When I create new user account with membership `createuser` method for...
View Article