o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

[2005] my login acts different depending which country I login from -

I have a web page with a login screen created by myself.

If I'm login in from US or Canada, it works perfectly. If I try to login from anywhere else (I tried from Mexico, India, Hong Kong and Argentina), it doesn't let me log in.

In the application itself, there's no code related to this type of behavior.

It's mounted on IIS6 and it's ASP.NET 2.0. Is there any settings that could make this behavore occure?

How can I remote debug a web application?

I'm puzzled about this.

Thanks,
HoraShadow

 

[2005] my login acts different depending which country I login from -
I have a web page with a login screen created by myself. If I'm login in from US or Canada, it works perfectly. If I try to login from anywhere else (I tried from Mexico, India, Hong Kong and Argentina), it doesn't let me log in. In the application itself, there's no code related


Check Login Status -
what i am trying to do here is that when the user enter my site i will check whether they are login or not.. if they are not login i will redirect them to the login page and prompt them that they are not login.. i am using VS 2005..


Login -
Another newborn baby in the world of VB ;~| >uha...uha...uha...ha?..hahaha...hahaha! I don't know how I can 'link' my login window (with Username as combobox, Password as textbox) to my Access 97 table. Please teach me how...or better give me a code that acts like the


[2005] programmatically login -
I'm using the .net20 memberships and login defaults to handle security, but I dont' want to login to my site everytime I debug. Is there an object I can set to have it login for me when I'm debuggin? Thanks!


[2005] Login Database -
hi, i'm trying to do a website with a login... there is 2 textbox for username and password. and a button to login. now whem he touch the login button i want it to check in to the database if the login and passsword exist and if it exisit then go to a webpage. can someone give me the c


ASP Login page... -
Hi, I need to create a login .asp that will authenticate using a table in an access DB. I want this login page to open another .asp and connect to a certain ODBC depending on thier user name. Anyone know how hard this is to do? or have any info that I could use to get this done? Let me


Login For Program -
I'd like to make a login screen for a network admin program. Can anyone tell me how to place a login screen where you normally login for windows? I would like it so that they can login to windows normally but instead of going to windows, it will load up my login screen and then it w


ASP IIS and SQL Security -
Hi All, Ok this is driving me mad... we are setting up some ASP code that access a SQL DB. However all the examples we have seen shows the ASP pages accessing SQL via the SA login and a plain text passowrd... Erm this dosent appear to be a sane way of asscessing SQL ! How can it be


[2005] Stupid Login Question -
I'm sure this question is either so obvious it doesn't deserve asking, or has already been asked before, but I couldn't find it from searching, sorry. I am planning to make an application with 3 user types; basic user, super user and admin. From the login page (the first form to


Question about include -
If i include a file in my script then use the header function later on, although it does take me to the location the header asks for its still on the same url, its as if header acts as an include, once an include has already been called? for example i have login.php which posts


prevent login twice -
Hi, Is there a way to prevent login twice? Let say A login once, and then he starts another browser and login again. The second time login should not be allowed Any Idea? Code would be better Thanks!


Web Browser & Auto-Login -
I am writing a piece of software which acts as a portal for a series of websites which require login by means of an online login form. What I want to know is if there is a way to manually send form field headers through the MS Web Browser OCX, or if there is a better way. Settings F


[2005] Login - User moved to certain url -
Hi, I am trying to make it so that when a user logs in, they are directed to a certain page. This page will change depending on the user. How is this done? Can this be done through the Website Administration Tool that comes with the login control? If so, where? I have looked through i


automatic login -
is there a way to bypass the windows login. exactly, i need have a login name, and, of course a password, without having to type it in the windows login dialog box, someone has told me to put my initial login name, the one i want 2 use, and the pwd to an INI file. could someone tell me


ENTER acts like TAB -
A very silly problem. I have a login form consisting of two text fields and a Login button. I want the second text field (Password) to allow me to press ENTER to leave the field (currently I have to TAB or use the mouse to click the Login button). IE pressing ENTER will set the


[2005] webbrowser, need to close the login dialog -
Im using the webbrowser control to navigate to a site, (making program to automate a few things for me), anyways, when i goto the site I gotta login, but ie makes a login form appear, which I need to close, because once its closed I can input the user and password into the form on the


Having login rights follow user -
I have a login form and I have 3 different types of users - Admin, Library, and Publications. They login on the form and the SQL server returns what type they are. What I want is when they open a form, it loads to show or not show buttons depending on their type. In VB, I would crea


Login -
hi, well i was just trying asp.net 2.0 , i've created a login and sign up form using the tools from the toolbox. and when the user login i'm made the login form to go to a member page. my problem is that even the user is not login he still can access the memer website, and me i don't w


Login using Windows Authentication -
Anyone have any great ideas on how to incorporate a login from using the network or Windows login information to authenticate against? ie if my login info was username: p and passsword: q, I want to be able to enter that same information into the login screen of my vb6 program and hav


