Quantcast
Channel: Jeong's Blog
Browsing all 23 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

IIS Powershell User guide - Comparing representative IIS UI tasks

1.    [File System] Open Explorer window for Default Web Site's home directory $path = $(get-item 'iis:\sites\default web site').physicalPath$path =...

View Article


Image may be NSFW.
Clik here to view.

Developing IIS Native module

I have started to learn IIS Native API (C++) and hope to share what I have learned. This blog is targeting for beginner programmers who want to develope IIS native module in C++ for the first time.What...

View Article


Image may be NSFW.
Clik here to view.

IIS Powershell: Getting config section names and attributes names dynamically

IIS Powershell provider cmdlets require the config section path for the -filter parameter and the attribute names while getting/setting attribute value. But it is not easy to memorize the full...

View Article

Image may be NSFW.
Clik here to view.

Developing IIS Native module 2 (Replacing response body with...

Summary:In the last blog, I tried to explain the big picture for IIS native API. So, next thing is to make a real native module. Because IIS native api is huge, I will introduce one by one with some...

View Article

Image may be NSFW.
Clik here to view.

Examples of IIS Powershell cmdlets

Summary:This document explains how to specify the values of parameter values and how the configuration file is updated by IIS Powershell generic cmdlets such as Get-WebConfiguration and...

View Article


Developing IIS Native module

I have started to learn IIS Native API (C++) and hope to share what I have learned. This blog is targeting for beginner programmers who want to develope IIS native module in C++ for the first time.What...

View Article

IIS Powershell: Getting config section names and attributes names dynamically

IIS Powershell provider cmdlets require the config section path for the -filter parameter and the attribute names while getting/setting attribute value. But it is not easy to memorize the full...

View Article

Developing IIS Native module 2 (Replacing response body with...

Summary:In the last blog, I tried to explain the big picture for IIS native API. So, next thing is to make a real native module. Because IIS native api is huge, I will introduce one by one with some...

View Article


Examples of IIS Powershell cmdlets

Summary:This document explains how to specify the values of parameter values and how the configuration file is updated by IIS Powershell generic cmdlets such as Get-WebConfiguration and...

View Article


IIS Powershell User guide - Comparing representative IIS UI tasks

[File System] Open Explorer window for Default Web Site's home directory$path=$(get-item 'iis:sitesdefault web site').physicalPath $path=[system.environment]::ExpandEnvironmentVariables($path) explorer...

View Article

Running Tomcat with IIS on Nano Server

IntroductionSetupStep 1: prepare Nano server with IIS role and httpPlatformHandlerStep 2: install Tomcat on Nano ServerConfigure settings Step 3: configure server.xml of TomcatStep 4: configure...

View Article

Running Wordpress with IIS and WinCache on Nano Server

IntroductionSetup Nano serverStep 1: prepare Nano server with IIS roleStep 2: expand disk sizeSetup PHP on Nano serverStep 3: install PHP on Nano serverStep 4: install vcuntime140.dll to...

View Article

How to use IISAdministration powershell cmdlets to configure IIS...

FYI, see the below blog first for the detailed information.https://blogs.iis.net/bariscaglar/iisadministration-powershell-cmdlets-new-feature-in-windows-10-server-2016 If you use Configuration Editor,...

View Article


IIS Powershell User guide - Comparing representative IIS UI tasks

[File System] Open Explorer window for Default Web Site's home directory$path=$(get-item 'iis:sitesdefault web site').physicalPath $path=[system.environment]::ExpandEnvironmentVariables($path) explorer...

View Article

Developing IIS Native module

I have started to learn IIS Native API (C++) and hope to share what I have learned. This blog is targeting for beginner programmers who want to develop IIS native module in C++ for the first time.What...

View Article


IIS Powershell: Getting config section names and attributes names dynamically

IIS Powershell provider cmdlets require the config section path for the -filter parameter and the attribute names while getting/setting attribute value.But it is not easy to memorize the full...

View Article

Developing IIS Native module 2 (Replacing response body with...

Summary:In the last blog, I tried to explain the big picture for IIS native API. So, next thing is to make a real native module. Because IIS native api is huge, I will introduce one by one with some...

View Article


Examples of IIS Powershell cmdlets

Summary:This document explains how to specify the values of parameter values and how the configuration file is updated by IIS Powershell generic cmdlets such as Get-WebConfiguration and...

View Article

Running Tomcat with IIS on Nano Server

IntroductionSetupStep 1: prepare Nano server with IIS role and httpPlatformHandlerStep 2: install Tomcat on Nano ServerConfigure settings Step 3: configure server.xml of TomcatStep 4: configure...

View Article

Running Wordpress with IIS and WinCache on Nano Server

IntroductionSetup Nano serverStep 1: prepare Nano server with IIS roleStep 2: expand disk sizeSetup PHP on Nano serverStep 3: install PHP on Nano serverStep 4: install vcuntime140.dll to...

View Article
Browsing all 23 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>