views:

166

answers:

1

Uff...long title.

As it states, when the asp.net redirects to the login page, it adds the ?RequestUrl=/pathToSome/Action to the url. When this happens I get that YSOD :"The view '/PathToSome/Action' or its master could not be found. The following locations were searched:"

Any thoughts on why?

Thanks Bruno

+1  A: 

(Copied answer from Spark discussion group)

Should be fine - if you start with a stock "new ASP.NET MVC project" and convert the views to spark it has the same type of url in the login page and works fine.

In the login action when you return View(x); could the request url be passed in accidentally as x?

loudej