The self-hosting tag has no wiki summary.
2
votes
4answers
475 views
Looking for Open Source ALM / SCM Platform with code hosting
Can someone please recommend a good ALM / SCM platform that offers code hosting that I can host in-house.
I would essentially like to replicate github functionality (Wiki pages, documentation, code ...
3
votes
2answers
952 views
A SelfHosted WCF Service over Basic HTTP Binding doesn't support more than 1000 concurrent requests
I have self hosted a WCF Service over BasicHttpBinding consumed by an ASMX Client. I'm simulating a concurrent user load of 1200 users. The service method takes a string parameter and returns a ...
1
vote
2answers
243 views
WebAPI SelfHost site
Is it possible to setup WebAPI to Self Host like Nancy.
Such that it hosts an
/api/...
section serving up json and xml responses and hosts a
/content/...
section serving up *.jpg and ...
1
vote
2answers
200 views
Self-hosted WCF Service with SSL on XP SP3
I've seen about 1000 posts on StackOverflow, blogs, and other sites, but none have been able to shed light on the problem I'm having.
Setup:
WCF self-hosted service (NOT IIS) using .NET Framework ...
1
vote
2answers
645 views
Simple self-hosted website monitoring
I'm looking for a simple self hosted website monitoring tool.
It should be somthing similar to watchmouse.com or pimgdom.com, with a nice UI, colorful charts and so on (Customers like that :)).
At the ...
1
vote
2answers
2k views
Connecting Silverlight app to Self hosted WCF service
I've created a WCF service that is running on 192.168.0.199:87. The service works without a issue. However when I create a silverlight app to consume this service on my dev pc in VS I am getting the ...
0
votes
2answers
170 views
Self-Hosting WCF and System.ServiceModel.FaultException
I have a simple WCF Service Library Project (call this Project W) with a handful of DLLs in directory X. I set the startup directory of W to X, all methods work correctly using WcfServiceHost in ...
0
votes
2answers
376 views
WCF net.TCP self hosted on azure emulator - Windows 7
I'm developing a WCF service using Net.tcp Binding. The service is hosted on the Run method of a worker role.
When deployed to my Azure Account, it works fine, but in runtime it throws an exception:
...
0
votes
2answers
253 views
WCF, how to self-host callback?
I have a WCF service lib which run by a self-host [Winform] and a client [Winform], and im using NetTcpBinding.
i want the client to call a method from WCF service to Pop up a MessageBox on Self-host ...
2
votes
1answer
36 views
Using ServiceStack Mini Profiler in self-hosted console application
Is it possible to use ServiceStack Mini Profiler in self-hosted console application? If it is, where should I put profiler enable/disable code? In ASP.NET hosted ServiceStack it's usually in ...
2
votes
1answer
47 views
Nancy Views Internal Server Error
I'm hosting Nancy in my Console Application, and when I try to call a view(for example "Login.html") the page gives me error 500. This is the code:
public sealed class LoginModule : NancyModule
{
...
1
vote
1answer
140 views
Unable to connect to self-hosted WCF service over HTTPS
I am unable to connect to my self-hosted WCF service running with WebHttp+HTTPS bindings. For various reasons, I configure the service entirely in code rather than using a config file, and I ...
1
vote
1answer
146 views
[play framework 1.2.5]'play start' does not work properly (windows XP)
When I start my play application with following command in production mode.
play start 'path to application' -Dprecompiled=true
following output comes on command prompt:-
C:\Documents and ...
1
vote
1answer
241 views
Asp.Net webapi xml formatter not working
I have created a self-hosted service with asp.net webapi framework and I've added a custom MediaTypeFormatter so that I can return html. My problem is that I want to use Jquery in my html so I have ...
1
vote
1answer
175 views
Customize the auto update functionality for chrome extensions
So i am working in a chrome extension which won't be hosted on the google webstore, thus i will need to add the auto-update functionality to it, however i need it to be a little more dynamic, i will ...
0
votes
1answer
45 views
Self hosted OWIN and urlacl
I've created a self hosted Nancy/SignalR application self-hosted in OWIN using Microsoft.Owin.Host.HttpListener and Microsoft.Owin.Hosting
Things work perfectly fine locally but as soon as I try to ...
0
votes
1answer
50 views
Standalone git binary on server with repository viewer
I have a server from my company.
On this server is git not installed (and it will not be in the near future).
(On many free server hosting sites, git is also not installed)
Is there a way to use a ...
0
votes
1answer
47 views
WCF Service in Windows Form Application
I'm newbie in WCF. I have some questions need to be answered.
Can I use WCF to make a simple chat application from a client to a client (via WCF Service) ?
I have tried follow many examples, And i ...
0
votes
1answer
78 views
Self-hosted WCF Data service authentication
I have self-hosted WCF Data service set up in similar way to this - http://blogs.msdn.com/b/writingdata_services/archive/2011/01/24/self-hosting-a-wcf-data-service.aspx
How does one add Windows ...
0
votes
1answer
192 views
Can't Access WCF REST service from any other machine on my local area network
None of any similar questions have helped me. I am sure experts here would..
My problem is I am hosting a WCF Rest service and I can only access it locally. Any other computer on the LAN won't be ...
0
votes
1answer
109 views
Wcf self hosting over basicHttp and browsing
Hej,
I feel like a complete idiot but I don't seem to find an answer.
I'm selfhosting a WCF service in a console application.
This is working like a charm, I've done it a million times :)
Consuming ...
0
votes
1answer
351 views
Silverlight Cross-domain issue with WCF self-hosted in windows service
I have a Silverlight application that is running perfectly in my local machine, consuming WCF services form a development server (self-hosted in windows services).
I have to debug one of the WCF ...
0
votes
1answer
2k views
Self-hosted WCF service has HttpContext.Current == null despite the fact that AspnetCompability allowed
I'm using self-hosted (programmatically hosted) WCF-service in Web Application.
I placed the [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] attribute ...
0
votes
1answer
299 views
RIA DomainService Hosting
i have an application, in which i have an EntityModel.
i have a DomainService which talks to this EntityModel.
i am using simple LinqToEntitiesDomainService for this application, not .svc extension ...
2
votes
0answers
237 views
Easy to use and self-hosted web-based time tracking software?
I'm looking for a simple to use time tracking package which I can host myself and is also web-based. I already looked around but all I could find was:
1) Host on their servers.
2) Too complicated in ...
1
vote
0answers
915 views
To call a Self Hosted WCF service from another Net.Tcp WCF service running on IIS 7
I have a NetTcp Self Hosting service running on my client machine, and there is another NetTcp service running on IIS on the server. I am trying to consume the self hosted service from the service in ...
0
votes
0answers
118 views
Redmine LDAP authentication fails for some users
Redmine 1.3.3 is running on a CentOs Linux release 6.0 server and LDAP authentication is used for users to login.
The address of the server hosting Redmine has been changed and now all users who had ...
0
votes
0answers
92 views
SignalR Self hosting xUnit
I am writing a xUnit test in order to check connect/disconnect capabilities of SignalR 1.0.1.
The goal is to test the counting mechanism of connected clients which is used in the production code.
...
0
votes
0answers
150 views
Can Selfhosted WebApi with PushStreamContent handle multiple requests?
I'm using HttpSelfHostServer to host my WebApi. I return a PushStreamContent like this
public HttpResponseMessage Get(HttpRequestMessage request)
{
var response = ...
0
votes
0answers
26 views
Recovering from hanging WebServiceHost
My application has a service endpoint listening, using WebServiceHost. During debug it sometimes hang, so I can't restart the listening because the port/service appear to be in use.
If I netstat I ...
0
votes
0answers
91 views
Self hosted HTTPS WCF service breaks IIS site using SSL
I've got a self-hosted service (Windows Service) running on my server. When it starts however, it seems to block an existing SSL site set up in IIS. Meaning, when the service is not running, my SSL ...
0
votes
0answers
90 views
Download a File from a self hosted web service
Normally my web service application is hosted in an IIS. Beside calling my web service functionality, it is possible to download a file from the file system. For example the address ...
0
votes
0answers
363 views
ASP.NET Web API Self Host - Implicit Impersonation
I can't immediately see a way to configure ASP.NET Web API (Self Host) services to use impersonation of the Authenticated user.
I know I can use the remote user's identity that comes with ...
0
votes
0answers
259 views
How change url from client to webservice in WCF C#?
I have a client and service (selfhosting) and i want to change url from client to service. Administration configuration.
0
votes
0answers
191 views
Self-hosted WCF within Windows Service
I would like to know, if I need to generate client proxy for self-hosted WCF within Windows Form?
Basically what I'm trying to do is, post Html form to WCF operation. I have checked WCFClientTest to ...
0
votes
0answers
440 views
WCF Self Hosting timeout
I have a Unity based C# WPF application that has a Module that communicates to a WCF based project within the same solution.
The WCF dll works if i use the WCF test host make it an active service, ...


