DotNetShoutout - Stories tagged with IIS 7
2
Shouts

Installing and Running node.js application with iisnode | dotnetExpertGuide.com

published 499 days, 14 hours, 4 minutes ago posted by nandipnandip 500 days, 10 hours, 36 minutes ago
Friday, January 13, 2012 7:23:16 AM GMT Thursday, January 12, 2012 10:51:21 AM GMT
Over a last few days, all are talking about asynchronous programming especially node.js and signalr. Microsoft also included AsyncCTP within ASP.NET 4.5. But it seems node.js and SignalR is winning the race. Anyway we are not going to compare AsyncCTP with node.js or SignalR. In this post we will see how to install and run node.js in IIS 7 with iisnode.Get IIS ready to run node.Js application To run node.js application under IIS, we need to install node.js engine on server which can be download from htt... (more)
category: Web Dev | clicked: 18 | comment | | source: www.dotnetexpertguide.com
tags: IIS 7, IIS, Node.js
2
Shouts

Import Apache mod_rewrite Rules in IIS 7 | dotnetExpertGuide.com

published 549 days, 6 hours, 15 minutes ago posted by nandipnandip 549 days, 11 hours, 50 minutes ago
Thursday, November 24, 2011 3:12:23 PM GMT Thursday, November 24, 2011 9:36:57 AM GMT
With Microsoft's Web Stack, many PHP applications are now hosted on IIS. As PHP is an open source, one of the advantages of using PHP is that you will find plenty of free script for ready to use. And basically these all ready to use scripts are written for LAMP model, so we might face some problem related to web server (Apache vs IIS) configuration while running these scripts on IIS. Recently one of my friend face similar problem with Apache rewrite rules while he deployed ready to use PHP script on IIS,... (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetexpertguide.com
tags: IIS 7.5, IIS 7, IIS
5
Shouts

Remove Trailing Slash From the URLs of Your ASP.NET Web Site With IIS 7 URL Rewrite Module

published 621 days, 13 hours, 42 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 623 days, 10 hours, 54 minutes ago
Tuesday, September 13, 2011 7:44:49 AM GMT Sunday, September 11, 2011 10:32:47 AM GMT
One of the aspect of SEO (Search Engine Optimization) is canonicalization. In this blog post, we will see how easy to work with IIS Rewrite Module in order to remove evil trailing slash from our URLs (more)
category: Web Dev | clicked: 36 | 1 comment | | source: www.tugberkugurlu.com
tags: IIS 7, SEO Advice, IIS URL Rewriter 2.0, SEO, URL Rewrite, IIS, ASP.NET
2
Shouts

IIS 7 : Redirect domain.com to www.domain.com | dotnet Expert Guide

published 642 days, 21 hours, 47 minutes ago posted by nandipnandip 643 days, 18 hours, 59 minutes ago
Monday, August 22, 2011 11:40:39 PM GMT Monday, August 22, 2011 2:27:56 AM GMT
IIS URL Rewrite extensions enables web administrator to enforce powerful rules to transform complex URLs into simple and consistent Web addresses. As well it also helps to produce user and search engine friendly URLs. In this post, we will examine how we can use IIS URL Rewrite extensions to redirect domain.com to www.domain.com. For more information on how to connect to remote website through IIS read my previous post. As we all know that by default we can access website with or without WWW. For e.... (more)
category: Web Dev | clicked: 19 | comment | | source: www.dotnetexpertguide.com
tags: IIS 7, IIS
2
Shouts

Connect to remote site through remote IIS manager | dotnet Expert Guide

published 642 days, 21 hours, 47 minutes ago posted by nandipnandip 643 days, 19 hours, 1 minute ago
Monday, August 22, 2011 11:40:39 PM GMT Monday, August 22, 2011 2:26:39 AM GMT
I was about to blog how we can redirect domain.com to www.domain.com (redirecting can improve SEO ranking, tune to next post for more detail) in IIS 7. But before that I thought let me first blog how to connect with remote website through IIS manager. Before proceeding with this tutorial we need to download IIS Manager for Remote Administration and of course windows hosting account which allow remote IIS management. After installing IIS Manager for Remote Administration open IIS Manager by typing inetmgr... (more)
category: Web Dev | clicked: 6 | comment | | source: www.dotnetexpertguide.com
tags: IIS 7, IIS
2
Shouts

Advanced Dotnet Tutorial: JavaScript and CSS Minifier

published 839 days, 22 hours, 1 minute ago posted by learndotnet123learndotnet123 842 days, 19 hours, 33 minutes ago
Sunday, February 06, 2011 11:26:00 PM GMT Friday, February 04, 2011 1:54:39 AM GMT
The CombineAndMinify package discussed here automatically speeds up the loading of JavaScript files, CSS files and or images (loaded from image tags or from CSS files). The result can be a dramatic improvement in ASP.NET performance. Installation is easy - just add a dll, update your web.config and add a small file. If you use IIS 6, you'll also need to update the configuration of IIS (no such update needed for IIS 7). Step by step installation instructions are in the installation section.Download Requ... (more)
category: Web Dev | clicked: 3 | comment | | source: advanceddotnettutorial.blogspot.com
tags: css minifier, IIS 7, JavaScript, ASP.NET
3
Shouts

PHP Manager for IIS 7 – beta release | RuslanY Blog

posted by iftekharahmedamitiftekharahmedamit 992 days, 4 hours, 47 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
6
Shouts

IIS Application Pools for ASP.NET Apps

published 999 days, 5 hours, 19 minutes ago posted by JudoJudo 1000 days, 10 hours, 25 minutes ago
Tuesday, August 31, 2010 4:08:28 PM GMT Monday, August 30, 2010 11:02:40 AM GMT
IIS Application Pools allow for grouping of similar or related applications to facilitate easy management and configuration. Each application assigned to an application pools (or app pool) is isolated from other apps so that issues in one pool do not impact apps in other pools. Applications which have similar performance profiles or which belong to the same department in the business can be grouped together. IIS 7 automatically creates serveral application pools, including the default app pool which is... (more)
category: Web Dev | clicked: 2 | comment | | source: www.winserverhelp.com
tags: App pool, IIS 7, Application Pool
3
Shouts

The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

posted by PraveenPraveen 1040 days, 10 hours, 34 minutes ago
Wednesday, July 21, 2010 10:53:08 AM GMT
IIS Manager Error: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020) The above is the exception comes most of the times when you are using the default web site in windows 7. Automatically it will stop the site and when we try to start then the above exception is coming. Because of it, no web sites, applications are running and unable to proceed to any further step... (more)
category: Architecture | clicked: 8 | comment | | source: praveenbattula.blogspot.com
tags: Windows 7, IIS 7, skateboards for kids
5
Shouts

Automating IIS with PowerShell  | Windows Server Help

published 1040 days, 6 hours, 3 minutes ago posted by JudoJudo 1040 days, 16 hours, 14 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Wednesday, July 21, 2010 5:12:51 AM GMT
As with most areas of Windows Server 2008 and 2008 R2 , Microsoft is emphasizing PowerShell as an important tool for managing IIS 7 and IIS 7.5. The IIS PowerShell snap-in provides many new cmdlets and enables admins to manage IIS properties in numerous different ways. Select Windows PowerShell Modules from the Administrative Tools group and the system will load the modules included with Windows Server 2008 , including the WebAdministration module which provides the IIS functionality. You may... (more)
category: Architecture | clicked: 1 | comment | | source: www.winserverhelp.com
tags: IIS 7, Windows Server
4
Shouts

Quick Tip: Accurate Seeks on the Smooth Streaming Media Element (SSME)

published 1044 days, 6 hours, 41 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 1045 days, 1 hour, 29 minutes ago
Saturday, July 17, 2010 2:46:38 PM GMT Friday, July 16, 2010 7:57:42 PM GMT
Yesterday, I exchanged some emails with my friend Chandler from iStreamPlanet. He was having some trouble with the Smooth Streaming Media Element (SSME). He described the issue as: When I set the position on the Smooth Streaming Media Element, the displayed frame is not updated. I can only get the frame displayed to update when playback is resumed. (more)
category: Metro | clicked: 19 | comment | | source: blogs.southworks.net
tags: IIS 7, Smooth Streaming Media Element, SSME, Smooth Streaming, Adaptive Streaming
5
Shouts

Eliminating the duplicate String Connection in a Custom Rewrite Provider for URL Rewrite Module - .NET Development - Gal Ratner

published 1072 days, 8 hours, 40 minutes ago posted by galratnergalratner 1072 days, 17 hours, 4 minutes ago
Saturday, June 19, 2010 12:47:38 PM GMT Saturday, June 19, 2010 4:23:03 AM GMT
I was reading a tutorial from Ruslan Yakushev titled Developing a Custom Rewrite Provider for URL Rewrite Module on iis.net the other day and decided to give it a try. I downloaded the samples and rewrote the DB Provider with my own logic. The result was good, but, the module uses its one configuration section. It’s great if you have access to the IIS Manager and can quickly pick up keys and assign them values, however, you can end up with duplicate application keys or connection strings. The module... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: galratner.com
tags: IIS 7, URL Rewrite
8
Shouts

Set up IIS 7 to run a secure site locally - HTTPS

published 1089 days, 11 hours, 26 minutes ago posted by deanomachinodeanomachino 1090 days, 12 hours, 45 minutes ago
Wednesday, June 02, 2010 10:01:18 AM GMT Tuesday, June 01, 2010 8:42:28 AM GMT
Set up IIS 7 to run a secure site locally - HTTPS I've recently been working on a project where I needed to get a development site running using SSL on IIS 7. If its the first time you've done this it can be a little tricky, but IIS 7 has made it super easy to create self signed certificates. You may also need to be able to run your site on IIS locally instead of using cassini, so that you can still debug. These are some of the steps I took to get it up and running: If you dont already have IIS ins... (more)
category: Web Dev | clicked: 0 | comment | | source: www.deanhume.com
tags: App pool, Windows 7, 64 bit, ssl, Certificates, IIS 7, secure, Visual Studio, cassini, 32 bit, IIS
5
Shouts

Scripting IIS7 With PowerShell

published 1164 days, 8 hours, 23 minutes ago posted by gshacklesgshackles 1165 days, 6 hours, 52 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 2:35:16 PM GMT
A simple example of how to use PowerShell to manage IIS7 virtual directories and switch between branches in version control. (more)
category: How To | clicked: 0 | comment | | source: www.gregshackles.com
tags: Powershell, Scripting, IIS 7
5
Shouts

Configuring IIS to Run 32-bit Applications on 64-bit Windows

published 1174 days, 8 hours, 10 minutes ago posted by dczupekdczupek 1175 days, 5 hours, 11 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 4:15:51 PM GMT
Configuration required for running 32 bit apps on 64 bit IIS (more)
category: Web Dev | clicked: 3 | 1 comment | | source: blog.dczweb.net
tags: 32-bit, IIS 7, 64-bit, IIS 6, IIS, ASP.NET
5
Shouts

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.

published 1224 days, 10 hours, 45 minutes ago posted by http://www.smallworkarounds.net/http://www.smallworkarounds.net/ 1225 days, 12 hours, 33 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Sunday, January 17, 2010 8:54:28 AM GMT
If you are using IIS 7 then you probably might face this error.It’s a little frustrating when such errors occur and simple IIS 6 or IIS 5.1 users when it was really simple to configure and run a website, those users feel really hooked up. I myself faced a lot of issues but as you progress with IIS 7 you will find it simple to configure and very easy to manage. As far as this issue is concerned in the earlier versions of IIS we used to just set the directory browsing checkbox to be checked in order to e... (more)
category: Web Dev | clicked: 84 | comment | | source: www.smallworkarounds.net
tags: IIS 7
2
Shouts

IIS 7 – Managed pipeline mode – Global.asax redirect not working

posted by PraveenPraveen 1243 days, 11 hours, 18 minutes ago
Wednesday, December 30, 2009 10:09:14 AM GMT
I installed Windows 7 and I really like it. I migrated all my applications from my old machine to new. And my old machine is running WS 2003 [iis 6] and new machine is Windows 7 [IIS 7]. In all applications everything ran successful except one. I implemented exception handling in my application. I have Global.asax page and in the Application_Error event, I log the exception details and redirecting the user to the error page. Whenever there is an exception in my application the page never redirect to the ... (more)
category: Architecture | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: web.config, IIS 7