🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ServiceStack.Host.AspNet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

ServiceStack.Host.AspNet

Host ServiceStack in an existing ASP.NET web application at the root path '/'. ServiceStack is a modern, high-performance, code-first web service framework promoting code and web services best practices. Simple, Fast, Elegant. Website: https://servicestack.net

4.5.14
unpublished
Source
NuGet
Maintainers
1
Created
Source

To enable the Mini Profiler add the following lines in to Global class in Global.asax.cs:

protected void Application_BeginRequest(object src, EventArgs e)
{
	if (Request.IsLocal)
		ServiceStack.MiniProfiler.Profiler.Start();
}

protected void Application_EndRequest(object src, EventArgs e)
{
	ServiceStack.MiniProfiler.Profiler.Stop();
}

For more info on the MiniProfiler see v3.09 of the https://github.com/ServiceStack/ServiceStack/wiki/Release-Notes

The Urls for metadata page and included Services:

For more info about ServiceStack please visit: http://www.servicestack.net

Feel free to ask questions about ServiceStack on: http://stackoverflow.com/

or on the mailing Group at: http://groups.google.com/group/servicestack

Enjoy!

Keywords

Fast

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts