Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Streamlined Login on .NET Intranet

Status
Not open for further replies.

Abraxus

Programmer
Joined
Aug 8, 2006
Messages
109
Location
US
I'm turning to this wonderful group to see if anyone can shed some light on our frustration. We have a well developed company intranet done in ASP that we would like to convert to ASP.NET. The intranet is used mostly in an 'anonymous' fashion but there are areas where we use authentication. For our ASP site we had a lovely login.asp page that we would just include (<!--#include virtual="/login/login.asp"-->) wherever we wanted to use a login, and there would be a username/password box right on the page. Content visibility that required the user to be logged in was controlled with a session variable.

Try as we might, we can't seem to find a way that .NET handles this in a similar manner. Every example or instruction we find requires a redirection to a separate login page. Does anyone know if .NET will even allow an #include or @REGISTER method for incorporating a login box on any given page? Something that allows the use of a centralized login format without having to redirect the user away from their current area of activity to the central login page?

Perhaps it's terribly simple or simply impossible, but I would greatly appreciate anything you have to offer on the matter. Thank you!
 
Yes it is possible. No I don't have sample code. But you could try the ASP.Net forum for a better answer. See sig for link, or the list of forums to the left.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Thank you very much, I will move my question to the ASP.NET forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top