Tagged Questions

7
votes
1answer
1k views

A controller action which returns a partial view inserts the logon page when authorization fails

I have a view that loads a partial view from a controller action using jQuery. The controller action is decorated with the Authorize attribute and if the user has timed out when that action is called ...
1
vote
1answer
83 views

MVC Logon just refreshes page - doesn't log on

Hi I have 2 MVC sites on a shared hosting environment. The first one works fine and I can log on and use the membership provider etc.. no problems. A second site can see the database and retrieve ...
1
vote
3answers
391 views

How to create different View depending on logged in user's role in ASP.NET MVC?

I am kind of new to ASP.NET MVC, so need your help getting me through a problem: In my application the LogOn will be done using the Role of the user. I have my custom database schema (like User, ...
1
vote
2answers
2k views

ASP.NET MVC + modelstate and partial view

I have a partial view called LogOn where i basically copied the logon inputs into a control. I am using Html.RenderPartial to place the control in my Index.Html inside of an Ajax.BeginForm <div ...
0
votes
0answers
146 views

The requested URL ~/Accounts/LogOn was not found on this server

I have a ASP.NET MVC application. My application works on IIS6. If I try to log on to the server from local machine I see this error message, but if I try log on from server mashine I successfully log ...