Search

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

Matching Posts

  • Re: 404 error on download link for eventcal source.... anyone know what gives?

    I do not think you are pointing me to the files I need. the club starter kit that msft offers for VS 2005 has a dll that does an event cal. my boss started a project using the code in the msft kit. I am finishing the work and want the code to that dll. it used to be downloadable but now gives a 404 error. I am to far along with the current code to download a different codebase. this page: http://www.asp.net/downloads/starter-kits/club/ points to this link: Event Calendar Control http://www.asp.net
    Posted to Club Web Site Starter Kit (Forum) by figuerres on 8/15/2007
  • Re: Atlas final release date ?

    "Same time as Orcas" ? Why? seems like (from admitedly casual) from a small bit of use that it's mostly an "Addon" to asp.net 2.0 I guess there are 3 things: 1) is the current CTP anywhere near "feature complete" ? (from MS plans, not our view) 2) are there things in ATLAS that 100% need orcas (seems like that is a "No") 3) is MSFT in "Crunch Mode" now to ship Vista and Office and there fore focusing devs on that ship set? IMHO I'd like to see MSFT ship smaller bits faster.... not take 5 years to
  • securing an app -- using Location in the web.config

    Hi, I am most of the way thru the setup of a new app and this is driving me nuts!!! I am trying to keep users who are not in a role from accessing some pages and folders I see documentation for this in web.config: < location path = " MyAccount " > < system.web > < authorization > < allow roles = " Web " /> < / authorization > </ system.web > </ location > where "MyAccount" is a folder on the web server. and "Web" is a role defined in the sql roles database
    Posted to Security (Forum) by figuerres on 2/22/2006
  • Re: membership management with 2.0

    ScottGu wrote: Here is a pointer to some remote admin tools for membership/roles/profiles: http://weblogs.asp.net/scottgu/archive/2006/01/09/434925.aspx Juval's system (the second article) uses a set of web-services with a Windows Forms front-end. My sense is that you could use these with a web-front end as well. Hope this helps, Scott Juval's app and web service look very nice but the way it uses windows auth is a pain... I'd love to have some time to study what he has done and make a version that
    Posted to Security (Forum) by figuerres on 2/15/2006
  • Re: membership management with 2.0

    NOTE: I am following the create user method's signature which calls for an "object Guid" like this: CreateUser(strUsername, strPassword1, null , null , null , true , G, out x); the first time this is called it creates a user and member record with an empty guid (all zeros) then gives the duplicate key error after that.... seems like the sql sprocs show the guid as an out param ?? but the method reads like it's an input value ?? what's the deal on that ??
    Posted to Security (Forum) by figuerres on 2/14/2006
  • Re: membership management with 2.0

    sounds good ... if we can fix this: MembershipCreateStatus == DuplicateProviderUserKey this is one of the errors I have seen in my attempts to do this.... the GUID is initalized to 00000-000 and so on.... an empty guid. why? how do I fix that ??
    Posted to Security (Forum) by figuerres on 2/14/2006
  • Re: membership management with 2.0

    what I'd really like to do is just access the Membership class in a safe way. seems like the membership object that is bound to the the current app is not safe to point to another site. I read some docs and it warns about trying to chnage the app name property of the membership object. both the staff and the customers are stored in one sql database, I have the aspnet tables and procs in the app's database -- just a few cross links using the membership / user guid. so for a few calls I'd like to just
    Posted to Security (Forum) by figuerres on 2/13/2006
Page 1 of 8 (80 items) 1 2 3 4 5 Next > ... Last »