0
我的MVC應用程序重定向到http://本地主機:53550 /項目/索引?ReturnUrl =%2f?當我開始我的應用程序。 我想我的啓動url應該是http:// local host:53550/Projects/Index。 我不想要?ReturnUrl =%2f?被附加。MVC應用程序重定向到ReturnUrl =%2f當我開始我的應用程序
這是我的webconfig:
<forms loginUrl="Projects/Index" timeout="180" domain="" name="myApplicationCookie" path="/" requireSSL="false" slidingExpiration="true" enableCrossAppRedirects="true" defaultUrl="~/"/>
</authentication>
<authorization>
<allow users="*"/>
<deny users="?"/>
</authorization>