tagged [hosting]
Self hosting Web Api service into Windows Forms
Self hosting Web Api service into Windows Forms I am trying to self host a Web Api service inside a windows forms application using the code below ``` namespace MascoteAquarium.Desktop { static clas...
- Modified
- 5 Apr at 11:5
Can I deploy my ASP.NET MVC 4 application in .net 4
Can I deploy my ASP.NET MVC 4 application in .net 4 I want to know about a thing that IS ASP.NET MVC 4 application can be run on .NET 4 server. I am trying to deploy my MVC4 application and I am got t...
- Modified
- 5 May at 16:17
ServiceStack Razor Intellisense not working in SelfHost
ServiceStack Razor Intellisense not working in SelfHost I have ServiceStack.Razor referenced. Following razor file works great: but IntelliSense (and R# code analysis) shows error: Referencing Microso...
- Modified
- 23 May at 12:0
Hosting ASP.NET Core application on shared Linux hosting
Hosting ASP.NET Core application on shared Linux hosting Now asp.net core has been released so we can develop/deploy .net application on any platform. I am trying to play with asp.net core and able to...
- Modified
- 15 Oct at 12:47
How do i check if php server allows external curl connections
How do i check if php server allows external curl connections How do i check if php server allows connecting via curl to external sites before buying hosting package (or registering on free host)? I n...
Subdomain on different host
Subdomain on different host I'm trying to host a subdomain for my site with a different hosting company and I'm running into issues on how to set it up. Here are the specifics: - - - `blog.mydomain.ex...
HttpSelfHostServer and HttpContext.Current
HttpSelfHostServer and HttpContext.Current I'm working on a self-hosted ASP.NET web api-application. Everything works fine, but now I'm struggling with `HttpContext`: I need to save session-informatio...
- Modified
- 1 Aug at 16:25
ServiceStack Selfhosted Application Restart
ServiceStack Selfhosted Application Restart How can I restart a ServiceStack self hosted Apphost? Setting my AppHost instance to null and disposing of it does not work correctly, it throws the followi...
- Modified
- 8 Oct at 19:20
Latency issues with self-hosting a simple NancyFX HelloWorld application running under Mono
Latency issues with self-hosting a simple NancyFX HelloWorld application running under Mono I'm testing the NancyFX framework by running a simple HelloWorld example under different conditions. Example...
- Modified
- 11 Nov at 11:11
servicestack self-hosted service uses chunked encoding - is unbuffered?
servicestack self-hosted service uses chunked encoding - is unbuffered? I am trying to learn ServiceStack with the hello world examples and self-hosted example. I am making requests for JSON content. ...
- Modified
- 10 Apr at 14:7
Self-host of ASP.NET MVC application
Self-host of ASP.NET MVC application I have a full-working ASP.NET MVC application (consisting of 5 assemblies, .NET 4.5.1, ASP.NET MVC 5.2.2) which runs fine in Visual Studio (which uses IISExpress)....
- Modified
- 1 Dec at 11:2
HTTP Error 500.30 - ANCM In-Process Start Failure
HTTP Error 500.30 - ANCM In-Process Start Failure I was experimenting with a new feature that comes with .NET core sdk 2.2 that is supposedly meant to improve performance by around 400%. Impressive so...
- Modified
- 19 Jul at 21:55
How to get gzip compression working in WCF 4.5
How to get gzip compression working in WCF 4.5 WCF 4.5 supports GZIP without third party libraries or handwritten extensions. I got it working via TCP Binding, but cannot find a way to get it working ...
- Modified
- 6 Apr at 07:58
Remotely connect to .net core self hosted web api
Remotely connect to .net core self hosted web api I have a simple .net core web api with one action: If I run this via dotnet run I get ``` Hosting environment: Production Content root path: C:\Users\...
- Modified
- 21 Aug at 11:31
ASP.NET Core .NET 6 Preview 7 Windows Service
ASP.NET Core .NET 6 Preview 7 Windows Service I created a new ASP.NET Core project with Visual Studio 2022 Preview and I am trying to run it as a Windows Service. I downloaded the latest Microsoft.Ext...
- Modified
- 9 Sep at 20:21
ASP MVC in IIS 7 results in: HTTP Error 403.14 - Forbidden
ASP MVC in IIS 7 results in: HTTP Error 403.14 - Forbidden I'm developing an ASP MVC web project. Now I have a requirement which forces me to deploy to an IIS7 inmiddle of development (to check some f...
- Modified
- 2 Mar at 08:17
The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))
The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) I have a website in an IIS 7 shared hosting environment. It's running .NET 3.5. I have a download button to download a file from ...
- Modified
- 23 Dec at 17:3
Owin self host console application with https support (no web api, no SignalR)
Owin self host console application with https support (no web api, no SignalR) With SslStream and socket, I've developed a https web server from scratch. I can apply a certificate to the stream from C...
- Modified
- 11 Jul at 01:10
servicestack oauth2 google authentication not working for selfhosted sites
servicestack oauth2 google authentication not working for selfhosted sites I've been trying to add the OAuth2 provider for Google to a proof of concept application built on ServiceStack however I keep...
- Modified
- 21 Nov at 23:3
Host Web API as Windows Service using OWIN
Host Web API as Windows Service using OWIN I'm trying to run a Web API application as a Windows Service using OWIN. However, I get the following message, when trying to start the service: > The [Servi...
- Modified
- 9 Nov at 23:56
hosting clr and catching threading exceptions
hosting clr and catching threading exceptions I am trying to write an plugin system that can load managed plugins. The host should be able to unload the plugins if there are any exceptions. for my poc...
- Modified
- 29 Oct at 00:15
System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http::8080
System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http::8080 I have created my first self-hosted WCF service. I hosted it in a C# console app but it throws an error: > Syst...
- Modified
- 11 May at 12:14
Change primary key column in SQL Server
Change primary key column in SQL Server Here are the constraints as a result of the query Here is the result of the query ``` SELECT * FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS WHERE TAB
- Modified
- 13 Jan at 06:11
Service Stack + SignalR - Self Hosted
Service Stack + SignalR - Self Hosted I'm building an app that uses ServiceStack for restful api. I'm attempting to integrate SignalR for real time features, as this app will run on the client desktop...
- Modified
- 4 Jun at 18:2
Servicestack self host app System.TypeloadException when using mono in ubuntu
Servicestack self host app System.TypeloadException when using mono in ubuntu I am attempting to run my selfhosted servicestack console app using mono in ubuntu. I am only coming up against this prob...
- Modified
- 23 May at 12:28