Search

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

Matching Posts

  • Re: Windows authentification with storing roles in database

    Thanks for the answer! Coroebus: you can use aspnet security and roles if you transfer your existing data in the aspnet tables. You can use your NT login as User in aspnet (Domain\user format). Does it mean that I can use SqlRoleProvider with WindowsPrincipal class (Windows authentification)? Coroebus: How many users and roles in your database ? a few dozens, I think. This is not a problem to modify the user table's structure to structure which ASP.Net providers request. I need to know if it is the
    Posted to Security (Forum) by Yury Kravtsov on 5/9/2006
  • Windows authentification with storing roles in database

    Hello, I'd like to use Windows Authentication, but to get user's roles from my sql database. I already have two tables for users and related roles and the user table contains the field for NT login of specific user. In this case should I implement a custom membership provider or it is enough to override Application_AuthenticateRequest method? Any idea? Thanks in advance
    Posted to Security (Forum) by Yury Kravtsov on 5/9/2006
  • Re: Web Deployment Project copies .csproj and .sln files

    Hi! It seems that WDP copies vssver2.scc file also. This is the mark file for VSS 2005 and it is present in probably every folder of a project. So thisisafish: [ExcludeFromBuild Include="$(SourceWebPhysicalPath)\*.scc"/] might not be correct solution for it. Any idea?
  • Re: Web.config file replacement

    Hi! What about <system.net> section? I store smtp parameters there but when I set system.net/mailSettings=myParam.config I recevied the following error: C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0\Microsoft.WebDeployment.targets(613,9): error : web.config(1): error WDP00002: missing section system.net/mailSettings. There is my web.config: < system.net > < mailSettings > < smtp deliveryMethod= "network" > < network host= "exchange" port= "25" defaultCredentials
Page 1 of 1 (4 items)