Search

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

Matching Posts

  • aspnet_Membership_GetUserByName - Number of calls to DB

    From profiling our DB server, it appears that the " aspnet_Membership_GetUserByName" stored procedures is getting called for every single DB call that we do. So for instance, if I do a search for customers within my application, the application will actually make 2 calls to the DB: one for the GetUserByName sproc and the other to get my customers. It is my understanding that the aspnet_Membership_GetUserByName procedure not only retrieves the user by the username, but it also updates the lastactivity
    Posted to Security (Forum) by scdlee_quest on 1/12/2006
  • Wizard Control and overloading Viewstate

    I have overridden the LoadPageStateFromPersistenceMedium & SavePageStateToPersistenceMedium within my base page. I am then saving the viewstate to the DB instead of writing out to the screen... The problem is that this works on all pages, except on pages with the Wizard Control. It appears that for some reason the wizard control loses its values when going previous/next multiple times. This was NOT a problem before implementing my own viewstate store. Is there anything different about the wizard
    Posted to Getting Started (Forum) by scdlee_quest on 9/15/2005
  • The file has not been pre-compiled, and cannont be requested.

    I am currently running the Dec. CTP bits and testing out an application. I receive intermittent errors as shown in the attachment below. There doesn't appear to be any rhyme or reason to when this happens. To fix this problem, all I have to do is to copy out the application and then re-paste it back into the same location... all is magically fixed. Does anybody have any ideas why this is happening? Thanks! ~slee Server Error in '/Test' Application. The file '/Test/Portal/Portal.aspx' has not been
    Posted to Visual Studio 2005 (Forum) by scdlee_quest on 5/3/2005
  • Re: VSS and bin folder

    <quote> We are still evaluating whether we can support Exclude from Source Control for the final release </quote> Was there a conscience effort to remove this functionality from the product in the first place? I am suprised that this feature has been available ever since .NET came about, and then the feature would be removed. Thanks for the help!
    Posted to Visual Studio 2005 (Forum) by scdlee_quest on 11/16/2004
  • Re: VSS and bin folder

    The only work around I have potentially found for Beta1 is to "cloak" the bin folder. If you do a Get Latest Version (Recursive) it will NOT get the latest version of the files in the folder you have "cloaked". Then if your folder updated something specific in the bin folder, just be sure to NOT check in the files again... always leave the files checked out. Not sure if that is the best work-around, but that is the only thing I have come up with. Will the upcoming CTP drop (sometime
    Posted to Visual Studio 2005 (Forum) by scdlee_quest on 11/1/2004
  • Re: Add reference from Class Library to Web Project doesn't work??

    In Beta1 VS is there any way to NOT have the bin folder included in SourceSafe? We have our project in SourceSafe and right now don't have any way to "exclude from project" like you used to be able to do in VS2003. This makes it a huge pain because of multiple developers writing over each other's copies. Any ideas? Thanks... ~scdlee
    Posted to Visual Studio 2005 (Forum) by scdlee_quest on 10/22/2004
  • Error installing Team Server Foundation

    During the Team Server Foundation Install... after successfully installing the Team Server Foundation piece, I moved on to the permissions section. When I run "gssutil /g or gssutil /g+ ..." I receive: gssutil /g GSSUTIL - TFS Group Security Client Tool (c)Copyright, Microsoft Corporation, 2004. All rights reserved. Connecting to the TFS web service... Retrieving the list of application groups withing the specified scope... FATAL ERROR: System.Web.Services.Protocols.SoapException: Server
    Posted to Installation and Setup (Forum) by scdlee_quest on 9/10/2004
  • Re: Using Masterpage without design time feature..

    :: I'm going to keep an ear out for others looking for this type of feature and try to gauge what general opinion is. Jeff... I have talked to some of my colleagues regarding this issue, and they agree as well. It would be nice to have this as an option that you could turn on/off. This would satisfy both levels of developers. The ones who enjoy the bells and whistles as well as the hard-core programmers who just want to code.. Thanks!
  • Re: Using Masterpage without design time feature..

    Jeff, I personally like the design-time master page functionality. However, a couple of other developers on my team have stated that they don't have a need for it and would prefer to just code the individual content page itself and not have to bother with showing the entire master pages content. I do see it both ways, if you are visually designing a page, I believe it is awesome to have the master page previewed in the design window. However, if you are just going back and purely coding or bug-fixing
  • SiteMaster PageLoad vs Content Page PageLoad

    It appears that in the original PDC version the Content Page's Page_Load event gets fired BEFORE the SiteMaster's PageLoad event. Is there any reasoning behind this? It would be nice if the Master Page's Page_Load event fired before the content's page_load. This would enable you to set "master" properties correctly before accessing them on the contenct page. Does anybody know what the correct order of events for a master & content page? Thanks, Scott
Page 1 of 4 (39 items) 1 2 3 4 Next >