windows authentication...
I have been hunting all day to a solution. My issue is with windows authentication popping up the login dialog box when I hit the website on IIS. I have triple checked my credentials on IIS. I have...
View ArticleSecurity of asp.net wizard
let's say have user info retrieval applicationstep 1 the user enters his otpstep2 the user gets his personal infocan i say that wizard controls are safe , the user can't go to step2, when I disable the...
View ArticleIs there any way that I can put e.Authenticated =true when I am not using...
My app does not have login controls.I would like to put e.Authenticated =true if it fulfils some conditions, then I would allow accessFor example: If the URL parameter is valid, I will put...
View ArticleLogin with UserName, Password and Company Domain
Hi,The scenario is as follows: I have many users who can work for many companies, each user has distincts access depending on the company they work for.I want to provide my web page users the option to...
View ArticleASP.NET SQL Server Setup Wizard to create the SQL Server database and use...
After i create a database in sql server 2005 using ASP.NET SQL Server Setup Wizard and i connect it in VS 2010 using server explorer and i change the connection string in my web.config file.Then i can...
View ArticleThe ASP.NET Web Site Administration Tool
I know how to launch the "ASP.NET Web Site Administration Tool" from the "Project " menu of Visual Studio, but what about launching it on a machine without Visual Studio installed?I am specifically...
View Articledisable back button after logout-using forms authentication
Hi all,Im using forms authentication mechanism in my website. When the user clicks on "Log Out" button, following lines of code handles the "Click" event, Session.Abandon();...
View Articleasp:LoginStatus automatically log out after some time
hiI have asp:LoginStatus on my master pageand in my login.aspx.cs file I have logiIn button, which have the selected event handlerprotected void btLogIn_Click(object sender, EventArgs e) { int chk =...
View ArticleWindows Authentication and Workgroups
Is it possible to use Windows Authentication for external clients (domain users) when the host IIS machine is in a Workgroup?
View ArticleMicrosoft ASP.NET w3wp.exe COM component DoS
how to get rid of this trust wave vulnarability.
View ArticleA Different Login/Membership
Okay, i have been over the forums and havent seen anything like this scenerio i want to describe. i have tried and failed to change the membership that asp.net provides using this scenerio as well. I...
View ArticleUsing the Login control on a single page website
Hi there,I want to use asp:panels to hide and show different aspects of my site. I also want to include a login contrl. Is it possible to use this on a single page site? If so, what/how do i set up the...
View ArticleWhat should be length for SHA256 encrypted password to stored it in a column...
I am using encryption by SHA256 in my application. When I convert the text password entered by user to an encrypted format, then what should be the length of a 'string' data type in SQL Server...
View ArticleI have no idea how to deal with MemberShip
Does anyone can show me some good stuff explaining how to deal with MemberShip?All that I find in the internet is incomplete....I need something complete and clear........Edit: I need samples in...
View ArticleUsers are being logged out automatically
I have an application that has recently begun logging users out. There is no timeout set in the config. This is an application that has been running for a few years, but this behavior just started in...
View ArticleCross domain file upload problem
In my project, I came across the situation where I want to upload image from 1 domain to another.Does anyone have any idea how to do this?
View ArticleAuthorization and authentication
Dear AllHow to create a Secure login page with proper Authorization and Authentication using [bknd : MS-Sql Server]
View ArticleCan't find the membership information after migrate the project from VS 2010...
Hi All,After I migrate my project from VS 2010 Web Express to VS 2012 Web Express, I can't find the members on the web site administration tool. The database connection should be correct as I can...
View ArticleAuthenticationService
Hi all,i am using the AuthenticationService.svc to expose the Membership functionality outside the asp.net app. I have a WPF client that has service reference to this AuthenticationService and logging...
View Article