Coder Social home page Coder Social logo

josesaribeiro / aspnetcoremodule Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aspnet/aspnetcoremodule

0.0 0.0 0.0 2.18 MB

ASP.NET Core Module for IIS and IIS Express

License: Other

Batchfile 0.04% PowerShell 0.52% C++ 58.98% C 3.21% C# 33.57% ASP 2.31% HTML 1.36%

aspnetcoremodule's Introduction

ASP.NET Core Module

The ASP.NET Core Module is an IIS Module which is responsible for process management of ASP.NET Core http listeners and to proxy requests to the process that it manages.

Installing the latest ASP.NET Core Module

The ASP.NET Core Module for IIS can be installed on servers without installing the .NET Core runtime. You can download the Windows (Server Hosting) installer and run the following command from an Administrator command prompt: DotNetCore.1.1.0.Preview1-WindowsHosting.exe OPT_INSTALL_LTS_REDIST=0 OPT_INSTALL_FTS_REDIST=0

Pre-requisites for building

Windows 8.1+ or Windows Server 2012 R2+

Visual C++ Build Tools

Download and install Visual Studio 2015. In Visual Studio 2015 C++ tooling is no longer installed by default, you must chose "Custom" install and select Visual C++.

Visual C++

Optionally, if you don't want to install Visual Studio you can just install the Visual C++ build tools.

MSBuild

If you have installed Visual Studio, you should already have MSBuild. If you installed the Visual C++ build tools, you will need to download and install Microsoft Build Tools 2015

Once you have installed MSBuild, you can add it your path. The default location for MSBuild is %ProgramFiles(x86)%\MSBuild\14.0\Bin

Windows Software Development Kit for Windows 8.1

Download and install the Windows SDK for Windows 8.1. From the Feature list presented, ensure you select Windows Software Development Kit.

If chose to install from the command prompt, you can run the following command.

.\sdksetup.exe /features OptionId.WindowsDesktopSoftwareDevelopmentKit

How to build

# Clean
.\build.cmd /target:clean

# Build
.\build.cmd

# Build 64-bit
.\build.cmd /property:platform=x64

# Build in Release Configuration
.\build.cmd /property:configuration=release

Contributions

Check out the contributing page to see the best places to log issues and start discussions.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

aspnetcoremodule's People

Contributors

jhkimnew avatar pan-wang avatar jkotalik avatar shirhatti avatar pranavkm avatar ryanbrandenburg avatar tratcher avatar 0xfeeddeadbeef avatar guardrex avatar muratg avatar pakrym avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.