Web Forms :: How To Recognize Active Windows

Jan 7, 2010

i build a web application in C# and asp.net. my question is if i opennig a few windows, how can i know wich windows is active, i mean wich windows is in the front right now?

View 4 Replies


Similar Messages:

Active Directory/LDAP :: System Doesn't Recognize DirectoryEntry In The Code - Not Found

Aug 19, 2010

why the system does not recognize DirectoryEntry in the code below? It indicates DirectoryEntry cannot be found.

[Code]....

View 2 Replies

Security :: Recognize User By Windows Login

Dec 30, 2010

On my Intranet page I want to be able to recognize the user by their Windows Domain login. I am using VB 2010 and ASP. I have several VB books but none of them cover this. If it isn't too much to ask could someone show me the way. I have a strong SYS ADMIN background and am pretty sure this will involve LDAP but that is about as far as I am.

View 2 Replies

Security :: Login Using Authentication Against Windows Active Directory?

Jul 30, 2010

I am using Visual web Developer 2010 Express.

I want to create a small intranet web site with a login page that will authenticate against groiups of users in Active Directory. So for example if someone in Group A logs in they can get to web page X and if someone from Group B logs on they can get to web page Y. Is it possible to do this with the login controls without writing code? I thought it would be a fairly standard thing to do.

View 7 Replies

How To Get Active Directory Users Into Windows Phone 7 Series

Aug 31, 2010

how to show windows server 2003/2008 Active Directory User data in windows phone 7.

in asp.net application we can use "System.DirectoryServices" Namespace. in didn't find this name space in .net compact framework.

View 2 Replies

VS 2008 - Sending Windows Credentials From Active Directory To Web App

Jan 13, 2012

I've been asked to program a web app for a client's intranet. They want the web app to users in using their Windows credentials. So far in my online research, I've been finding that Active Directories is what I need to access, and that the System.DirectoryServices library provides the tools for doing so. Unfortunately, it seems that one can't get the password from the AD through this route (or through any route). But a coworker of mine tells me there is a way to get AD to pass on the user's Windows credentials (which includes username and password) directly to the web app (so that no one but the web app itself can see it), and that the web app can use those credentials to automatically log the user in.

View 4 Replies

Active Directory/LDAP :: How To Let Mac And Windows Users Change Their AD Password

Jan 29, 2010

I need to look for an example of a web application, preferably ASP.NET but any otherweb language will do, that lets Mac and Windows users change their AD password.

Any technique, application, or source code will be great.

our Macs are not connected to AD and we also have Windows users.

View 1 Replies

Active Directory Intranet / Get A Windows Prompt To Enter Username And Password

Nov 2, 2010

I have an intranet that gets the current logged in user through active directory. When a user is locked out they get a windows prompt to enter their username and password. Is there a way for me to catch this and redirect them to a page where they are asked to enter their credentials again or tell them that their account might be locked out and to contact the help desk?

View 1 Replies

Active Directory/LDAP :: PROJECT: Single-sign-on For Internet/application And Windows?

Jun 18, 2010

I'm analizing this situation:

-I've ASP.NET intranet application

-I've to centralize users' passwords in my domain and have visibility of them.

-Each user must change his own password each 3 months.

-Each user must have only one password for the access to Windows,Intranet application and ERP application

Is there a way to block all user accounts periodically and asking them to insert the new password after the logon to windows?after that i could make a query that update the passwrod in Intranet and ERP application.

View 1 Replies

Security :: LoginView And Windows Authentication - Setting - User's Account And Password Checked By Active Directory?

Sep 19, 2010

i have a problem with the users authentication on my site. I made <authentication mode="Windows"> in my web.config. The LoginView shows "mycomputermyusername" if i request the page. So far as well. Now i want to login with a different username. Users are stored in an Active Directory. My questions: wich setting i have to do, that user's account and password checked by Active Directory? how can i force the system to make a new login? Logout doesn't work, i always see my on account.

View 1 Replies

Use Active Directory Authentication When Windows Authentication Fails?

Mar 29, 2011

I have a web application (intranet based) which uses Windows Authentication. Unfortunately there are public computers that have public logins at some company locations. My web app doesn't support these public logins because I need to know the user workingSo, even though these public users are windows authentication users, my app will fail because I have no user account setup for that particular account. I want to then try Active Directory Authentication.In my Default.aspx.cs I'd have something like this

protected void Page_Load(object sender, EventArgs e)
{try
userContext = new UserContext(); // If the authenticated user isn't a user in my system then throw an exception
}
[code]...

View 2 Replies

Web Forms :: Recognize The Url From IE Plugin?

Jul 23, 2010

I need to recognize the url from my Personalized plugin. Based on that for specialized url I need to fetch the credential from my database.

Is it possible to recognize the url from my plugin.

View 1 Replies

Active Directory/LDAP :: LDAP - Directory Entry Issue With Out User And Password Using Impersonate And Windows Authentication?

Feb 8, 2010

LDAP - directory entry issue with out user and password using impersonate and windows authentication

View 1 Replies

Active Directory/LDAP :: Active X Control Not Loading On Second Time?

Jan 29, 2010

i created an Active X Control for my web Form first time when i executes my page its works fine.. but when i modified my Active X Control then place my ActiveX Control dll to my web site root directory then my Active X Control is not loading on my Web page..

View 2 Replies

.net - Forms Authentication Fails To Recognize As Logged In Under IE?

Jun 29, 2010

In my asp.net webforms application I am using plain and simple forms authentication hooked up into my database (with the standard membership provider). Everything works well, I can log in , log out, get roles, etc...However, after deploying my site to the intranet IIS server I noticed that IE cannot be authenticated. The actual authentication process for logging in works (as it does tell you when your password/username is wrong) but after authentication completes it claims you aren't logged in.

This is only on my deployed IIS environment as locally while in my VS environment everything works just fine in IE. While in the deployed IIS chrome and Firefox work just fine.The only thing I can tell is it looks like IE isn't getting or saving the authentication cookie. This is not IE setting related as I have my IE8 set to accept all cookies, and I tested on a coworker's IE8 machine and another's IE7 with the same results. My web.config is using the following settings:

<authentication mode="Forms" >
<forms cookieless="UseCookies" />
</authentication>

where I would look to begin debugging this issue?

Edit: I have been forced to fix this issue now, since my webserver is not working well with URL authentication.I have used fiddler and figured out that IIS7 is not sending any cookies to me when I am in IE. No cookies are in the headers. The cookies are correctly in the headers when serving the site to Mozilla and Chrome browsers though. I am at a loss as to why.....

Edit2: As a side note, when I log into the web server directly, if I go to Http://localhost/ IIS sends IE the cookies fine, but if I go to http://qa_build/ (that's the computer name for the server) IIS won't send the cookies to IE.

View 2 Replies

Web Forms :: Profile Object - Compiler Doesn't Recognize Surname?

May 28, 2010

I have created profile objects in my web.config file:

[Code]....

[Code]....

In all tutorials I am finding on the net it says in order to read/write from these properties I just need to use the syntax with C#:

Profile.Surname = "Surname";

But this does not work on my web site code when I'm using C# it underlines and recommends I change to System.Web.Profile.Surname (which I do) but then Intellisense and the compiler do not recognise Surname. What am I doing wrong? I am using Visual Studio 2010 and .Net V4.

View 5 Replies

Web Forms :: Codebehind Doesn't Recognize Dropdown Values Inserted By Javascript

Jan 13, 2010

I added some javascript to fill in a dropdown and it works wonderfully. However, when I try to access the value in codebehind to submit the data, the value shows as null. (string strValue = ddlName.SelectedValue;).

[Code]....

View 3 Replies

Web Forms :: Compiler Does Not Recognize CustomValidator / CS1061: Webform1_aspx' Does Not Contain A Definition For 'answerCustomValidator_ServerValidate'

Aug 30, 2010

I tried this code snippet from ASP. NET 3.5 Unleashed with Visual Studio 2010, I got it built succesfully, but whenever I run it, I got comipler errors:

Compilation Error Description:

An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'ASP.webform1_aspx' does not contain a definition for 'answerCustomValidator_ServerValidate' and no extension method 'answerCustomValidator_ServerValidate' accepting a first argument of type 'ASP.webform1_aspx' could be found (are you missing a using directive or an assembly reference?)

Source Error:

[Code]....
Source File: c:Visual Studio 2010 ASP.NET ProjectsWebApplicationThreeWebApplicationThreeWebForm1.aspx Line: 28
Show Detailed Compiler Output:

View 3 Replies

Active Directory/LDAP :: Active Directory / How To Add/delete/update Account (including adding mail Boxes For New Users)

Feb 11, 2011

I want to learn how to add/delete/update account (including adding mail boxes for new users). Can someone point to a good book where I can begin from. I want to start with some real basics and build from there.

View 1 Replies

Active Directory/LDAP :: To Provide Authentication Based On A Active Directory Security Group for A Webpage

Apr 21, 2010

How to provide authentication based on a Active directory security group for a ASP.net webpage. I am using c# laungauge and .Net framework2.

View 3 Replies

Active Directory/LDAP :: How To Get A Primary Token To Solve A Double - Hop And Be Able To Access Active Directory

Mar 4, 2010

How to get a primary token to solve a double - hop and be able to access Active Directory [URL]

I don't understand a method A where is ASPX page to set the security mechanism to Anonymous only.

View 1 Replies

Active Directory/LDAP :: Change A User Password As An Administrator In Active Directory Using C# Code?

May 25, 2010

Is there anyway to change a user password as an administrator in active directory using c# code.

View 1 Replies

Active Directory/LDAP :: C# & Active Directory / List The Users Of An Organizational Unit Result?

Mar 13, 2010

have a probleme with my search filter, i want to list the users of an organizational unit result.filter =(& (objectClass= user)(ou=dep1)); ====> it didn't work for me

View 1 Replies

Active Directory/LDAP :: How To Return A Group Of Users In A List Using Active Directory

Jun 15, 2010

I need to list a group of users, their group name is (IRS Group) to a list group. how to do this. I'm very new to asp.net and dont have much knowlegde about acctive directory.

View 1 Replies

Active Directory/LDAP :: Upgrading Framework And Server Effect Active Directory?

Sep 23, 2010

our project using active directory on vb.net 1.1 and server 2003. We will be upgrade to vb.net 3.5 and server 2008.

In this case, 1. We convert all vb.net 1.1 application to vb.net 3.5 and run on server 2003.

Then later on, 2. Our server will upgrade to server 2003 to server 2008.

I would linke to know after doing above two phase will effect on Active Directory code setting in our program.

Can I conver to 1 to 1 withut changing anything in vb.net and server?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved