Stories recently tagged with 'IIS7'

Live Smooth Streaming: Retrieving the configuration settings via code(blogs.southworks.net)

submitted by ejadibejadib(185) 2 years, 10 months ago

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. read more...

add a comment |category: |Views: 84

tags: another

Live Smooth Streaming: Managing a Publishing point via code(blogs.southworks.net)

submitted by ejadibejadib(185) 2 years, 11 months ago

Live Smooth Streaming: How-to: Start, Stop & Shutdown a Publishing Point Programmatically. Describes how to use the Microsoft.Web.Administration API to perform different operations over a live smooth streaming publishing point. read more...

add a comment |category: |Views: 135

tags: another

IIS Search Engine Optimization Toolkit (ScottGu)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 11 months ago

"Today we are shipping the first beta of a new free tool - the IIS Search Engine Optimization Toolkit - that makes it easy to perform SEO analysis on your site and identify and fix issues within it." read more...

add a comment |category: |Views: 229

tags: another

Optimize asp.net website on IIS7, using GZip compression(biasecurities.com)

submitted by jgeurtsjgeurts(195) 3 years, 1 month ago

How to setup GZip compression for javascript files and dynamic content. read more...

1 comment |category: |Views: 304

tags: another

ASP.NET application lockdown on IIS 7(blog.madskristensen.dk)

submitted by JemmJemm(9604) 3 years, 4 months ago

"With IIS 7 it is now easier than ever to customize the inner workings of ASP.NET applications using only the web.config. It is possible to remove all the features but the ones the specific application uses. In other words, we are able to lock down our applications and only turn on the features we need. The reason to do this is to reduce the attack surface of the application as well as stay in total control all the way from the IIS and into the ASP.NET application." read more...

add a comment |category: |Views: 42

tags: another

IIS7 URL Rewrite Module - Video Walkthrough(learn.iis.net)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

This video demonstrates how Microsoft URL Rewrite Module for IIS 7.0 can be used to accomplish common URL manipulation tasks: •Enabling user friendly and search engine friendly URLs for dynamic web pages •Enforcing canonical host names for web sites •Using rewrite maps •Blocking unwanted requests Also the video shows how to troubleshoot and debug rewrite rules. read more...

add a comment |category: |Views: 97

tags: another

Scott Hanselman: ASP.NET MVC and the new IIS7 Rewrite Module(hanselman.com)

submitted by JemmJemm(9604) 3 years, 7 months ago

"Last year I noticed that there were 11 ways to get to my blog. Literally 11 different URLs and it wasn't helping me my ranking in the search engines. I wrote about this in detail and how I used ISAPI_Rewrite to fix it up. Fast forward to this year and the IIS7 team has been taking advantage of IIS7's modular design to release a bunch of new modules out-of-band." read more...

add a comment |category: |Views: 25

tags: another

BlogEngine 1.4.5 and IIS7(codersbarn.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

FYI: BlogEngine source download is a solution with a core Web Application project and a Web Site project consisting of the main deployable part. I hate Web Site projects; they should be stamped out!! read more...

add a comment |category: |Views: 26

tags: another

Recent SQL Injection Attacks against Server(west-wind.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"For the last couple of days I've noticed that my server's been inundated with a huge number of unwanted requests." -Article shows how Rick Strahl solved the problem with IIS7. read more...

add a comment |category: |Views: 19

tags: another

ASP.NET Themes Don’t Like IE8’s X-UA-Compatible header; Neither Do I(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 9 months ago

"I ran into an interesting issue a few months ago with IE8 support on sites which use ASP.NET Themes. I’ll talk about the issue and how to fix it. More important, though, I’ll talk about how this small example fits into the whole IE8 / X-UA-Compatible thing, and why I think the way that turned out was bad for everyone." read more...

add a comment |category: |Views: 144

tags: another

IIS Powershell User guide - Comparing representative IIS UI tasks(blogs.iis.net)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

omg! This is the whip! read more...

add a comment |category: |Views: 14

tags: another

Configuring ASP.NET 1.1 websites on IIS 7.0(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 10 months ago

If you want to run your existing ASP.NET 1.1 websites under .NET Framework v1.1 please read this post Configuring .NET Framework 1.1 on windows vista and follow the below steps. 1. Open IIS 7 by going through Control Panel/Administrative Tools and please select the ISAPI and CGI Restrictions option from IIS section. read more...

add a comment |category: |Views: 79

tags: another

Redirecting an HTTP Request to HTTPS in IIS 7.0(aspalliance.com)

submitted by moldavamoldava(25) 3 years, 10 months ago

Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to automatically redirect an HTTP connection to HTTPS read more...

add a comment |category: |Views: 309

tags: another

IIS 7.0 Remote Administration and Database Manager Video(blogs.iis.net)

submitted by wisemxwisemx(8074) 3 years, 10 months ago

Very nice video that shows how you can enable IIS Manager and Database Manager and other modules. read more...

add a comment |category: |Views: 12

tags: another

Adding ASP.NET Tracing to IIS 7.0 Failed Request Tracing(blogs.iis.net)

submitted by wisemxwisemx(8074) 3 years, 10 months ago

IIS 7.0 Failed Request Tracing (for historical reasons internally we refer to it as FREB, since it used to be called Failed Request Event Buffering, and there are no "good-sounding-decent" acronyms for the new name) is probably the best diagnosing tool that IIS has ever had (that doesn't require Debugging skills), in a simplistic way it exposes all the interesting events that happen during the request processing in a way that allows you to really understand what went wrong with any request. read more...

add a comment |category: |Views: 15

tags: another