Your login form is not having any action attribute. Having an action attribute with an empty string may points the form at the same login URL.
You should have an action attribute for your login as well as your register form
Login action
<formaction="Login?"method="post">
Register action
<formaction="Register?"method="post">
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>moovthis.com your online community for horse owners on the move </title>
<META name="description" content="The online community for horse lovers on the go. Sharing your ride is not only economical, it reduces emissions and traffic. Save the planet!"><META name="keywords" content="ride share; rideshare; equine rideshare; equine ride share; save gas, save the planet">
</head>
<frameset rows="100%,*" border="0">
<frame src="http://moovthis.azurewebsites.net/" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<!-- pageok -->
<!-- 01 -->
<!-- -->
</html>
I can see that you're using frameset. Your website is not working in IE because IE doesn't support framesets.
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
I can see this code when i view source in Google Chrome and Mozilla FireFox. The below html code has meta tags but when i view your website
www.moovthis.com in IE 10, IE 9, IE 8 IE 7 i don't see any meta tags. I don't understand what's happening. Please check your website on Azure.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>moovthis.com your online community for horse owners on the move </title>
<META name="description" content="The online community for horse lovers on the go. Sharing your ride is not only economical, it reduces emissions and traffic. Save the planet!"><META name="keywords" content="ride share; rideshare; equine rideshare; equine ride share; save gas, save the planet">
</head>
<frameset rows="100%,*" border="0">
<frame src="http://moovthis.azurewebsites.net/" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<!-- pageok -->
<!-- 01 -->
<!-- -->
</html>
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
wavemaster
Participant
1279 Points
1124 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 05:13 PM|LINK
I have tried from two clients on the same SBS network logging into the live site.
One machine IE8 on Win7 = did not work
Upgrade this machine to IE9 on Win7 = did not work
Another machine IE10 for Win7 = did not work
I had a friend register and login on Win7 with IE8 = did not work (it did work on chrome).
The site running on the local machine works fine across all browsers and I can login with all our internal user credentials.
Internet Zone is set to medium, and inprivate browsing is not turned on.
Abhishek Luv
Participant
1736 Points
468 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 05:16 PM|LINK
I think this could be the issue.
Your login form is not having any action attribute. Having an action attribute with an empty string may points the form at the same login URL.
You should have an action attribute for your login as well as your register form
Login action
<form action="Login?" method="post">
Register action
<form action="Register?" method="post">
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
wavemaster
Participant
1279 Points
1124 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 05:22 PM|LINK
Tried it, same thing.
Abhishek Luv
Participant
1736 Points
468 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 05:31 PM|LINK
I can see two url's
http://moovthis.azurewebsites.net/Account/Login
http://www.moovthis.com/
When i click login your url should go to this url http://moovthis.com/Account/Login but its not.
But i am able to login and logout using this url http://moovthis.azurewebsites.net/Account/Login
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
wavemaster
Participant
1279 Points
1124 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 05:43 PM|LINK
OK. I can log in on moovthis.azurewebsites.net
moovthis.azurewebsites.net is the site location at Azure.
moovthis.com is the domain.
the domain points to the site location.
The link on the top menu is as follows:
I don't understand why IE cannot resolve this, while Chrome and Firefox can.
Which direction do you suggest I go with this? Absolute links?
Abhishek Luv
Participant
1736 Points
468 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 05:55 PM|LINK
I can see that you're using frameset. Your website is not working in IE because IE doesn't support framesets.
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
wavemaster
Participant
1279 Points
1124 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 06:16 PM|LINK
I don't even know where this code lives. Do you have an idea?
Does Win8 with IE10 support framesets then?
RameshRajend...
Star
7983 Points
2099 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 06:27 PM|LINK
Like this?
http://forums.iis.net/t/1182147.aspx/1
wavemaster
Participant
1279 Points
1124 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 16, 2012 06:42 PM|LINK
Unrelated.
No problems on the client I use for development, except logging in to live Webmatrix site from IE.
I have now learned that users outside of my network have the same problem.
Abhishek Luv
Participant
1736 Points
468 Posts
Re: IE10 and IE9 login to live (WebMatrix) site fails - how to troubleshoot?
Dec 17, 2012 01:15 AM|LINK
I can see this code when i view source in Google Chrome and Mozilla FireFox. The below html code has meta tags but when i view your website www.moovthis.com in IE 10, IE 9, IE 8 IE 7 i don't see any meta tags. I don't understand what's happening. Please check your website on Azure.
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv