Servefault.com - Stories tagged with IIS7
1
votes

SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildApplications clash

posted by rtpHarryrtpHarry 112 days, 23 hours, 56 minutes ago
Thursday, April 08, 2010 10:18:31 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: ASP.NET | clicked: 3 | comment | | source: runtingsproper.blogspot.com
tags: article, bug, bugfix, IIS, IIS7, runtime error
2
votes

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

published 166 days, 16 hours, 34 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 173 days, 21 hours, 55 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Saturday, February 06, 2010 12:19:12 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: Silverlight | clicked: 4 | comment | | source: blogs.southworks.net
tags: Adaptive Streaming, IIS7, Live Smooth Streaming, RSCA, Smooth Streaming
2
votes

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

published 166 days, 16 hours, 34 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 173 days, 21 hours, 57 minutes ago
Saturday, February 13, 2010 5:39:53 PM GMT Saturday, February 06, 2010 12:16:53 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 atI’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 hope ... (more)
category: Silverlight | clicked: 2 | comment | | source: blogs.southworks.net
tags: Adaptive Streaming, Composite Stream Manifest, CSM, IIS7, Live Smooth Streaming, RCE, Rough Cut Editing, Smooth Streaming, Smooth Streaming Media Element, Smooth Streaming Player Development Kit, SSME
2
votes

IIS7 in Windows Server 2008 R2 : Mai-lan's Blog : The Official Microsoft IIS Site

published 238 days, 6 hours, 15 minutes ago posted by IXWebHostingIXWebHosting 241 days, 20 hours, 48 minutes ago
Friday, December 04, 2009 3:59:10 AM GMT Monday, November 30, 2009 1:26:44 PM GMT
Windows Server 2008 R2 includes new additions to the IIS7 Web server, adding fit, finish, and a few extras to the best IIS platform ever. For the last year and a half, the IIS product team has been working hard on building IIS extensions on top of the IIS7 platform, releasing betas, RCs and RTWs that add new support for optimizing media hosting, web content publishing, site and server administration, deployment and migration, and request handling. We would not be able to innovate and build production-r... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.iis.net
tags: IIS7, Web Server, Windows Server 2008
3
votes

Web Deployment Tool released to web (RTW) - Scott Forsyth's Blog

published 276 days, 4 hours, 24 minutes ago posted by HostgatorHostgator 278 days, 16 hours, 53 minutes ago
Tuesday, October 27, 2009 5:49:54 AM GMT Saturday, October 24, 2009 5:21:07 PM GMT
Web Deployment Tool released to web (RTW) The final release of the Web Deployment Tool (aka Web Deploy or MsDeploy) has been released to the web.  This is likely more significant than many people realize.  At first glance, Web Deploy seems like a tool for system administrators to copy sites and settings between servers (IIS6 to IIS6, IIS6 to IIS7 and IIS7 to IIS7).  It does do that, including SSL, COM, GAC, ACLs, registry, content and more. However, Web Deploy is likely to become a major deployment m... (more)
category: Web Service | clicked: 2 | comment | | source: weblogs.asp.net
tags: GAC, IIS6, IIS7, SSL, Web Deployment Tool
3
votes

The Way I See It : IIS 7 FTPS module does not pick up the Firewall IP and Data Port Range settings.

published 278 days, 16 hours, 30 minutes ago posted by Webhost4lifeWebhost4life 286 days, 16 hours, 51 minutes ago
Saturday, October 24, 2009 5:44:33 PM GMT Friday, October 16, 2009 5:23:31 PM GMT
I have seen at least 5 separate instances where users have complained that the FTP 7 module that ships for IIS 7 does not honor the “Data Channel Port Range” and the “External IP Address of Firewall” settings. Whenever you make a change to this setting you need to restart the FTP service for the change to take effect. In all the instances that were brought to my notice users had run iisreset after making the change. But an iisreset does not help. In IIS 6.0 the FTP Service used to run in inetinfo.e... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Firewall, FTP, IIS7
4
votes

Chad Brooks Web Log : Publishing to IIS7

published 278 days, 16 hours, 30 minutes ago posted by GodaddyGodaddy 288 days, 16 hours, 12 minutes ago
Saturday, October 24, 2009 5:44:33 PM GMT Wednesday, October 14, 2009 6:02:19 PM GMT
Publishing to IIS7 Over the years, I get asked this question quite often.  How do I publish my code to IIS?  Well there is a many-folded way to answer this question.  Who is publishing?  Where are you publishing to?  I am going to use this article to lay out what the options are.  Thanks to Robert McMurray for much of the content.  You will see his blog referenced many times during this article.  Well, let me lay out the options that you have on IIS6:FTP - Hoister's have been using FTP for years.  Th... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: FTP, IIS6, IIS7
5
votes

Live Smooth Streaming: How-to: Retrieve the configuration settings programmatically

published 278 days, 16 hours, 30 minutes ago posted by GodaddyGodaddy 288 days, 16 hours, 22 minutes ago
Saturday, October 24, 2009 5:44:33 PM GMT Wednesday, October 14, 2009 5:52:43 PM GMT
Live Smooth Streaming: How-to: Retrieve the configuration settings programmatically In my previous post, I explained how the Microsoft.Web.Administration API of IIS7 helped us to manage the Live Smooth Streaming Publishing Points programmatically. In this post I’m going to show you how, using the same API, you can retrieve the Live Smooth Streaming configuration settings. (more)
category: Architecture | clicked: 4 | comment | | source: blogs.southworks.net
tags: API, IIS7, Live Smooth Streaming, Microsoft
1
votes

Web Hosting with IIS7 : The Official Microsoft IIS Site

posted by Webhost4lifeWebhost4life 297 days, 21 hours, 42 minutes ago
Monday, October 05, 2009 12:32:47 PM GMT
Okay, My plan is, and this is a 3 or 4 person investment in the next few months. I'm the executive Producer of Tensioncore Administration Services, and we are currently testing the new Windows Server 2008, and IIS7. Our plans include a new web hosting service. To start we are going to put the test of the Article about how to set up web hosting. We will likely set it up for use of roughly 150 sites. We will run the hosting from 2 AM2Opteron Machines, one with the full install of Longhorn, and one with th... (more)
category: Web Hosting | clicked: 0 | comment | | source: forums.iis.net
tags: IIS7, Microsoft, Web Hosting
1
votes

Hosting and Deployment of an ASP.NET MVC Application in IIS6 and IIS7

posted by Webhost4lifeWebhost4life 298 days, 22 hours, 40 minutes ago
Sunday, October 04, 2009 11:34:17 AM GMT
When building any application, the chances are that the application will have to be deployed. This article by Maarten Balliauw describes how you can deploy and host an ASP.NET MVC application in an Internet Information Server (IIS6 and IIS7) platform. Platforms that can be used Theoretically, any web server capable of running ASP.NET web applications should be capable of running an ASP.NET MVC web application. (more)
category: ASP.NET | clicked: 2 | comment | | source: www.codedigest.com
tags: ASP.NET, ASP.NET MVC, IIS, IIS7