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

link

56% accept rate
feedback

1 Answer

up vote 1 down vote accepted

(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?

link
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.