Questions tagged [self-hosting]

Operating independently of a hosting infrastructure

Self-hosting refers to a program or service which does not require a hosting environment. This term is often used to describe WCF web services that do not require IIS as their web host - a self-hosted WCF service establishes its own HTTP endpoints and listeners and is responsible for its own routing, security, and configuration management.

772 questions
0
votes
1 answer

Moving blog from Wordpress.com to self-hosted : How to install CORE widgets/plugins

I was able to export the blog from a wordpress.com site to a self-hosted one. However, I am having issues installing the 'CORE widgets' (http://en.support.wordpress.com/topic/widgets-sidebars/). Are these locked down to wordpress.com only? Thanks!
Sekhar
  • 5,614
  • 9
  • 38
  • 44
0
votes
2 answers

How to host and connect to a net.tcp service

I need to code from scratch a WCF service with net.tcp binding, self-hosted on IIS7, and call it from a console application. Can you give me a step-by-step guide for the service and for the sample client application?
SamuGG
  • 479
  • 2
  • 8
  • 20
0
votes
2 answers

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 Winform. the point: i want to send an image to…
Murhaf Sousli
  • 12,622
  • 20
  • 119
  • 185
0
votes
1 answer

How to create a session between client and self-hosted WCF service

My goal is to keep track of clients with cookies and their sessions. This is needed because I don't like WCF's builtin authentication process, where they are just give the generic login popup in the browser [1]. I'm looking to have a login page…
ymerej
  • 727
  • 1
  • 8
  • 21
0
votes
3 answers

How to embed an asp.net site in a windows service (or vice versa)

I'm building a windows service but I would like to get some web pages to control some settings, get diagnostics, etc... How would you go about combining an asp.net web site AND a windows service together ? I know that WCF can be self hosted into an…
Clement
  • 3,990
  • 4
  • 43
  • 44
0
votes
1 answer

How to fetch data from Plesk10 with asp.net webpage

I am trying to create a end User friendly webpage, which access required information from Plesk10 panel. I have a reseller webhosting plan. I have administrator rights in my hosting plan. In my hosting i can create new user delete suspend or update…
JSB
  • 215
  • 5
  • 16
-1
votes
1 answer

Coding oldschool textCaptcha nowadays is good idea?

I am creating my own tool related to GDPR (https://my.oodo.pl) and recently, taking into account privacy doubts related to GA, reCaptcha (i was using recaptcha V3), Google Fonts (Schrems II), I decided to self-host everything I can and create my own…
Gawrion
  • 77
  • 1
  • 9
-1
votes
1 answer

How to set up static sites with self hosted ghost on VPS

I just installed a ghost production environment on ubuntu 20.04 VPS with 1GB ram. I have also set up a dev environment locally on my mac where ill try out all my experiments. My prod ghost installation is currently configured to the subdomain.…
-1
votes
1 answer

Accessing local web server through subdomain in public web server

First of all, I have my own local webserver binded to my public IP, which I can access through internet from: http://: On the other side, I have a purchased domain + hosting server, accessible from: http://my_domain.com What I…
Pepaco
  • 1
  • 3
-1
votes
1 answer

Listener gets pinged with possibly malicious packets. How to prevent IPs from accessing my port?

I'm developing a server-client service on the socket level. My Server gets spammed with random packets. I need a way to differenciate between good and bad IPs, but I don't know all of the good IPs, so a whitelist/blacklist doesn't work. The server…
Menroka
  • 19
  • 5
-1
votes
1 answer

Using web.config in a Self-Hosted c# WCF console app (setting MaxStringContentLength server side)

I have a simple self hosted WCF Console windows app, and I can connect fine from my client. I have a problem though sending large XML strings through to the server. I get the following error: "System.Xml.XmlException: The maximum string content…
Andrew White
  • 1,770
  • 4
  • 25
  • 43
-1
votes
1 answer

Get rid of "The requested resource [path] does not match convention mapped to '/Content'"

I'm working with a self-hosted Nancy App, using it as an Api. I published it on my server and now i'm working on a web-apps supposed to use this API. The problem occurs when I'm requesting GET http://myApi:[port]/api/token. When I test this using…
mJehanno
  • 836
  • 1
  • 12
  • 19
-1
votes
2 answers

Can I make my site available world wide without renting a hosting server?

I am from iOS background and a beginner also. I need a clear conclusion on some of my confusion. I have gotten many answers to this question having contradiction. I had searched on google about this question. Some says, to make your site available…
NSPratik
  • 4,714
  • 7
  • 51
  • 81
-1
votes
1 answer

Using WAMP for web purposes?

So we all know that with wamp we can create dummy domains to test scripts on for example mysite.imo instead of using localhost. Can I use this function to allow people to connect to mysite.imo instead of what ever my ip is.. So in other words can I…
Reapies
  • 3
  • 1
-1
votes
1 answer

What address do I use to access my server from the internet?

I have an FTP server hosted on my computer and I want to make it publicly accessible. I have forwarded the necessary ports for this specific computer on my router. If I type in my local ip, 192.168.x.x, i can access it. But this is only local. How…
Isaiah Taylor
  • 615
  • 1
  • 4
  • 17
1 2 3
51
52