DotNetShoutout - Stories tagged with IIS7
13
Shouts

ARR Helper Week 33

published 663 days, 15 hours, 2 minutes ago posted by sonukapoorsonukapoor 666 days, 22 hours, 50 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Monday, August 22, 2011 1:49:21 PM GMT
This week we take a look at the issue caused by the man-in-the-middle and how to resolve it with ARR Helper, a small component offered by Microsoft to address this very issue. (more)
category: Web Dev | clicked: 11 | comment | | source: dotnetslackers.com
tags: IIS7, ARR, IIS
4
Shouts

MMP Video Editor Transform Manager Task updated to IIS Transform Manager 1.0 Beta | Ezequiel Jadib

published 716 days, 4 hours, 25 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 720 days, 22 hours, 52 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 1:47:35 PM GMT
A few months ago, Microsoft published the Beta version of the IIS Transform Manager. This new release contains an incredible set of new features, explained here by Chris Knowlton. Back in the Alpha days, I wrote an IIS Transform Manager Task that takes an Microsoft Media Platform Video Editor (formerly Rough Cut Editor) Project XML file (which includes the EDL) as input, and outputs a new encoded video that represents the MMP Video Editor edits. (more)
category: Metro | clicked: 27 | comment | | source: blogs.southworks.net
tags: IIS7, MMP Video Editor, Microsoft Media Platform, Emerging Technology, Smooth Streaming, media, Adaptive Streaming, RCE, IIS Transform Manager, Rough Cut Editing
5
Shouts

Enabling dynamic compression (gzip, deflate) for WCF Data Feeds, OData and other custom services in IIS7 - Scott Hanselman

published 811 days, 15 hours, 32 minutes ago posted by iftekharahmedamitiftekharahmedamit 811 days, 23 hours, 15 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 1:24:53 PM GMT
I'm working on a thing that uses an HttpWebRequest to talk to a backend WCF Data Service and it'd be ideal if the traffic was using HTTP Compression (gzip, deflate, etc). On the client side, it's easy to just add code like thisrequest.AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate or more manuallyvar request = HttpWebRequest.Create("http://foofoo"); request.Headers["Accept"] = "application/json"; request.Headers["Accept-Encoding"] = "gzip, deflate"; However, you n... (more)
category: Web Dev | clicked: 23 | 1 comment | | source: www.hanselman.com
tags: IIS7, Compression, WCF, OData
4
Shouts

How to hide users files and folders on your website? : Amr ElGarhy

published 959 days, 17 hours, 1 minute ago posted by http://amrelgarhy.myopenid.com/http://amrelgarhy.myopenid.com/ 961 days, 19 hours, 11 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Sunday, October 31, 2010 5:29:01 PM GMT
How to hide users files and folders on your website? written by Amr ElGarhy on Sunday, October 31 2010 Sometimes you want to hide some files or folders on your website, so that no one can access them directly. If you have an upload feature in your website, and your website users upload their files or images to your website, It will not be nice to let other users see others files by guessing the URL. For example: Your website uploaded files directory is “UsersUploads” and you put there all th... (more)
category: Web Dev | clicked: 0 | comment | | source: amrelgarhy.com
tags: IIS7, files, ASP.NET
16
Shouts

Automating Deployment with Microsoft Web Deploy - Scott Guthrie

published 1003 days, 9 minutes ago posted by jantujantu 1008 days, 19 hours, 12 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Tuesday, September 14, 2010 5:28:10 PM GMT
This is the twenty-eighth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release.This blog post continues a series of posts I’m doing that cover the new improvements we made around web deployment.  In my first post in the deployment series I provided an overview of the new VS 2010 Web Deployment features.In today’s post I’m going to be discussing Microsoft Web Deploy – which is a free server technology that enables a comprehensive publishing and deployment mechanism.Web Deploy enable... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, IIS7, Visual Studio, ASP.NET
10
Shouts

Introducing the Microsoft Web Farm Framework - Scott Guthrie

published 1012 days, 21 hours, 30 minutes ago posted by jantujantu 1014 days, 20 hours ago
Friday, September 10, 2010 3:10:12 PM GMT Wednesday, September 08, 2010 4:40:07 PM GMT
Last month we released a beta of the Microsoft Web Farm Framework. The Microsoft Web Farm Framework is a free product we are shipping that enables you to easily provision and mange a farm of web servers.  It enables you to automate the installation and configuration of platform components across the server farm, and enables you to automatically synchronize and deploy ASP.NET applications across them.  It also supports integration with load balancers - and enables you to automate updates across your serve... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, IIS7, Community News, ASP.NET
3
Shouts

PHP Manager for IIS 7 – beta release | RuslanY Blog

