- Mar 1, 2000
- 30,859
- 4,976
- 126
Please excuse my ignorance, I'm hardly a web developer but have a small task to complete and I'm having issues doing so.
Basically, I need to get the windows network login from a simple ASP page so I can then display items based on their login (sort of making it a "personalized page" based on their login ID/credentials)
I assume getting their login is possible?
Let's say I have super simple page like below -- how do I get their login to display?
I know this can be done in VB.net, VBA... pretty much anything else. I just have very little clue when it comes to ASP
Thanks in advance.
Basically, I need to get the windows network login from a simple ASP page so I can then display items based on their login (sort of making it a "personalized page" based on their login ID/credentials)
I assume getting their login is possible?
Let's say I have super simple page like below -- how do I get their login to display?
Code:
<%
strWrld="Hello World"
%>
<HTML>
<TITLE>ASP Test Page</TITLE>
<STRONG><%=strWrld%></STRONG>
</HTML>
I know this can be done in VB.net, VBA... pretty much anything else. I just have very little clue when it comes to ASP
Thanks in advance.
Last edited: