|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
4 Articles match "Account"
|
Related DevelopMentor Courses
|
MORE
|
|
NET Security
This module concludes with the security changes that come with Vista like User Account Control (UAC), virtualization, and service hardening. The module ends by describing how to "Kerberize" your own applications and the design implications you have to take into account. How do organizations share services without having to duplicate accounts across trust domains? But not every security feature is also a secure feature. Essential.NET Security gives you the necessary background and from-the-ground-up knowledge to design security into applications. brokered authentication.
DevelopMentor Courses
- Friday, June 12, 2009
Pragmatic Cloud Computing for.NET Developers Training
This allows your customers and partners to re-use their existing accounts in the cloud as well as provide single sign-on between various cloud services and on-premise applications. Microsoft launched their vision of cloud based computing and storage under the name "Azure Service Platform". Azure provides rentable computing and storage facilities and offers all these services as HTTP addressable resources. This base infrastructure allows developers to build solutions on top of highly scalable and manageable resources. Security token services play a central part in making this happen.
DevelopMentor Courses
- Thursday, July 22, 2010
Essential SharePoint 2010 for Developers Training
In this module we'll discuss Claims and Federation in SharePoint 2010, Membership and Roles providers, as well as other security features such as administration roles, participant permission level, XSS Prevention, ECM Lockdown, Antivirus API improvements, managed accounts and least privileged farms. This in-depth developer oriented course explores the new SharePoint 2010 features such as new customization capabilities, ASP.NET AJAX integration, Silverlight Integration, Content Management, Document Management, Workflows,NET 4.0, Office 2010, and more. What is new in Office 2010? Routing?
DevelopMentor Courses
- Wednesday, June 2, 2010
|
69 Articles match "Account"
|
The Latest from DevelopMentor
|
MORE
|
|
Setting up SQL Server 2008 Express with Profiler
Then I wrote another script that installs just the database engine of SQL Express, adding the BUILTINUsers account to the sysadmin role, which would enable users to to do various admin tasks such as attaching a database. When I teach my DevelopMentor course on Entity Framework 4.0 and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. In addition, the setup folks often have a hard time getting the permissions right.
Tony and Zuzana's World
- Thursday, August 5, 2010
IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? really? link]. see here for a complete module including IIS management integration: [link].
www.leastprivilege.com
- Wednesday, July 21, 2010
StarterSTS 1.1
added identity delegation for internal as well as OpenID accounts and also updated StarterRP to show these features. Earlier today I uploaded StarterSTS 1.1 and StarterRP 1.1 to codeplex. also recorded an updated screencast on delegation since some of the config settings have changed since the CTP.
www.leastprivilege.com
- Thursday, June 10, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Worker Process Accounts in IIS 7.5
That’s an interesting account. closer look reveals, that in IIS manager you now have five accounts to choose from when setting up an App Pool: System, Network Service, Local Service, Custom… and ApplicationPoolIdentity. Converting that NT Account to an SID reveals an S-1-5-82 – which was new to me. So in the light of the recent problems with system account sharing ( here and here ), this is a good change and makes it even easier to isolate worker processes. Windows 7 and Windows Server 2008 R2 ship with IIS 7.5. The default value is ApplicationPoolIdentity.
www.leastprivilege.com
- Wednesday, June 3, 2009
-
System Accounts and SQL Server 2005
Furthermore setup creates a Windows group for SQL Server service accounts (e.g. This means (on my machine) that all SQL clients running as Network Service (or can get an impersonation token for that account) have sysadmin privileges in the SQL Server installation. Or more generally - when a client can use the same Windows account as SQL Server itself - it will get sysadmin privileges. The moral of the story: Always create dedicated service accounts for SQL Server (or every service you install). Shock. After some investigation I found the reason for this behavior.
www.leastprivilege.com
- Monday, May 26, 2008
-
Value Stream Accounting for Lean
Value Stream Accounting. Yes it makes sense, yes it is good, and yes its accounting. Just to finish off my Financial problems with Lean blog post about the financial problems with Lean. read the second half of How to Manage Through Worse Before Better the in the MIT Sloan Management Review and while it was interesting it didn’t give my any more great insights. Basically the second half answers the problem described in the first half. And the answer is. Thus I found it a little bit boring and I’m not going to describe it here. If you want to know the details read it yourself.
Allan Kelly's Blog
- Sunday, August 17, 2008
-
Sending mail messages through Gmail
Worked just fine even though I used my own account details to send. recently I had to send a bunch of identical email messages for the CodeCamp we are organizing. Now there are plenty of ways to do this but I decided to write a little program using C# to send them. And just to make sure I can find the code next year var from = new MailAddress( " " , "<<your name??" Few things to note. used a different sender address as we wanted all replies to end up in a shared mailbox instead of mine. There is a check on the number of messages send in a short time span. Enjoy!
The Problem Solver
- Wednesday, November 11, 2009
-
Significant Advances in Unit Testing Windows Workflow
have a somewhat realistic workflow which will exchange two stocks and either debit or credit your bank account with the difference. stocks = new Dictionary (); stocks.Add( "goog" , 350 ); stocks.Add( "msft" , 25 ); testAccont = new Account( 1774, 5000 ); this.testStockSvc = new TestStockService( stocks ); this.testAccountSvc = new TestAccountLookup( testAccont ); // Install these services for use by our WF activities. But look at the call stack: SampleLibrary.InsufficientFundsException : Wrapped excpetion message : Insufficient funds for account 1774. Scott Allen. Enjoy!
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
Building Windows Machines in Amazon EC2
Create an Account. Register for an Amazon Web Services account at [link]. Enable Elastic Compute Cloud for your AWS account at [link]. Of course, the system was created with an administrator account which has a strong password. Login Part 4: Administrator Account and Password. Now just fire up Remote Desktop, use the Administrator account and password from step 13 to log in. In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Launch!
Michael C. Kennedy's Weblog
- Saturday, January 30, 2010
-
Article: Building a Twitter Application in.NET
In this article, we will explore how to build a rich interactive experience on Twitter that goes beyond just creating a new Twitter account. You want to watch and manage multiple accounts at the same time. But there are a couple of good tools that allow you to manage multiple accounts. We decided to create our corporate presence by pulling all our instructors individual tweets and rebroadcasting them from our DevelopMentor Twitter account: @dm_the_company. Take a list of Twitter accounts and download everyone's statuses. I've republished here for my readers.
|
|
|