Search

You searched for the word(s): userid:658486

Matching Posts

  • Re: Authentication and Authorization Query?

    You can put a webconfig inside of a specific directory to control authorization for that particular directory. You can also use <location> tags in the main web.config to get the same result. I'm not sure about having each subdirectory have it's own login page. You could try setting the loginUrl="Login.aspx" on the forms auth tag, so that it is pointed releative to the webconfig.
    Posted to Security (Forum) by lucasstark on 6/9/2009
  • Caching Quandary?

    Can anyone explain to me how the ASP.NET Cache is working in the following circumstance: · I insert 500 items into the cache. · I post back, read all of the items from the cache into a list, sleep the thread for 10 seconds, and then read a property from each of the objects to a StringBuilder after the thread wakes up. ( I then dump the stringbuilder to the response so I can see what is in the cache). · During the sleeping I have found two different behaviors: o If I post back with another browser
    Posted to State Management (Forum) by lucasstark on 2/11/2009
  • Re: Generate UI at runtime

    Thanks, I guess I should have tried this frist: http://www.letmegooglethatforyou.com/?q=ASP.NET+MVC+generate+at+runtime
    Posted to ASP.NET MVC (Forum) by lucasstark on 12/11/2008
  • Generate UI at runtime

    1. Can I write the user interface of a MVC page at runtime? I need to dynamically write the correct input controls based on a schema file. 2. Can the controller handle the form submission from a dynamically created form in MVC? Here is the long winded background for this question: I am currently working on a project that has a functional component that is much like the Lists feature of SharePoint, where users create a list, create columns, and are provided with an interface to enter the data for
    Posted to ASP.NET MVC (Forum) by lucasstark on 12/10/2008
  • Re: MetaData at Runtime

    Thanks. I'll take a look
    Posted to ASP.NET Dynamic Data (Forum) by lucasstark on 11/21/2008
  • MetaData at Runtime

    I would like to be able to specify MetaData at runtime. I have a DB table that is for generic use. We store all sorts of list style data in it, but the fields are used for different purposes based on the purpose of the list and all have generic names. What I would like to do is be able to dynamically switch out what the Label and UIHint will be on the fields after I get the data from the database, based on a configuration file for that particular list. It seems that the ability to switch the MetaData
    Posted to ASP.NET Dynamic Data (Forum) by lucasstark on 11/21/2008
  • ASP.NET Rich Text Editors

    Does anyone have reviews of an ASP.NET Rich Text Editor? We are currently using FCK Editor for our custom content management system, but I find that it seems to be hard to use for our end users. It seems to have a hard time keeping formatting straight. What I'm looking for is a replacement for FCK Editor. We are willing to pay if it gets us what we want. I started looking at Cute Editor, and it seems to be very good. Thanks in advance for any thoughts or comments.
    Posted to Web Forms (Forum) by lucasstark on 9/25/2008
    Filed under: rich text box
  • SQL Impersonation

    I am building an application in which I allow users to import data from one table into another on the fly. The user enters the details for the connection and select statement. I then build the connection string and grab the data. The problem is that I don't want to give the useraccount on the webapplication pool read access to every database on the server. I need to be able to allow the user to enter their AD credentials and then temporarily impoersonate those to connect to and get the data to
    Posted to Security (Forum) by lucasstark on 8/10/2008
  • Re: How to get selected items of an <asp:dropdownList > and pass them to Controller Class

    When you create the select list you can specify the selected value.
    Posted to ASP.NET MVC (Forum) by lucasstark on 7/24/2008
  • Re: Role-based security using Windows Authentication - access denied not redirecting properly

    This is a very common question with out a good answer. Check out this post: http://flimflan.com/blog/HttpModuleToAllowACustomErrorPageFor4012AccessDeniedInASPNET.aspx or Google asp.net customErrors 401.2
    Posted to Security (Forum) by lucasstark on 7/24/2008
Page 1 of 5 (42 items) 1 2 3 4 5 Next >