posted by iftekharahmedamitiftekharahmedamit 1015 days, 19 hours, 59 minutes ago
Tuesday, September 07, 2010 4:40:25 PM GMT
Today I am releasing PHP Manager for IIS 7 – beta, which is an IIS extension for setting up and managing multiple PHP installations on IIS 7 servers. It can be used to:Register PHP with IIS;Run multiple PHP versions side by side;Check PHP runtime configuration and environment (output of phpinfo() function)Configure various PHP settingsEnable or disable PHP extensionsRemotely manage PHP configuration in php.ini fille The PHP Manager installation packages can be downloaded from these locations:PHP Manager... (more)
category: Web Dev | clicked: 1 | comment | | source: ruslany.net
tags: IIS7, IIS 7, PHP Manager, PHP, IIS
5
Shouts

August 29th Links: .NET, ASP.NET, IIS Express, Silverlight, Windows Phone 7 - ScottGu's Blog

published 1016 days, 11 hours, 15 minutes ago posted by rajuraju 1018 days, 19 hours, 1 minute ago
Tuesday, September 07, 2010 1:24:33 AM GMT Saturday, September 04, 2010 5:38:18 PM GMT
Here is the latest in my link-listing series.  Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu].NET/WPF/EF 5 Little C#/.NET Wonders that Make Code Better: Nice blog post from James that highlights 5 nice language/framework tips you can take advantage of within your apps.  I’m betting a lot of people didn’t know ... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: Link Listing, .NET, IIS7, WPF, Community News, MVC, ASP.NET
7
Shouts

Web Farm Framework 2.0 overview - Ruslan Yakushev

published 1046 days, 22 hours, 8 minutes ago posted by iftekharahmedamitiftekharahmedamit 1049 days, 19 hours, 37 minutes ago
Saturday, August 07, 2010 2:32:10 PM GMT Wednesday, August 04, 2010 5:02:47 PM GMT
IIS team has recently released a Web Farm Framework 2.0 beta. The goal of the Web Farm Framework is to enable easy provisioning, deployment and managing of web farms. This blog post provides an example of what Web Farm Framework can do and how it can simplify the Web Farm management tasks. To demonstrate the capabilities of the tool, we will create a simple web farm that looks as on the following diagram: The load balancer will be using the Application Request Routing for IIS 7 and will also act as a W... (more)
category: How To | clicked: 2 | comment | | source: ruslany.net
tags: IIS7, IIS7.0, Web Farm Framework 2.0, Beta, IIS
6
Shouts

Rough Cut Editor (RCE) and IIS Transform Manager: Best Friends

published 1056 days, 23 hours, 34 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 1057 days, 22 hours, 29 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 2:11:05 PM GMT
A month ago, Microsoft published the alpha version of the IIS Transform Manager. The Transform Manager provides simple integrated video encoding and batch conversion of video files to the IIS Smooth Streaming format. It does this quite nicely, as it provides an extensible platform for scheduling and running multiple tasks in sequence on an IIS server using a local task scheduler. It enables "watch folder" job submission, queuing, management, integrated media transcoding/transmuxing, and batch-e... (more)
category: Metro | clicked: 6 | comment | | source: blogs.southworks.net
tags: IIS7, Smooth Streaming, Adaptive Streaming, IIS Transform Manager
10
Shouts

Tip/Trick: Fix Common SEO Problems Using the URL Rewrite Extension - Scott Guthrie

published 1153 days, 23 hours, 42 minutes ago posted by jantujantu 1156 days, 31 minutes ago
Thursday, April 22, 2010 12:57:28 PM GMT Tuesday, April 20, 2010 12:09:08 PM GMT
Search engine optimization (SEO) is important for any publically facing web-site.  A large % of traffic to sites now comes directly from search engines, and improving your site’s search relevancy will lead to more users visiting your site from search engine queries.  This can directly or indirectly increase the money you make through your site. This blog post covers how you can use the free Microsoft URL Rewrite Extension to fix a bunch of common SEO problems that your site might have.  It takes less th... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, IIS7, Tips and Tricks, ASP.NET
9
Shouts

SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildApplications clash

published 1164 days, 1 hour, 36 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1168 days, 2 hours, 21 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Thursday, April 08, 2010 10:19:07 AM GMT
This article covers an edge case you might have encountered when using the inheritInChildApplications attribute with a web site hosted on IIS7 and provides two possible solutions to your problem. (more)
category: Web Dev | clicked: 3 | comment | | source: runtingsproper.blogspot.com
tags: IIS7, bugfix, article, Bug, IIS, runtime error
3
Shouts

Fix to Report viewer problems in IIS 7 or later

posted by PraveenPraveen 1192 days, 3 hours, 46 minutes ago
Monday, March 15, 2010 8:53:34 AM GMT
When we migrate web applications from IIS 6 to IIS 7 or IIS 7.5, we will face some problems in http handlers, mappings etc. I faced some problems with reportviewer control. So, below are all problems I have faced and solutions to them. And one more thing is, the server to which we migrated the application may or may not have all the report viewer dlls available in the system. If they didn't install then we need to install them. Otherwise you will get compilation error as we are using that in our applicat... (more)
category: Web Dev | clicked: 2 | comment | | source: praveenbattula.blogspot.com
tags: IIS7, ReportViewer, SSRS
2
Shouts

Using IIS7 And Application Request Routing as Load Balancer – Part 2

posted by http://jon.torresdal.net/http://jon.torresdal.net/ 1218 days, 1 hour, 46 minutes ago
Wednesday, February 17, 2010 10:53:38 AM GMT
Using IIS7 And Application Request Routing as Load Balancer – Part 2 In part 1 I explained why I needed a load balancer that was capable of doing smart balancing decisions using more than just IPs and why I decided to use IIS7 and Application Request Routing (ARR). In this part I will give a detailed explanation of how to setup ARR on Windows Server 2008 R2 Web Server Core. Server Core provide the following benefits over traditional installations according... (more)
category: Web Dev | clicked: 2 | comment | | source: blog.torresdal.net
tags: IIS7, ARR, Application Request Routing, IIS
7
Shouts

Ezequiel Jadib’s Blog » Common mistakes / issues when creating and using Composite Stream Manifests (.CSM)

published 1226 days, 23 hours ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 1229 days, 14 hours, 47 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Friday, February 05, 2010 9:53:05 PM GMT
One of the greatest features added on the Beta 2 version of the IIS Smooth Streaming Player Development Kit (SSPDK) is the support for Composite Stream Manifests for Rough Cut Editing. This a powerful feature which I really recommend looking at. I’ve been working with CSMs for three months now, so in this post I would like to share with you the lessons I’ve learnt during the process of creation and usage of the CSMs. There are a few common mistakes and issues you might face during that process, so I ho... (more)
category: Metro | clicked: 0 | comment | | source: blogs.southworks.net
tags: IIS7, Composite Stream Manifest, Smooth Streaming Media Element, SSME, Smooth Streaming, CSM, Adaptive Streaming, Smooth Streaming Player Development Kit Edit, Live Smooth Streaming, RCE, Rough Cut Editing
8
Shouts

Installing and Setting Up and Encoding for IIS 7 Smooth Streaming and Silverlight - Scott Hanselman

published 1228 days, 1 hour, 20 minutes ago posted by jantujantu 1230 days, 2 hours, 42 minutes ago
Sunday, February 07, 2010 11:19:44 AM GMT Friday, February 05, 2010 9:57:46 AM GMT
I heard someonesaying they were having trouble setting up Smooth Streaming for IIS, so I wanted to try it myself. If you just want to see Smooth Streaming work, visit http://www.smoothhd.com/ for some sample demos. They'll adapt to your bandwidth and look as nice as they can. If you want to fake a low-bandwidth situation, you can use the player at http://www.iis.net/media/experiencesmoothstreaming and play with limiting the bit rate.Step 0: Got IIS? I've got IIS 7 because I've got Win 7. If your Win 7... (more)
category: Web Dev | clicked: 1 | comment | | source: www.hanselman.com
tags: IIS7, Silvelight
4
Shouts

Ezequiel Jadib’s Blog » Live Smooth Streaming: Managing Publishing Points Programmatically on IIS Media Services 3.0

posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 1247 days, 17 hours, 42 minutes ago
Monday, January 18, 2010 6:58:08 PM GMT
Many people have been asking me how to manage publishing point programmatically on IIS Media Services 3.0 (instead of the 2.0 bits, as I explained in this post) So, I started to dig and I came up with the following code (more)
category: Architecture | clicked: 3 | comment | | source: blogs.southworks.net
tags: IIS7, Smooth Streaming, RSCA, Adaptive Streaming, Live Smooth Streaming
10
Shouts

Ezequiel Jadib’s Blog » Rewind and Fast Forward using the Smooth Streaming Media Element (SSME) Beta 2

published 1249 days, 26 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 1251 days, 2 hours, 12 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Friday, January 15, 2010 10:27:16 AM GMT
Hey Folks! Time ago I blogged about how to add the Slow Motion capability to your Smooth Streaming player by using the Smooth Streaming Media Element published by the IIS team. Now it’s time to share with you how to provide the rewind and fast forward options to enable a real rich video experience (more)
category: Metro | clicked: 8 | comment | | source: blogs.southworks.net
tags: Silverlight, IIS7, Smooth Streaming Player Development Kit, Silverlight 3, Smooth Streaming Media Element, SSME, Smooth Streaming, Adaptive Streaming, Live Smooth Streaming
14
Shouts

Search Engine Optimization (SEO) Toolkit - Scott Guthrie

published 1280 days, 2 hours, 13 minutes ago posted by jantujantu 1281 days, 21 hours, 46 minutes ago
Thursday, December 17, 2009 10:26:45 AM GMT Tuesday, December 15, 2009 2:53:41 PM GMT
[In addition to blogging, I’m also now using Twitter for quick updates and to share links. Follow me at:twitter.com/scottgu] Over the last few weeks I’ve been polling developers to see how many are using the new Search Engine Optimization (SEO) toolkit to increase traffic to their web-sites.  I’ve been surprised by how many people either have never heard of the tool, or have not yet had a chance to run it against their websites.  This blog post provides a quick summary about why anyone doing web-develop... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, IIS7, ScottGu, Community News, ASP.NET