asp.net - Deploy MVC4 on IIS7.5 -
i deployed mvc4 application developed using framework v4.5 on iis 7.5. application works fine on iisexpress, not on iis7.5. when try access application on machine at: localhost/clientedigital.web/
i'm redirected login page, @ wrong address, localhost/account/login/
. if force right address, localhost/clientedigital.web/account/login/
page displayed, when enter login , password, won't redirect home. login page reappears. i'm sure problem iis configurations, , not in application.
i'm using integrated pipeline , have enabled anonymous , forms authentication on iis application.
in this post guilerme longo said solved problem, didn't how.
anybody have idea?
Comments
Post a Comment