Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
8079 Points
1491 Posts
Mar 28, 2012 01:54 AM|LINK
i see that you say "everything works in 4.0 except the login".
couple of questions
1) have your registered .net 4 framework on the machine that this is running on?
command prompt: C:\Windows\Microsoft.NET\Framework\v4.0.30319 --> aspnet_regiis.exe
2) have you configured IIS properly on the machine that this is running on?
3) is "login/usedcarlogin.aspx" (logon folder) actually in the root?
what gets me is this:
Requested URL: /UsedCar/Account/Login
and your web.config
<forms loginUrl="login/usedcarlogin.aspx"
perhaps use
<forms loginUrl="~/login/usedcarlogin.aspx"
and
defaultUrl ="~/used_cars.aspx"
robwscott
Star
8079 Points
1491 Posts
Re: Login Url on framework 4.0 not working
Mar 28, 2012 01:54 AM|LINK
i see that you say "everything works in 4.0 except the login".
couple of questions
1) have your registered .net 4 framework on the machine that this is running on?
command prompt: C:\Windows\Microsoft.NET\Framework\v4.0.30319 --> aspnet_regiis.exe
2) have you configured IIS properly on the machine that this is running on?
3) is "login/usedcarlogin.aspx" (logon folder) actually in the root?
what gets me is this:
Requested URL: /UsedCar/Account/Login
and your web.config
<forms loginUrl="login/usedcarlogin.aspx"
perhaps use
<forms loginUrl="~/login/usedcarlogin.aspx"
and
defaultUrl ="~/used_cars.aspx"
Mark Answered if it helps - Good luck!
Cheers!
Design And Align
- Rob