Quantcast
Channel: login to a website from another asp.net site with built in form authentication
Browsing latest articles
Browse All 20 View Live

Re: login to a website from another asp.net site with built in form...

(a) WHY do your end users have different credentials for each website?I think initially when the websites were designed they were designed by each product type (in our case the products are different...

View Article



Re: login to a website from another asp.net site with built in form...

@eyobzelekeQUESTIONS:(a) WHY do your end users have different credentials for each website?(b) are your end users employees or customers or other?(c) if i were an end user, how often would i log into...

View Article

Re: login to a website from another asp.net site with built in form...

Thanks again for your response Gerry. To answer your question, currently I have my end users logging into each of the websites with their user credentials (different for each website). We are trying to...

View Article

Re: login to a website from another asp.net site with built in form...

@eyobzelekei use ASP.NET MVC; i dropped WebForms when MVC was in alpha a.k.a. CTP (2007).it appears that you're using WebForms if i've correctly understood this thread.regardless, no matter what...

View Article

Re: login to a website from another asp.net site with built in form...

Ok thank you Candice!

View Article


Re: login to a website from another asp.net site with built in form...

Hi eyobzeleke,eyobzeleke I was talking about where to save the actual .cs fileBelow is a typical folder structure for an ASP.NET web pages web:1) The "Account" folder contains logon and security...

View Article

Re: login to a website from another asp.net site with built in form...

Thank you Gerry. Can you comment on ...... after making all these changes how is attaching GUID to Urls gonna help me bypass the login requirements (intact on each website...but credentials are...

View Article

Re: login to a website from another asp.net site with built in form...

Thank you Candice (I think I didn't make it clear enough but I was talking about where to save the actual .cs file).

View Article


Re: login to a website from another asp.net site with built in form...

@eyobzelekeeyobzeleke can I use UserID as a GUIDAFAIK, because i've not looked at membership for a long time, UserID identifies the user ... i would rather user a GUID as a custom field because i can...

View Article


Re: login to a website from another asp.net site with built in form...

Hi eyobzeleke,eyobzeleke My question was with the location for Save.As my previous post, I provide the update user method. In the sample, it saves the update users in Users table. In the link, it has...

View Article

Re: login to a website from another asp.net site with built in form...

I got that Candice as far as the update user method. My question was with the location for Save.

View Article

Re: login to a website from another asp.net site with built in form...

"You need to tweak membership" Am I adding a GUID ID field to the custom table and retrieve it later for logins? Is that the tweaking you are suggesting here Gerry? Also my existing dbo.aspnet_users...

View Article

Re: login to a website from another asp.net site with built in form...

Hi eyobzeleke,eyobzeleke when I modify some of the methods (UpdateUser, GetUser....) in the SQLMembershipProvider.cs or Membership.cs, do I just alter them where they are and save the change?The...

View Article


Re: login to a website from another asp.net site with built in form...

Thank you so much for the articles and your help Gerry! Here are a couple more questions:1. So, when I modify some of the methods (UpdateUser, GetUser....) in the SQLMembershipProvider.cs or...

View Article

Re: login to a website from another asp.net site with built in form...

@eyobzelekesee https://msdn.microsoft.com/en-us/library/cc667410.aspx "How to: Debug .NET Framework Source"see also http://referencesource.microsoft.com/...

View Article


Re: login to a website from another asp.net site with built in form...

This could be a silly question but how can you debug membership as it is a built-in functionality and none of the code is available in the project file? My login.aspx.vb page doesn't have any relevant...

View Article

Re: login to a website from another asp.net site with built in form...

@eyobzelekeYes, my suggestion also works with membership.  You need to tweak membership.TIMTOWTDIbefore doing anything, i strongly recommend that you set breakpoints and walk through your existing...

View Article


Re: login to a website from another asp.net site with built in form...

Thank you for the response GerryLowry! A couple more related questions for you:1. I am using asp.net membership for authentication purposes. Does your suggestion work with that? Also, is there a...

View Article

Re: login to a website from another asp.net site with built in form...

@eyobzeleke      welcome to forums.asp.netTIMTOWTDILet's say you have websites A, B, and C.From your drop down, one of your end users chooses to visit website B.At B, your end user logs on...

View Article

login to a website from another asp.net site with built in form authentication

I am working on a project where I have a dropdown menu on the main page of my site that allows the users to select which site they want to visit. Upon selection, the user is supposed to go to the site...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images