vote up 1 vote down star

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

flag

43% accept rate

1 Answer

vote up 1 vote down check

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

Your Answer

Get an OpenID
or

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