Click here to Skip to main content
15,888,177 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Romanizing arabic text - long post with arabic Pin
Ali Al Omairi(Abu AlHassan)18-Dec-12 19:47
professionalAli Al Omairi(Abu AlHassan)18-Dec-12 19:47 
QuestionForms Authentication Pin
eddieangel5-Oct-11 7:07
eddieangel5-Oct-11 7:07 
AnswerRe: Forms Authentication Pin
Not Active5-Oct-11 7:41
mentorNot Active5-Oct-11 7:41 
GeneralRe: Forms Authentication Pin
eddieangel5-Oct-11 7:59
eddieangel5-Oct-11 7:59 
GeneralRe: Forms Authentication Pin
Not Active5-Oct-11 8:10
mentorNot Active5-Oct-11 8:10 
GeneralRe: Forms Authentication Pin
eddieangel5-Oct-11 8:25
eddieangel5-Oct-11 8:25 
GeneralRe: Forms Authentication Pin
Not Active5-Oct-11 12:01
mentorNot Active5-Oct-11 12:01 
QuestionMVC 3 Areas for code organization giving headaches Pin
imak5-Oct-11 3:02
imak5-Oct-11 3:02 
Question is described by the steps below.
1.Create a new ASP.NET MVC3 Web Application using Internet Application Template.
2.Decorate HomeController class with Authorize.
3.Run the application, It basically takes you http://localhost: 51578/Account/LogOn?ReturnUrl=%2F Everything good so far.

Let’s customize a couple of things in this project.
1.Add an area named “Login” in this solution and move AccountController.cs, AccountModel.cs and whole Account folder under Viewer into appropriate folder under this Area named Login.
2.Run the application now and you will get following error

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: The view 'LogOn' or its master was not found or no view engine supports the searched locations. The following locations were searched: ~/Views/Account/LogOn.aspx
~/Views/Account/LogOn.ascx
~/Views/Shared/LogOn.aspx
~/Views/Shared/LogOn.ascx
~/Views/Account/LogOn.cshtml
~/Views/Account/LogOn.vbhtml
~/Views/Shared/LogOn.cshtml
~/Views/Shared/LogOn.vbhtml

Do I need to modify anything in the web.config or in routing to make this work?
AnswerRe: MVC 3 Areas for code organization giving headaches Pin
eddieangel5-Oct-11 7:29
eddieangel5-Oct-11 7:29 
GeneralRe: MVC 3 Areas for code organization giving headaches Pin
imak5-Oct-11 10:58
imak5-Oct-11 10:58 
GeneralRe: MVC 3 Areas for code organization giving headaches Pin
eddieangel5-Oct-11 11:04
eddieangel5-Oct-11 11:04 
GeneralRe: MVC 3 Areas for code organization giving headaches Pin
imak6-Oct-11 8:27
imak6-Oct-11 8:27 
GeneralRe: MVC 3 Areas for code organization giving headaches Pin
eddieangel6-Oct-11 8:31
eddieangel6-Oct-11 8:31 
QuestionStarting Carrier Pin
Nickk Bisht5-Oct-11 2:52
Nickk Bisht5-Oct-11 2:52 
AnswerRe: Starting Carrier Pin
Richard MacCutchan5-Oct-11 9:39
mveRichard MacCutchan5-Oct-11 9:39 
AnswerRe: Starting Carrier Pin
JP_Rocks6-Oct-11 1:08
JP_Rocks6-Oct-11 1:08 
AnswerRe: Starting Carrier PinPopular
Dalek Dave6-Oct-11 22:28
professionalDalek Dave6-Oct-11 22:28 
QuestionASP.NET Routing Pin
Dominick Marciano4-Oct-11 14:46
professionalDominick Marciano4-Oct-11 14:46 
AnswerRe: ASP.NET Routing Pin
Parwej Ahamad4-Oct-11 17:54
professionalParwej Ahamad4-Oct-11 17:54 
GeneralRe: ASP.NET Routing Pin
Dominick Marciano5-Oct-11 11:08
professionalDominick Marciano5-Oct-11 11:08 
GeneralRe: ASP.NET Routing Pin
Parwej Ahamad5-Oct-11 19:13
professionalParwej Ahamad5-Oct-11 19:13 
GeneralRe: ASP.NET Routing Pin
Dominick Marciano6-Oct-11 14:26
professionalDominick Marciano6-Oct-11 14:26 
GeneralRe: ASP.NET Routing Pin
Parwej Ahamad6-Oct-11 18:26
professionalParwej Ahamad6-Oct-11 18:26 
GeneralRe: ASP.NET Routing Pin
Dominick Marciano7-Oct-11 16:21
professionalDominick Marciano7-Oct-11 16:21 
QuestionAsp.net and uploading large files Pin
Ahmad Safwat4-Oct-11 14:30
Ahmad Safwat4-Oct-11 14:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.