Tagged Questions
The logon tag has no wiki summary.
10
votes
1answer
381 views
Windows 7 logon screensaver in Delphi
I'm having problems while using Delphi application as Windows 7 logon screensaver (for both 32-bit and 64-bit Windows). Even blank application (New Project without any extra code) throws an error.
...
7
votes
1answer
1k views
A controller action which returns a partial view inserts the logon page when authorization fails
I have a view that loads a partial view from a controller action using jQuery. The controller action is decorated with the Authorize attribute and if the user has timed out when that action is called ...
4
votes
1answer
1k views
Get current user's last logon
I am trying to get the current's user last logon. I might be this current session or it might be one before that.
I am calling GetUserName() to get the current username. I feed that into ...
3
votes
2answers
454 views
SQL Database Powered C# & ASP.Net Role based authentication control
I want an ASP.net and C# authentication/logon control which references a SQL server database containing two tables: users and roles. When the authentication is successful, I want the user to be ...
2
votes
2answers
137 views
Writing a logon script for different users in VB, needs to be able to map drives. Need some help
What is happening now, is that .bat files are ran on logon, which executes mapping the drives. We now however want to switch these into a VB script. A couple problems, however:
There are 18 drives to ...
2
votes
4answers
781 views
Switching execution context inside logon trigger
I have a database called MyDB in a Microsoft SQL Server 2008 Express instance using mixed mode authentication. The application using the database MyDB currently connects using Windows Authentication, ...
2
votes
2answers
235 views
What's the best way to store Logon User information for Web Application?
I was once in a project of web application developed on ASP.NET. For each logon user, there is an object (let's call it UserSessionObject here) created and stored in RAM. For each HTTP request of ...
2
votes
3answers
472 views
Updated: Interacting with the user on the windows logon screen
@UPDATE:
OK FOR ANYONE ELSE WHO IS SEEKING ADVICE ON THIS ISSUE...
So far, the best thing i have found is to download yourself a cpy of pGina (http://www.pgina.org/) and for 2k/xp modify the GINA, ...
2
votes
2answers
19k views
How to connect to remote Oracle DB with PL/SQL Developer?
I have a database "TEST", to which I connect at address 123.45.67.89:1521.
How do I connect to it using PL/SQL Developer?
1
vote
2answers
73 views
powershell: script to start a program with parameters?
When i run the Powershell script below i receive the error below. How do i run programs through powershell with parameters? The script will be a group policy logon.
Invoke-Expression : A ...
1
vote
1answer
38 views
Windows Service Logon Failure - No Network Avaliable
I developed a windows service that must logon to a server. It works fine. I set it to start automatically when the windows starts.
The problem is when there is no network avaliable, generating a ...
1
vote
0answers
90 views
winapi - logonUser not supported
i desperate.
my applications run as windows service, and it needs to create new regular process with different credentials.
it should run under win nt, xp, 7, etc.
because it runs as a service, i have ...
1
vote
0answers
613 views
Windows Credential Provider, Filter, and Unlock Workstation Scenario
I'm developing a credential provider and filter. I have some problems with lock scenario.
First, I have tried the SampleAllControlCredentialProvider from here. And it works. Even when I logon and ...
1
vote
0answers
357 views
WPF CrystalReportViewer VS2010 SP1 - Logon Failed
The code snippet below works absolutely fine on my development PC and another users PC.
The application was installed to the other users PC using 'ClickOnce'.
ReportWindow reportWindow = new ...
1
vote
1answer
315 views
Display GPO deployed application's name on Windows 7 logon screen
On Windows XP, when an application is installed via GPO, user can see appplication's name during logon screen.
On Windows 7, the only status message is "Welcome".
Is there a way to display a more ...
1
vote
4answers
472 views
Need help with logon script
We have windows 2003 server and all clients are using XP computers with office 2003.
Now we have added 2 windows 7 computers with office 2010.
For the XP/2003 users we have a script that create their ...
1
vote
1answer
212 views
Windows login with MFC application
I'm developing a face recognition login application in MFC.
How can I run my application when the windows login screen appears and how can I login (having the username and password) if face is ...
1
vote
2answers
421 views
Detect user log on from a Windows Service
Is there for my .Net application to detect if a user has logged on? It is a Windows Service, so it will be running before logon.
What I want to do is display a "popup" when a user logs on to tell ...
1
vote
2answers
447 views
CreateProcessAsUser and LogonUser Without Password
Using WTSGetActiveConsoleSessionId and WTSQueryUserToken, I know it is possible for a service running as SYSTEM to launch an application onto the current desktop without using a password. Is to launch ...
1
vote
1answer
84 views
MVC Logon just refreshes page - doesn't log on
Hi
I have 2 MVC sites on a shared hosting environment. The first one works fine and I can log on and use the membership provider etc.. no problems. A second site can see the database and retrieve ...
1
vote
1answer
2k views
Turn off Always Prompt For Logon Credentials in Outlook 2007 using vbscript
Is it possible to turn off "Always Prompt For Logon Credentials" in Outlook 2007 using vbscript?
1
vote
2answers
2k views
How to get the logon SID in c#
How does one retrieve the Windows Logon SID in c# .net? (not the user sid, but the unique new one for each session).
Thanks in advance,
1
vote
5answers
1k views
LDAP Gettling a list of logon names
I have the need in my program to get the list of user logon names in a group.
This is what I have so far but it only returns all the users...which I need cut down to those in a group, of which i ...
1
vote
3answers
109 views
How do I logon Via a Windows Service?
Basically I want a windows Service that at a particular time, Logon on a windows (XP/Vista/7/2008) Machine? If this is Possible, Please show me the way?
1
vote
3answers
392 views
How to create different View depending on logged in user's role in ASP.NET MVC?
I am kind of new to ASP.NET MVC, so need your help getting me through a problem:
In my application the LogOn will be done using the Role of the user. I have my custom database schema (like User, ...
1
vote
2answers
2k views
ASP.NET MVC + modelstate and partial view
I have a partial view called LogOn where i basically copied the logon inputs into a control. I am using Html.RenderPartial to place the control in my Index.Html inside of an Ajax.BeginForm
<div ...
0
votes
0answers
25 views
RegConnectRegistry API connects under ANONYMOUS LOGON
I'm working on a utility that connects to a remote host through WMI, creates a process using that WMI connection, and records its status. Credentials to connect to the remote host are provided by the ...
0
votes
0answers
18 views
Using SSL after using a popup login modal
i like the look and feel of the MVC 4 preview popup login modal dialog. The problem is this.
Consider a user shopping on a site(using non-ssl). Then he decides to register/logon. Pops up the ...
0
votes
1answer
50 views
How to login a user from the Windows API (in Java)?
I don't want to go on to much and I don't have much time so I'm going to get straight to the point. How could I use the Windows API to log a user in or type in there password for them at the login ...
0
votes
1answer
121 views
Windows7 - Hide administrator account from login screen [closed]
I have just installed Windows 7 on a new laptop. On this machine, I created 2 users:
ericc = normal user
ericcadmin = administrator of the machine
On the login screen, I would like to see ...
0
votes
0answers
31 views
CR with visual studio 2010 logon box
We are using CR with Visual studio 2010 for our applicaton.
Following is the code which I am using for generating the report from collection of objects which I got from Webservice.
SampleReport ...
0
votes
1answer
45 views
How does one programmatically add a logon/logoff/startup/shutdown script to a GPO via c#?
So I've been able to make use of the GPMC library to add GPO's and link them to OU's. However my program needs to be able to attach logon/logoff/etc scripts to the GPO User/Computer configuration. I ...
0
votes
0answers
64 views
Windows 7: Send message to the legal notice window
Sorry for the lengthy post ...
Background:
I inherited a project that creates a custom Windows ATL service running on Windows XP that I use to log into remote PCs on a network. Each PC runs said ...
0
votes
0answers
78 views
VBScript to close windows, log off and log back on
I realize that this might sound ambiguous at first, but just hear me out.
I need a vbscript to either run locally or remotely to close some windows (I have already done it locally with sendkeys) and ...
0
votes
0answers
80 views
MVC 3 Logon Form POST problems with PartialView
I would like to add a user logon form to the top of my site (all pages). To accomplish this I have added the following to my shared _Layout.cshtml file:
<div id="header">
...
0
votes
1answer
44 views
How to setup VPN on Windows start
Need to setup VPN on windows start, without User logon (Like a service).
does it possible?
0
votes
1answer
36 views
How to force users to register after a number of requests
Just was wondering how to go about requesting a user to sign up to continue to use some of my website functionality after lets say 5 requests.
How do I do this? I basically have a rest api with a ...
0
votes
0answers
15 views
Unable to Complete Typing My Log on ID [closed]
I am trying to access an online account but I am unable to complete typing my user id. I can only type a few characters, then It will stop before I complete my UserID. I was able to log on a few hours ...
0
votes
1answer
34 views
windows logon auth
Is there anyway to make windows logon authentication calls remote server (intranet) for the user and password?
So, the user information is not stored on the os, but instead on server which is called ...
0
votes
0answers
33 views
CreateProcessWithLogonW - Getting strange error message
I'm starting one application from another one by calling CreateProcessWithLogonW. I run the other app with user name/pw from a local user account I've create beforehand.
On one PC everything works ...
0
votes
0answers
146 views
The requested URL ~/Accounts/LogOn was not found on this server
I have a ASP.NET MVC application. My application works on IIS6. If I try to log on to the server from local machine I see this error message, but if I try log on from server mashine I successfully log ...
0
votes
1answer
21 views
Crystal Reports databaselogin promt
im using CR version 13. With VS2010 and CR SP1 for VS2010.
I have a report with lots of subreports. They use XML schemas for data at design time and then uses runtime populated datasets. It works ...
0
votes
1answer
131 views
cannot login to sql server due logon trigger
I have an urgent situation
I write a logon trigger for disable to login from hacking programs but it blocked me to and none of the users cannot logon database my trigger is
/****** Object: ...
0
votes
1answer
322 views
Error: The view 'xx' or its master was not found or no view engine supports the searched locations… on logon?
In view logon, log on with.
User: admin
Password: xxx
I can log in normally.
When you try to:
User: tavaresdemelo.adv.br
Password: xx
The error is displayed:
The view 'tavaresdemelo.adv.br' ...
0
votes
0answers
16 views
How to set Windows 2003 DC's logon script via vbscript or WMI?
How to set Windows 2003 Domain Control's logon script via vbscript or WMI?
0
votes
1answer
206 views
Exchange web service authentication from java [closed]
Can I build a web-service client to EWS (exchange web services) with NTLM authentication using the current windows logon?
thank you.
0
votes
3answers
37 views
Automatically logging into a website from the desktop
If we have a link on a users desktop to a website, is there any way to automatically log them into that website using their windows username and password?
0
votes
2answers
64 views
Creating temp table on logon in SQL Server
Is it possible to have SQL Server create a temp table inside a particular database upon a user connecting to the database in such a way that the connecting user is the only one with access to the ...
0
votes
1answer
72 views
javascript class that contains user input
I i am new to javascript and i have to create a class for a page i have in my current project.
its basically a registration page with all the expected fields. first name, last name and all
that good ...
0
votes
1answer
603 views
Running a batch file on windows 7 enterprise before logon
I am the systems administrator at my university, and I have just switched from Ghost to Clonezilla. I am able to successfully image the computers, and I have successfully created 1 single .bat file ...