| |
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.
|
18 Articles match "IIS"
| Related DevelopMentor Courses | MORE | | NET Architecture and Design Principles: Building Distributed Applications Training Design Patterns I & II We want to create each individual component of a distributed system to be adaptable and maintainable. Learn to build systems that are scalable, reliable and secure. Discussions range from object-oriented programming to enterprise patterns, networking to Web Services, caching to distributed databases, and client/database applications to very large-scale web sites. You'll get answers to these questions: How do I build scalable and reliable systems? How can I use patterns to design extensible, reusable services? Using C# 3.0's COM) did for application development. DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Communication Foundation 4 Training Here you learn about the different options like self hosting, IIS/WAS, and Windows Server AppFabric. Windows Communication Foundation (WCF) replaces previous technologies such as.NET Remoting, ASMX, and COM+. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Discover the fundamental tasks of designing and building services & contracts, master error handling, serialization, instance and concurrency management and bend hosting, security, identity management, and reliability to suit your needs. But what does this mean? DevelopMentor Courses - Tuesday, March 1, 2011 Essential ASP.NET MVC Training Appendix: IIS 7 In order to understand MVC it's important to understand the web server in which you will be hosting your application. This module covers the architecture of Internet Information Server 7 (IIS 7) which is Microsoft's latest version of its web server product. In this lecture we will discuss defining routes and route handlers at the IIS level and examine how requests are dispatched. You'll get answers to these questions: What is ASP.NET MVC and how is it different than ASP.NET WebForms? What are controllers, how do they get invoked and how do they accept input? DevelopMentor Courses - Wednesday, February 22, 2012 |
50 Articles match "IIS"
| The Latest from DevelopMentor | MORE | | You are not Steve Jobs (and don't try to be him) Jobs started the MacIntosh project because he had Lisa taken from him: MacIntosh and Lisa could only exist because Apple had revenue from the Apple II line. Many people better than I have commented on the passing of Steve Jobs a few weeks ago, I too was sorry to see him go. He touched my life (indirectly): I’m writing this on a Mac, we have an iPad in the house, I might not like iPhones but my new Android phone clearly owes a lot to Jobs vision (i.e. it is a copy). Reading, watching and listening to the many obituaries about Jobs I started to get worried. Here are a few examples. Allan Kelly's Blog - Friday, November 18, 2011 Token based Authentication for WCF HTTP/REST Services: Authentication Should work with WCF web programming model either self-host or IIS hosted. This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. For the theoretical background, see my previous post. Disclaimer. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. Goals and requirements. Implementation overview. www.leastprivilege.com - Tuesday, November 15, 2011 | -
| The Best from DevelopMentor | MORE | - Installing an IIS 7 Extension
Related to cleaning up my authentication module for Codeplex , I needed a way to (semi) automatically install a complete IIS extension (including schema, config sections and management extensions). Usually an IIS 7 extension consists of at least three assemblies (module/handler, server extensions, client extensions). Also take into account, that IIS loads GACed assemblies domain neutral. This involves copying your schema to the IIS' schema directory and add a. Mike Volodarsky from the IIS team has written a nice tool call IisSchema that automates this step. www.leastprivilege.com - Saturday, April 19, 2008 - Worker Process Accounts in IIS 7.5
Windows 7 and Windows Server 2008 R2 ship with IIS 7.5. The login failed.Login failed for user ' IIS APPPOOLDefaultAppPool '. 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. Tags: IIS While migrating the StarterSTS , I made an interesting observation. remember vaguely I read about that somewhere – but basically I got this error message: Cannot open database "aspnetdb" requested by the login. That’s an interesting account. www.leastprivilege.com - Wednesday, June 3, 2009 - Getting rid of the.svc Extension in IIS
recently tried to use the URL rewriting module for IIS 7 to achieve the same - this rule worked for me: < action type = " Rewrite ". Tags: IIS;WCF Jon posted a module that does this. url = " {R:1}.svc/{R:2} svc/{R:2} " /> HTH. www.leastprivilege.com - Wednesday, October 15, 2008 - IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? see here for a complete module including IIS management integration: [link]. Tags: IIS WCF really? link]. www.leastprivilege.com - Wednesday, July 21, 2010 - Beware of Whitespaces in WAS Configuration
Tags: IIS;WCF;Work in Progress www.leastprivilege.com - Thursday, April 3, 2008 - Using the WCF Web API in an ASP.NET MVC application
Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. Not that there is anything specific to MVC I need here, all I need is a web site and I could have started with a WebForms application just the same. Enjoy! The Problem Solver - Monday, June 13, 2011 - Getting started with the WCF Web API
That is very nice and sometimes useful but hosting a service in IIS is far more common so in a next blog post I am going to show how to host a Web API REST service in an ASP.NET MVC web site, something that is far more common. Warning: This post is based on a prerelease version of the WCF Web API When designing services the REST style is becoming more and more popular. Not that REST is anything new, it has been around for some time. The fact that WCF supports REST services isn’t new either as the WebServiceHost and WebHttpBinding where released with the.NET framework 3.5. Enjoy! The Problem Solver - Tuesday, May 31, 2011
| | |