I posted earlier regarding looking for some sample code to query Active Directory for a user's phone number. I am finding lots of sample bits of code on CodeProject.com but nothing that is even close to explaining to me how to even get started.
I'm also trying to find what I need on W3Schools but again coming up very empty.
I guess I need to start at the most base levels here. What program do people recommend to code in? I have access to Visual Web Developer, Microsoft Expression Web 4 and Web Matrix.
I used to do all my classic ASP in a simple notepad session, so I am feeling rather lost here in not understanding the file structure needed.
I don't understand why this works inside my aspx file
But this does not
Can anyone assist with some basic code to get me started?
I hope that helps.
Regards,
Mark
Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
I'm also trying to find what I need on W3Schools but again coming up very empty.
I guess I need to start at the most base levels here. What program do people recommend to code in? I have access to Visual Web Developer, Microsoft Expression Web 4 and Web Matrix.
I used to do all my classic ASP in a simple notepad session, so I am feeling rather lost here in not understanding the file structure needed.
I don't understand why this works inside my aspx file
Code:
You are <%=Request.ServerVariables("LOGON_USER")%>
Code:
<SCRIPT type="text/vbscript" language="vbscript">
User = Request.ServerVariables("LOGON_USER")
Response.Write User
</Script>
Can anyone assist with some basic code to get me started?
I hope that helps.
Regards,
Mark
Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.