Wrox Programmer Forums
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 1st, 2010, 05:21 AM
Registered User
Points: 5, Level: 1
Points: 5, Level: 1 Points: 5, Level: 1 Points: 5, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default User account lock

Hi all,

I want to open a URL(http://10.14.15.23/test/test.aspx) which is present in the server.I am using the following code.

CInternetSession objInetSession;
try
{
CStdioFile* objStdFile = objInetSession.OpenURL("http://10.14.15.23/test/test.aspx",1,INTERNET_FLAG_TRANSFER_ASCII ,NULL,0);
}
catch(CInternetException* exp)
{
exp->GetErrorMessage(lpErr,sizeof(lpErr),NULL);
::AfxMessageBox(lpErr,MB_ICONSTOP);
return 0;
}

Everything is working fine. But, the server local user account, which is configured in IIS for anonymous access, gets locked frequently. So, i am not able to access this link.

Server machine has a policy that if we enter wrong password for more than 4 times while logging,the user account will get locked.

Can anyone please tell me the reason for this user account lock?

Thanks,





Similar Threads
Thread Thread Starter Forum Replies Last Post
user account activation kirangentlebreeze1987 Visual Web Developer 2008 1 December 28th, 2009 09:56 AM
TO retrieive all user account name vinothsiva General .NET 1 June 15th, 2007 05:29 PM
Urgent: Lock account if user login with invalid pw ramuis78 ASP.NET 2.0 Professional 2 May 15th, 2007 08:05 PM
How to creat an user account prad_a PHP Databases 1 May 12th, 2007 03:25 AM
Inactivate User Account NinaWilliam ASP.NET 1.0 and 1.1 Basics 5 March 13th, 2006 10:13 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.