-
Thank you guys for all your helpful feedbacks. I was using web.config based (<authorization....><deny...>...) authentication in my site (which I mentioned is mostly for authenticated users) then I came across Phil Haack's nice article that CodeHobo mentioned, hence the dilemma between...
Posted to
ASP.NET MVC
(Forum)
by
saxam
on
06-16-2009, 12:00 AM
Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
-
Hello community, I have a small question that hopefully provokes discussion: "Is it OK to use forms authentication through web.config file for an MVC application?" Now some background... I am working on a site that mainly comprises of features that are going to be available to registered users...
Posted to
ASP.NET MVC
(Forum)
by
saxam
on
06-15-2009, 12:00 AM
Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
-
Hi, I'm not entirely sure if this is the right place for this, I was going to post in FAQ or General... Anyway, I thought it would be interesting to write an XSLT which can take an XSD and produce an XHTML form, with all the appropriate dropdowns, textboxes and so on as required. Does anyone have...
-
Hello friends, i want to do an MVC project of course. i have a masterpage file and i'm calling a ViewUserControl to masterpage. For example i will show my product categories in that ViewUserControl, all pages are show this user control. if u were me how can u get data to user control. i did but i...
-
Hi. First of all, sorry for my poor english. I am trying to use the Entity Framework in my ASP.NET MVC Project. I get this error: The type 'System.Data.Objects.DataClasses.EntityObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Entity...
-
In a ASP.Net project I have an XML file that returns data from the database in a heirarchy. I have a ASP.Net Menu control bound to an XML datasource which looks at the XML file and XSL file to output a <ul><li> heirarchy. What is the equivalent way of doing this in MVC?
-
Howdy all, I have a quick question about the out of the box MVC template and what I would consider to be typical usage. When a new site is created it expects us to have an action for a collection of view topics. An example is that the HomeControler would have an AboutUs action and an AboutUs.aspx view...
-
Greetings to one and all. I am learning MVC so the difficulty I am having may have a simple answer but all the same I can't figure out what I am doing wrong. I have created a view with two calls to partial views, Create.aspx: -------------------------------- " %> Create -----------------...
-
By "Best" I refer to simplicity, ease of use and testability. After few months of investigation and implementing some application with MVP and MVC, I have concluded that Model-View-Presenter pattern (Passive View variation) is the best presentation model for natural asp.net applications as...
-
I have not had time to investigate Silverlight. My impression, possibly wrong, is that Silverlight is Microsoft's improved version of Adobe's Flash. I was looking at Rob Conery's article again, mentioned in this thread: http://forums.asp.net/t/1430369.aspx . Rob does not mention Silverlight...