473,661 Members | 2,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can't login to my Web application using IE!

Hello!

I was recently worked on building quite complicated web app. Everything was
ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it is
working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in future.
After a while i get a phone call, that person can't log into it, because
"Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"... )
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0 with
XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik
Nov 19 '05 #1
4 1622
Pawel,
My best guess based on your description is that you have a validation
control set to enabled=true, but visible=false, your control has no
text associated with it, or it's on a section of your page that is
hidden or obscured. Try checking your validation controls again, and
perhaps add a validation summary control to see if that helps find the
issue. Also, since this appears to be on one PC and not on others,
consider checking to see if that PC's IE is installed and fucntioning
properly.
Jason

Nov 19 '05 #2
There is a bug in ASP.NET 1.1 SP 1. Please see this thread for directions:
http://www.asp.net/Forums/ShowPost.a...&PostID=739537

FYI: You can replace your validators with "Profession al Validation And More"
(http://www.peterblum.com/vam/home.aspx) to get client-side support of
Mozilla, Netscape 7, FireFox, Opera 7, and Safari. It includes a conversion
utility to make it easy. (It also includes 22 validators and numerous
enhancements to validation.)

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlu m.com
Creator of "Profession al Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta .onet.pl> wrote in message
news:cr******** **@nemesis.news .tpi.pl...
Hello!

I was recently worked on building quite complicated web app. Everything
was ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it is
working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in future.
After a while i get a phone call, that person can't log into it, because
"Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"... )
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0
with XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik

Nov 19 '05 #3
Hello!

Big thanks, that was this!.

About using your validators: now it is a little to late for me in this
project...but for a next..why not!

Pawel Janik

Użytkownik "Peter Blum" <PL****@Blum.in fo> napisał w wiadomo¶ci
news:el******** ******@tk2msftn gp13.phx.gbl...
There is a bug in ASP.NET 1.1 SP 1. Please see this thread for directions:
http://www.asp.net/Forums/ShowPost.a...&PostID=739537

FYI: You can replace your validators with "Profession al Validation And
More" (http://www.peterblum.com/vam/home.aspx) to get client-side support
of Mozilla, Netscape 7, FireFox, Opera 7, and Safari. It includes a
conversion utility to make it easy. (It also includes 22 validators and
numerous enhancements to validation.)

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlu m.com
Creator of "Profession al Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta .onet.pl> wrote in message
news:cr******** **@nemesis.news .tpi.pl...
Hello!

I was recently worked on building quite complicated web app. Everything
was ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it
is working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in
future. After a while i get a phone call, that person can't log into it,
because "Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"... )
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0
with XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik


Nov 19 '05 #4
Hi Pawel,

Professional Validation And More includes a Conversion wizard that quickly
changes existing pages to use the new validators.

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlu m.com
Creator of "Profession al Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta .onet.pl> wrote in message
news:cr******** **@nemesis.news .tpi.pl...
Hello!

Big thanks, that was this!.

About using your validators: now it is a little to late for me in this
project...but for a next..why not!

Pawel Janik

Użytkownik "Peter Blum" <PL****@Blum.in fo> napisał w wiadomo¶ci
news:el******** ******@tk2msftn gp13.phx.gbl...
There is a bug in ASP.NET 1.1 SP 1. Please see this thread for
directions:
http://www.asp.net/Forums/ShowPost.a...&PostID=739537

FYI: You can replace your validators with "Profession al Validation And
More" (http://www.peterblum.com/vam/home.aspx) to get client-side support
of Mozilla, Netscape 7, FireFox, Opera 7, and Safari. It includes a
conversion utility to make it easy. (It also includes 22 validators and
numerous enhancements to validation.)

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlu m.com
Creator of "Profession al Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta .onet.pl> wrote in message
news:cr******** **@nemesis.news .tpi.pl...
Hello!