Difference between New login and New db User -
wat is the diff between New login and new db user in sql sever ? how come when i create a new login ,del it and recreate it again ..i got this error: 21008: SQL-DMO Login xxxx already exists.


form submittal to DB via login -
in my application, i am sending a feedback form to the user in his outlook email. He fills out the form and submits it, but the db we are submitting to is within a portal that needs login and password. Hence i need to store these values (in the form) to a temp file or something, valida


add text to a website form from a vb app -
hey, i would like to make a login app for this website called zone, it uses passport to log in, i made two textboxes 1 for user and 1 for pass and i made a web browser where the login form its going to be on, i want that when the user clicks on the button login it it puts the user and


Need Help With Login Function -
Im making a basic operating system in VB6 and I want to include a login function. Lets say I store the valid login/passwords in a .txt file called login.txt which looks like this dave, davespassword mike, mikepassword bob, bobspassword and so on, what code would I have


[2005] Cookies/cache Of IE -
Ok i m using Vb 2005. I made a software 1 month before Which did not require login. as it took cookies from Internet explorer. For e.g I just had to login from Internet explorer and then when i open my Vb soft and navigate to that specified login site. It automatically logs in using


Windows login -
I'm working on an application where users should login using there windows login. How can I get the windows login? I tried it in VB.NET, but at this moment .NET ain't a possibility. I realy need to work with VB6. Any help is welcome. Thanks in advance!


Automating login to Blogger.com -
Hi, I need to automate login to blogger. My client want that to automate his many blogs. However, the login box is inside an iframe. I do asuming that dw1 is dw1.webbrowser1 and dw is a htmldocument referrence I do Set dw = dw1.getElementById("start-login-iframe")


Set permission for user at particular database -
Hi friends, I am using asp.net 2.0 application & ms server 2005. Using sp_addlogin,sp_adduser and sp_password I create a login and set username and password for particular database.While i connect my sql server i give login(not default login sa) name example itect and give pas


VB6 Web Login Maker -
I am trying to make a program that allows you to login to a page that has a pop up box (not sure the correct wording of what it is). Ex: http://cisco.com/cgi-bin/login Something that will do it for me. I am wondering if this is possible at all? Any help will be appricated.


Manulipate Windows Login HELP -
I'm making a program where users login into the networks server instead of using the default windows login. How would I make it so it doesnt show the windows login screen but my windows form/dialog? I do know this is possible, but I don't know how exactly.


[2005] How to pass data from one form to the other -
Hi, I have a login form which open's as modal in the main form, so when the app start both form open's while the login form show at the centre of the main from. when the user login his details are pull from sqldb and I would like some of his details to show on a label on the main form.


Filling out a form on another site for a user -
I need to login to another site from my site. Rather than have the user login to mine, then login again, can I login to the 2nd site from mine... maybe using outer html? I would even be happy to just fill out the user id and password for them and they can click the login button themsel


[2005] Simple Login w/o Database -
I am looking to put a simple login box into my VB 2005 WinForms application. This will allow me to authenticate and store user preferences. I did a forum search for login and authentication, but only found implementations that used databases to store user info. I would like to store


when and who has login -
I'm writing a service program. How do i detect if someone has login and find out who has login? Note:Using win2000 and winXP


[2005] Advice on things in VB(Hard to explain) -
Ok, I am sort of confused, Im making a game, now, im not sure, if I stack objects ontop of each other, and show/hide them, for example I click 'Login' it opens the login section, and if the signup section is visible, hides it, And visa versa, 'showing' and 'hiding' stuff, Or,


[2005] How do I fetch login info from JavaScript cookie.. -
..in a login page and insert the information in connection strings in other .aspx (and .config) files? I a total newb in VB and have little to no experience working with sessions and cookies, so -any- help would be appreciated! I'm accessing a website which first directs me to a


Can someone give me some idea on login -
Dear all, I have an application require 2 logins, where 1 is the SQL Server login and the other one is the program's login, the program's login is getting the information from the SQL Server Login, which means that I have to login to SQL Server first. The problem comes, the progr


Login Windows Programmatically -
Hi to all, i have developed a Remote Desktop application. The server in a Windows Service. When i restart the PC, i send ctrl+alt+del from client, and then i must send the authntication data. I'm not able to capture the login screen. Can anyone suggest me a function to capture the


How to Do Auto Login in Windows98 and ME -
I Have a VB App for CyberCafes, my Clients Break the App by Pressing CTRL+ALT+DEL right After They Login to the Windows Login just Before the Windows DeskTop Loads. They See my App Listed in the Close Program Dialog Box and Close it. I need a way to have my Program Running Before


[2008] Login and Registration -
Hey all, I'm making a shoot em up game(2D) and i want a registration section and a login section. SO... The gamer who hasn't got an account registers on the game, then they have a login for the game. the user log in and then they can play the game. when they win or lose there


VB 6 Users Login issue. -
Hi, On login I want to give certain rights to my users, i.e. unable or disable certain commands, etc. I have a sql server db table with users and they are allocated departments as Temp, Admin, etc. According to which department a user belongs, on login would have access to certain c