Search

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

Matching Posts

  • Active Directory authorization consideration

    I'm planning to use the Windows Integrated Authentication feature provided in IIS. I would like to know how should I handle the testing issue? How can I fake as another user for testing? I'm using the LTAF for integration test. Will it be possible? Regards, Alex
    Posted to Security (Forum) by cwlaualex on 8/15/2009
  • Re: Error with Theme

    I've solved the above problem with a little code change in top of TestDriverPage.GenerateInterface(). HtmlLink styleSheetLink = (HtmlLink)_aspNetService.FindControl(this, "driverPageStyleSheet"); styleSheetLink.Attributes.Add("href", Page.ClientScript.GetWebResourceUrl(typeof(Microsoft.Web.Testing.Light.Engine.TestDriverPage), "Microsoft.Web.Testing.Light.Engine.Resources.driver.css")); Moreover, I've change the DriverPage.aspx like below. <link id="driverPageStyleSheet"
  • Error with Theme

    I have problem with setting up my test initially. The test page seems not working probably with my default website if theme is enabled. Is there any setting that I've missed?
  • Re: Entity Framework model and shared component

    I am not familiar with the Beer House application. So, maybe I take my example. As said before, I will have a User model shared among different applications, like commission program, HR program, sales program, etc. So, do you mean I should add the User related table into each model of the above programs. I will have 4 EDMs as a result (1 EDM for User and 3 for the other 3 applications). Is that what you mean?
    Posted to Architecture (Forum) by cwlaualex on 8/2/2009
  • Entity Framework model and shared component

    I think it's really common that we'll have some shared components/models in our enterprise applications, e.g. User. I would like to know how should I design my EDM. I know there're at least 2 options. 1. Each applications and shared components have their own separated EDM. Pro: The design is clearer in each EDM. Con: The EF seems not support navigation to another EDM. 2. All models in a single EDM. Pro: Navigation is easy. Con: The EDM will become messy with more and more models. At this
    Posted to Architecture (Forum) by cwlaualex on 8/1/2009
  • Re: Domain instance authorization

    Hi Andrew, I'm aware of the spring.net. However, my management has decided not to use open source if my team is not able to understand all the code inside... so, I have abandoned this idea. What I can use maybe limited to MS product or 3rd party product with support service... (I don't want to mention the OpenLogic to my management yet) It just makes thing even more complicated. Regards, Alex
    Posted to Security (Forum) by cwlaualex on 4/20/2009
  • Re: MVC RC Paging BC30456: 'InitializeCulture' is not a member of

    Hi there. Although I have not gone through all your coding, I think it's not a good design for the repository object to retrieve the full object list and then perform paging operation over the return list. Second, I think you have already solved the initial problem that you've posted in this thread. Am I right? I think you're handling just another casting problem which seems more LINQ related. Another new thread maybe better option to get an answer.
    Posted to ASP.NET MVC (Forum) by cwlaualex on 4/20/2009
  • Re: MVC RC Paging BC30456: 'InitializeCulture' is not a member of

    Hi Eilon, Your solution does help me a lot. I found out which reference is missing and after fixing it. The page works correctly. One more thing to be noted maybe the place of adding the reference. As the MVC web application template seems mixing up of a class project and a web project. I spent sometimes to try and finally found out that the reference is needed in the web.config instead in the project setting. Thanks for your advise. Regards, Alex
    Posted to ASP.NET MVC (Forum) by cwlaualex on 4/14/2009
  • Re: MVC RC Paging BC30456: 'InitializeCulture' is not a member of

    I also got this problem. I found a similar forum discussing this problem. http://stackoverflow.com/questions/638699/can-an-asp-net-mvc-view-use-a-model-from-a-different-project
    Posted to ASP.NET MVC (Forum) by cwlaualex on 4/14/2009
  • Re: Domain instance authorization

    Sorry, I've skimmed through the article but I don't see anything related.
    Posted to Security (Forum) by cwlaualex on 4/14/2009
Page 1 of 10 (97 items) 1 2 3 4 5 Next > ... Last »