Windows Authentication gives an Error on the Server
Hi There I am deploying an ASP.NET App to our DEV and QA server using Windows Authentication (not SQL Authentication). 1.) The App is Framework 4.0 and resides in IIS 6.0 2.) Also the APP pool...
View ArticleCreateUser Misbehaviour !!
HelloI use a createuser control to regester new users(admin is allowed to create users only)after creating the new user, it it is logged in !!DisableCreatedUser="True" LoginCreatedUser="False"but it...
View Articlesitemap roles
I have basically a webpage which based on two conditions that allows whether they can enter it or not. If the role is Student then they enter the StudentIndex.aspx else they enter the...
View ArticleASP.Net Windows Authentication, Multiple Log in requests
I have a small project I am working on using web developer express, and I am trying to get windows authentication to work with my intranet website project. This website is only to be accessed inside my...
View Articleurl encryption
i want to encrypt my url addresshttp://localhost:51828/hostelform/sendsms.aspx to http://localhost:51828/hostelform/abcsdadshdsso that it will be more secure
View ArticleRunning website with both Basic & Forms authentication
I have some code code in App_Code that I want to expose via standard ASP pages/Forms authentication, as well as Web Services/Basic Authentication.Currently the folder layout is something likeMySite...
View Articlehashing password
i'm developing custom membership provider. intend to use hashed password.set the settings in web.config<membership defaultProvider="test" hashAlgorithmType="SHA1"><providers><clear...
View ArticleSession remaining time count down indicator
https://docs.google.com/file/d/0B0qXqpUMxJDKNFRBUTNYNU9zVVE/edit?usp=sharingI have a Session remaining time count down indicator on my menu, I intend to use it to tell user how many remaining time...
View Articlemix of frameworks
Hi, We have an authentication app under Framework 1.1, inside it there is a frame where the other applications run, some were developed with 1.1 but other using Framework 2.0, could be problems with...
View ArticleHow will “windows based” authentication work in MVC web application, if users...
I have the following architecture:-· Active directory server · IIS which will host asp.net MVC · Both the Active directory and the MVC web application are inside our company...
View Articlewhats the difference between Environment.UserName; and...
They seem to return the same. Is one preferable?Thanks.
View ArticleCan you recommend online articles/books on roles?
I have re-invented the wheel with a site that logs people in, gives them different access to pages, and views of different records in the same gridview, and so forth. I should have used asp.net login...
View ArticleHow to allow unauthenticated users to reset password?
Hello everyone: This is an Update to my question below:So far I am able to allow users to change their password but only if they are authenticated or logged into the application. What I really need is...
View Articlealternate method for openssl_public_encrypt in C#
I am completely new to encryption and C#. I have public.key file which contain public key. using php i can use the key to encrypt the data and send to thirdparty.$publicKey =...
View ArticleSAML SSO for google
My question is how to use my website credentials to integrate with google apps . Is it necessary to register website signin, and signout page in googel apss control panel ?can we test this without...
View ArticleAnti CSRF token in asp.net V 3.5
how to create anticsrf token in a normal asp.net website.??I seen examples thay are creating using MVC but am not using any MVC platform to create the websites.Explain me how we can create these tokens...
View ArticleEncrypting password at client side and decrypting at server side
Hi, I want to encrypt my password using jquery/javascript and then decrypt it using c# at server side, can anyone tell me the simplest way to accomplish it. Thanks
View ArticleWAT - ASP.NET Users Configuration Tool
Hi Community, Suppose there are lot of users exist in database but I want to implement membership provider for authentications etc. WAT is only choice to implement membership provider to large users in...
View ArticleASP.NET Membership Provider
Hello Community,Is there any way programmatically to change AspNet membership provider rather to define in web.config or it is standard practice to define in WEB.CONFIG file.
View ArticleAdding users in the Network to ASP.NET Membership Roles?
I am creating windows authentication page for my MVC website. This is for a customer service department where users are on the Network.Members to the Network is added by Network Administrator.Members...
View Article