I was recently worked on building quite complicated web app. Everything
was ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it
is working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in
future. After a while i get a phone call, that person can't log into it,
because "Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"... )
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0
with XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2391
by: Steve | last post by:
I am new to .Net and Visual Studio, I have a login form and my main application form. When I login I want to call the application form, and dispose of the login. I have tried doing something like: This.Hide myAppfrm.Show(); but then when I close down the myAppfrm, the system hangs as the login screen is still floating about in memory. How is this delt with normally in the .Net fraternity?
2
2774
by: Beginner | last post by:
I know this is an old question, but searching all over the internet plus several MS security conferences, still haven't got a straight anwser. Basically, the login.aspx is on one dedicated server in the domain using AD. ASP.NET applications run on other servers (not neccessary in domain) and trying to use authentication server. How could this be done? - Most response says you need to set MachineKey the same, but that alone doesn't...
1
2435
by: MichaelR | last post by:
I have an asp.net application using forms authentication. 1. It has a simple login page (login.aspx) that uses FormsAuthentication.RedirectFromLoginPage(. . . ). 2. My application has a logout function that Redirects to signout.aspx. Signout.aspx invokes FormsAuthentication.Signout() when it loads. 3. Signout.aspx also has a login button that redirects to my application page (index.aspx). Because the user is no longer authenticated,...
3
2119
by: Bruce | last post by:
I just started the design of an ASP.NET application which accesses one of our custom web services to provide user authentication, among other purposes. I created a log-in page (code below), using the WebControls.Login control. I put a simple label on the page, to display text showing whether the log-in was successful. I populate the Label.Text from within the event handler for the Login control's Authenticate event. But when I run...
2
2453
by: Sasquatch | last post by:
I'm still having trouble creating a simple login page using the asp:login control. I followed some instructions in a WROX book, "Beginning ASP.NET 2.0," and the instructions are very straight forward, but it won't work for me. I've got a little better troubleshooting information for everyone now. First, here's how I set this stuff up... 1. Created a new folder named "testlogin" 2. Turned that folder into an application using the...
0
12768
by: barrybevel | last post by:
Hi, I'm trying to login to the www.vodafone.ie website using HttpWebRequest. It works fine with IE/Firefox and the .NET Web Control too, just not with my code. I think it's a redirect 302 problem. I'm using this code in a ASP.NET 2.0 application just in case that matters, maybe someone knows a better way to do this?
3
2029
by: cucubird | last post by:
Hi, I have develop a web application using java and jsp. In my web application, there are links to several other web applications. I aim to achieve the "backend login" of the applications that are being linked in my current web application. That is to say, when users login to my web application using my webapplication login form, i will auto login them to the other web applications such that when users click on the link in my web application,...
4
2477
by: Joseph Geretz | last post by:
We use a Soap Header to pass a token class (m_Token) back and forth with authenticated session information. Given the following implementation for our Logout method, I vastly prefer to simply code m_Token = null in order to destroy the session token when the user logs out. However, I'm finding that setting class instance to null results in no header being sent back to the client, with the result that the client actually remains with an...
10
22363
by: =?Utf-8?B?UmljaGFyZCBCeXNvdXRo?= | last post by:
Hi In my app I have a SplashScreen, a login form and a main form. On launching the app, I'd like to show the SplashScreen while reading config files and attempting a database connection. I show progress of these tasks on a label on the SplashScreen form. Once this is completed ok, the splash screen should close and the login form should be displayed. A successful login closes that form and shows the main form.
6
1709
by: =?Utf-8?B?UGFycm90?= | last post by:
I cannot access my SQL database in a browser control created in my C# Windows application program I can, however, access the database from an IE browser. I get the ubiquitous "Login failed for NT AUTHORITY\NETWORK SERVICE" error message. I researched all the advice on the internet and tried to add an NT AUTHORITY\NETWORK SERVICE login to my database under the Security/Users tab using SQL Server Mangement. However, there is no NT...
0
8432
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8855
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8758
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8545
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7364
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6185
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4346
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1986
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.