Questions tagged [hosting]

Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology should be asked at serverfault.com and more general questions should be asked at webmasters.stackexchange.com.

Hosting refers to the commercial service offered by companies that let you run websites using their servers. Questions about server technology are probably best asked at serverfault.com and more general questions at webmasters.stackexchange.com.

5701 questions
14
votes
2 answers

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.Extensions.Hosting.WindowsServices package (6.0.0-preview.7.21377.19). When researching online the…
cvalueapp
  • 179
  • 1
  • 1
  • 4
14
votes
9 answers

apache solr as a service hosting

are you aware of the best companies which provide apache solr AS A SERVICE? where i can simply upload (or edit via some web control panel) my index and config files for SOLR and simply start using it i do not want to be breaking my head with any…
Raj
  • 6,810
  • 6
  • 48
  • 56
14
votes
3 answers

GitLab Pages custom domain allow www

What do I need to do in order for my GitLab pages site (Jekyll) to be accessed under www.mydomain.com not just mydomain.com? I have SSL through CloudFlare. In my DNS I have: mydomain.com A 104.208.235.32 and CNAME points to myname.gitlab.io, and…
evan
  • 954
  • 3
  • 18
  • 37
14
votes
2 answers

Is there a way to disable SSL/TLS for GitHub Pages?

I have been looking for a place to store some of my XML schemas publicly without actually having to host them. I decided GitHub Pages would be the ideal platform. I was correct except that I cannot figure out how to turn off SSL/TLS. When I try to…
William Rosenbloom
  • 2,506
  • 1
  • 14
  • 37
14
votes
2 answers

Nancy: is there a Server.MapPath("~/") equivalent?

I can't seem to find an equivalent in Nancy for System.Web.HttpContext.Current.Server.MapPath() in the Nancy framework. I just want to load a textfile relative to the application service. I see this in the assembly using Nancy; using…
FlavorScape
  • 13,301
  • 12
  • 75
  • 117
14
votes
1 answer

Could not load assembly WebPages.Deployment version 2 at host?

I have a ASP.NET MVC 2 website (VS2010) that I have upgraded to ASP.NET MVC 3 (VS2012) and this works fin on local IIS7 but when publishing it I get this exception on host : Could not load file or assembly 'System.Web.WebPages, Version=2.0.0.0,…
Ivy
  • 2,285
  • 4
  • 24
  • 29
13
votes
4 answers

Can I run .jar file on Tomcat?

a very noob question. Can I run a .jar file on Tomcat. I am not building a web-app. I simply need to run a .jar with say HalloWorld in it. Is this possible/appropriate. Thanks
Luben
  • 131
  • 1
  • 1
  • 3
13
votes
2 answers

Access node app on digital ocean - This site can't be reached

I am unable to access my digital ocean node js app. I've already SSH'ed in, cloned my Node app from Git, npm installed, and successfully started the app on the droplet, yet I get error This site can't be reached Digital Ocean docs say you can…
user3871
  • 12,432
  • 33
  • 128
  • 268
13
votes
4 answers

Grid Hosting for Windows

Are there any good grid-hosting companies out there that offer .NET stacks? Something like MediaTemple - which won't host the worlds fastest websites, but for the price is far better than "shared hosting". I've used Rackspace's Mosso, but it sucked…
Karl Seguin
  • 21,574
  • 5
  • 44
  • 49
13
votes
4 answers

ASP.NET Virtual Path Maps To Another Application Which Is Not Allowed

I have a website that was building without any issue on multiple servers. But, when I copy/move it on the same machine from one folder to another folder: I started getting the error The Virtual Path Maps To Another Application Which Is Not…
Curtis White
  • 6,213
  • 12
  • 59
  • 83
13
votes
2 answers

Service cannot be started. Could not register URL

I want to host wcf in window service. I've done several times before without any problem. This time After I installed the service and click on start I get the following error in EventViewer. Service cannot be started.…
Harry
  • 1,686
  • 2
  • 15
  • 21
13
votes
3 answers

How to attach my domain name to my server IP address (Apache)

for example I have a domain name www.example1.com and I have in my apache conf this code: DocumentRoot /home/localname/www ServerName www.example1.com # Other directives here in the virtual host…
BlareStriker
  • 235
  • 1
  • 4
  • 14
12
votes
6 answers

Is Google App Engine better than Webfaction for a beginner in Django dev?

I am a beginner in developing websites by Django. I run small discussion websites similar to SO. I have an account at Bluehost which has been a nightmare in developing by Django. I have found that Webfaction and Google App Engine seems to be the…
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
12
votes
4 answers

Finding a blog site with good code block support

This has probably been asked before but I can't find any relevant post using the search system. I'm looking for a site where I could host my own blog. Unfortunately, I found none that have the kind of code block friendliness found on our very own…
Julian Aubourg
  • 11,346
  • 1
  • 29
  • 29
12
votes
4 answers

Firebase Hosting Flutter Web App not clearing Cache of first deploy

We build a flutter web app and deployed it via firebase hosting. Unfortunately, we didn't configure any caching settings in our initial deploy. Now we deployed a newer version of our website but people still get the old website shown form the first…
Gizmo
  • 121
  • 1
  • 4