• Complain

it-ebooks - Asp.net Documentation

Here you can read online it-ebooks - Asp.net Documentation full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016, publisher: iBooker it-ebooks, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Asp.net Documentation
  • Author:
  • Publisher:
    iBooker it-ebooks
  • Genre:
  • Year:
    2016
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Asp.net Documentation: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Asp.net Documentation" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

it-ebooks: author's other books


Who wrote Asp.net Documentation? Find out the surname, the name of the author of the book and a list of all author's works by series.

Asp.net Documentation — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Asp.net Documentation" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Navigation
Index
Copyright 2015, Microsoft. Last updated on Mar 25, 2016. Created using Sphinx 1.3.1.
Navigation
  • |
ASP.NET 5 Documentation

Attention

ASP.NET 5 is being renamed to ASP.NET Core 1.0. Read more [https://blogs.msdn.microsoft.com/webdev/2016/02/01/an-update-on-asp-net-core-and-net-core/] .

Note

This documentation is a work in progress. Topics marked with a are placeholders that have not been written yet. You can track the status of these topics through our public documentation issue tracker [https://github.com/aspnet/docs/issues] . Learn how you can contribute [https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md] on GitHub. Help shape the scope and focus of the ASP.NET content by taking the ASP.NET 5 Documentation Survey [https://docs.asp.net/en/latest/contribute/docs-survey.html] .

Topics
  • API [https://docs.asp.net/projects/api]
    • Create an ASP.NET 5 web app in Visual Studio Code [https://azure.microsoft.com/documentation/articles/web-sites-create-web-app-using-vscode/]
    • ASP.NET 5 and Azure Service Fabric [https://azure.microsoft.com/en-us/documentation/articles/service-fabric-add-a-web-frontend/]
    • Getting Started With ASP.NET 5 and Entity Framework 7 [http://docs.efproject.net/en/latest/platforms/aspnetcore/getting-started.html]
      • Adding Azure Storage by Using Visual Studio Connected Services [https://azure.microsoft.com/documentation/articles/vs-azure-tools-connected-services-storage/]
      • Get Started with Azure Blob storage and Visual Studio Connected Services [https://azure.microsoft.com/documentation/articles/vs-storage-aspnet5-getting-started-blobs/]
      • Get Started with Queue Storage and Visual Studio Connected Services [https://azure.microsoft.com/documentation/articles/vs-storage-aspnet5-getting-started-queues/]
      • How to Get Started with Azure Table Storage and Visual Studio Connected Services [https://azure.microsoft.com/documentation/articles/vs-storage-aspnet5-getting-started-tables/]
    • Publish to a Docker Image [https://azure.microsoft.com/documentation/articles/vs-azure-tools-docker-hosting-web-apps-in-docker/]
    • Integrating Azure AD Into an ASP.NET 5 Web App [http://azure.microsoft.com/documentation/samples/active-directory-dotnet-webapp-openidconnect-aspnet5]
    • Calling a ASP.NET 5 Web API From a WPF Application Using Azure AD [http://azure.microsoft.com/documentation/samples/active-directory-dotnet-native-aspnet5]
    • Calling a Web API in an ASP.NET 5 Web Application Using Azure AD [https://azure.microsoft.com/en-us/documentation/samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnet5/]
    • ASP.NET Contributing Guide [https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md]
    • ASP.NET Docs Contributing Guide [https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md]
Related Resources
  • .NET Core Documentation [https://dotnet.github.io]
  • Entity Framework [http://docs.efproject.net]
  • WebHooks [http://docs.asp.net/projects/aspnetwebhooks]
Contribute

The documentation on this site is the handiwork of our many contributors [https://github.com/aspnet/docs/contributors] .

We accept pull requests! But youre more likely to have yours accepted if you follow these guidelines:

  1. Read https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md
  2. Follow the
Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Was this page helpful?
Sorry this wasn't helpful. characters remaining
Sending feedback...
Thank you for your feedback!
Error during submission!
Copyright 2015, Microsoft. Last updated on Mar 25, 2016. Created using Sphinx 1.3.1.
Navigation
  • |
  • |
HTTP Platform Handler

By Sourabh Shirhatti [https://twitter.com/sshirhatti]

In ASP.NET 5, the web application is hosted by an external process outside of IIS. The HTTP Platform Handler is an IIS 7.5+ module which is responsible for process management of http listeners and to proxy requests to processes that it manages. This document provides an overview of how to configure the HTTP Platform Handler module for shared hosting of ASP.NET 5.

Installing the HTTP Platform Handler

To get started with hosting with ASP.NET 5 applications you will need to install the HTTP Platform Handler version 1.2 or higher on an IIS 7.5 or higher server. Download links are below

  • 64 bit HTTP PlatformHandler (x64) [http://go.microsoft.com/fwlink/?LinkID=690721]
  • 32 bit HTTP PlatformHandler (x86) [http://go.microsoft.com/fwlink/?LinkId=690722]
Configuring the HTTP Platform Handler

The HTTP Platform Handler is configured via a site or applications web.config file and has its own configuration section within system.webServer - httpPlatform . The HTTP Platform Handler configuration reference whitepaper [http://www.iis.net/learn/extensions/httpplatformhandler/httpplatformhandler-configuration-reference] describes in detail how to modify Configuration Attributes for the HTTP PlatformHandler module.

Note

You may need to unlock the handlers section of web.config. Follow the instructions .

Log Redirection

The HTTP Platform Handler module can redirect stdout and stderr logs to disk by setting the stdoutLogEnabled and stdoutLogFile properties of the httpPlatform attribute. However, the HTTP Platform Handler module does not rotate logs and it is the responsibilty of the hoster to limit the disk space the logs consume.

processPath= "..\approot\web.cmd" arguments= "" stdoutLogEnabled= "true" stdoutLogFile= "..\logs\stdout" startupTimeLimit= "3600" >
Setting Environment Variables

The HTTP Platform Handler module allows you specify environment variables for the process specified in the processPath setting by specifying them in environmentVariables child attribute to the httpPlatform attribute. The example below illustrates how you would use it.

processPath= "..\approot\web.cmd" arguments= "" stdoutLogEnabled= "true" stdoutLogFile= "..\logs\stdout" startupTimeLimit= "3600" > name= "DEMO" value= "demo_value" />

Note

There is a known issue [https://github.com/aspnet/dnx/issues/3062] known issue with dnu publish where it removes all child attributes of the httpPlatform attribute.

Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Was this page helpful?
Sorry this wasn't helpful. characters remaining
Sending feedback...
Thank you for your feedback!
Error during submission!
Show comments
Copyright 2015, Microsoft. Last updated on Mar 25, 2016. Created using Sphinx 1.3.1.
Navigation
  • |
  • |
Application Pools

By Sourabh Shirhatti [https://twitter.com/sshirhatti]

When hosting multiple web sites on a single server, you should consider isolating the applications from each other by running each application in its own application pool. This document provides an overview of how to set up Application Pools to securely host multiple web sites on a single server.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Asp.net Documentation»

Look at similar books to Asp.net Documentation. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Asp.net Documentation»

Discussion, reviews of the book Asp.net Documentation and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.