Click here to Skip to main content
15,889,096 members
Everything / Hosted Services / Web Hosting

Web Hosting

web-hosting

Great Reads

by Avelino Ferreira
The easiest way to implement the ToolStripControlHost and ToolStripDropDown classes, in a UserControl, in order to display a Container/Control beyond the limits of its Parent Container and Parent Form, with very few lines of code. Let's uncomplicate ...
by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
by Florian Lopes
How to host multiple websites on a single host with Docker
by Glenn Prince
Quick guide on how to save some money by switching your Azure WebApp service to a Azure Storage and a Content Delivery Network (CDN) hosting setup for static websites

Latest Articles

by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
by Glenn Prince
Quick guide on how to save some money by switching your Azure WebApp service to a Azure Storage and a Content Delivery Network (CDN) hosting setup for static websites
by Alon Lek
HostMe is a simple one EXE application that can host your static web pages easily. It can run either as a console or as a Windows service with the minimal amount of effort from your side.
by Zachary Flower
To get a feel for how Alibaba Cloud Web Hosting works, I went through the process from end-to-end, and have come away with some pros and cons of the service.

All Articles

Sort by Updated

Web Hosting 

16 Nov 2023 by Vardaan Grover
I am facing issues deploying my Flutter web app to Firebase Hosting. The deployment process was working fine, but now I'm encountering a persistent HTTP 400 error with the message "Precondition check failed" during deployment. The deployment...
16 Nov 2023 by Andre Oosthuizen
Quote: 1) Where should I put the file that I want users to be able to download? You should store downloadable files in a directory that is not directly accessible from the web. In a 'Blazor' app, you should normally create the folder named...
15 Nov 2023 by Member 9581093
I am new to website programming and I am confused by the different option I have read on this topic. So, I would like to just ask the question very simplistically and make sure I am approaching this correctly. Task I am hosting a Blazor web...
6 Nov 2023 by Member 13800132
I have two projects that I need to link together if possible. I've got a C# Windows Form that runs a load of functions. I also have an ASP.NET web page which gives some similar functionalities via a web page. At the moment, they are separate....
5 Nov 2023 by Graeme_Grant
If you want to include a web project within a WinForms application, then traditionally that is not possible, as pointed out by Dave. What you can do is use a WebBrowser control pointed at your website. However, it is possible to create a Hybrid...
5 Nov 2023 by Dave Kreskowiak
You don't host the web service in a Windows Forms app. The normal way to do this would be to have all the functionality exposed and processed by the web service and just rewrite your Forms app to pass data to and call the web service. Or is...
23 Jul 2023 by Dragynjump
I'm looking to deploy a website I made using flask, but I need help finding the right web host. It contains a python configuration file, html files within a "templates" folder, a css page, several javascript files, and images contained within a...
23 Jul 2023 by Richard MacCutchan
See Deploying to Production — Flask Documentation (2.3.x)[^]
23 Jul 2023 by Graeme_Grant
I am not a python dev, so I did a quick search: flask web hosts - Google Search[^] and found this article: Top 10 Flask Hosting Providers | A Comprehensive Guide[^]. If you check the search, there are more...
17 Apr 2023 by kellykzevy
I have an asp.net application hosted on Godaddy. I am using ASP.net authentication. When I run the app locally I have no problems logging in. When I run it on the Godaddy server, I can log in a few times and then suddenly it doesn't accept my login and just keeps sending me back to the login...
27 Mar 2023 by glagz22
Would like to monitor set of websites in performance from different cities with each cities ISP data. Is there a website availability monitoring tool that can indicate specific country-city respective internet service provider(ISP)? If anyone...
19 Nov 2022 by Laiju k
HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started but then stopped The app started but threw an exception during startup Troubleshooting steps: Check the system event log...
19 Nov 2022 by Dave Kreskowiak
This is the error you get on the client-side, not the server-side. 500 errors mean you server-side code stopped for some internal error. Basically, your server-side code probably crashed because of an exception that was thrown. Run your server...
5 Oct 2022 by Member 15789007
So I want to host this Project on an Apache web page on my Linux Server. I want to access it outside of the linux Server via Apache. What I have tried: I put in the html code as shown in the tutorial, it shows on the web page but after pressing...
2 Feb 2022 by Raj Negi
I am trying to send email by using ASP.NET C# code. My website is hosted in godaddy server. It gives this error: Unable to read data from the transport connection: net_io_connectionclosed. using System.Net.Mail; using MailMessage =...
2 Feb 2022 by sendiltr
its a framework issue, moving your project to framework 4.6 will resolve the issue.
31 Jan 2022 by Sanjeev236
I am developing a blog Website in asp.net c# Webform(https://[DELETED].in). I am using using System.Web.Routing & Microsoft.AspNet.FriendlyUrls for routing in webform; Route.Config is as follows: var settings = new FriendlyUrlSettings(); settings.AutoRedirectMode =...
31 Jan 2022 by Jamil Hallal
I would suggest to use URL Rewrite in IIS, this can be done in the web.config
12 Aug 2021 by Coder Sam
I developed a website and from SEO point of view, the homepage of a website is available under three or more different URLs which accordingly poses a risk of duplicate content, since the same content can be accessed via different URLs. for eg....
31 Jul 2021 by kowsalya salem
In my Website I'm integrated with firebase real time database and fire store Document Database, It Loading large amount of data for analysis same by default on every page view. if some one intently Programmatically creating Multiple time of...
22 Jun 2021 by Szkaradek-Przemyslaw
I want to deploy an application to a server using Web Deploy. The main component uses .NET5 while the other two use the 4.8 framework. I can only see one migration in the configurator. How to add remaining migrations to the WebDeploy...
7 Jun 2021 by Roh Jos
So what I have is I'm using nodejs/express for website. I am also using another javascript module called spacy-js. To make spacy-js work, I have to run a python file in the spacy module like "python node_modules/spacy/api/server.py" in 1 terminal...
14 Mar 2021 by Member 15044439
if you have admin access to file manager follow this c# - Error:Access to the path 'G:\PleskVhosts\smartheat-eg.net\httpdocs\SolutionsImages\1049sTulips.jpg' is denied. in GoDaddy server - Stack Overflow[^]
14 Mar 2021 by abdulsafran
Below is my code to upload images. My problem is while uploading in internet error is occurring as Access Denied: I know this is occurring since permission is not provided, Therefore, please help me how to provide permission using coding to allow upload images to particular folder....
14 Feb 2021 by 2 7182818
My web application runs on multi tenant architecture and it will be a SaaS product. I need to storage files(documents(pdf, doc etc), images(jpg, png etc) etc) for every tenant. I want to distribute dynamic disk spaces for each tenant. If a tenant...
6 Dec 2020 by Taher El Marengoze
I have been searching and googling on how do I host my SQL server database on host site but I can't find anything detailed. I am not asking for a free hosting or something like that. I am trying to find a tutorial on how do I host an MSSQL...
6 Dec 2020 by OriginalGriff
That depends on exactly what you are trying to do: if you are using a web hosting service (Arvixe, BlueHost, HostGator, ... there are hundreds of them) then they usually provide either SQL Server or MySql database (one or more, depends on the...
26 Nov 2020 by janac
I've done quite a bit of coding, and I'm also a music composer, and I'd like to set up my catalog online for download. After looking around, it looks like stock music sites might be coded from scratch or using a framework, or maybe customizing...
26 Nov 2020 by RickZeeland
Maybe you can use this open source PHP solution: DuckSell | Sell your digital products on your own website[^] Read review here: Opensource eCommerce - 21+ Free Platforms to Start Selling with in 2019[^]
26 Nov 2020 by Steeve Poirier
You can use WordPress with plugins : https://wordpress.org/plugins/music-store/
16 Nov 2020 by LUXDECADE
I'm working on a C# WIndows Forms project. The fact is that free hosting (remotemysql.com) has a limited number of equal to 10 connections. I have no right to change it, of course. I actually have a question: if I buy a...
16 Nov 2020 by Dave Kreskowiak
You app should not be connecting to a hosted SQL instance over the web. Your database should NEVER be directly exposed to the web. Use a web service between your app and the database. The web service would be doing all of the database work for...
16 Nov 2020 by W Balboos, GHB
This is totally on your hosting's head. MySQL Hosting[^] MySQL is totally configurable by the user - no limitations. You may wish to check other hosting providers - possibly the same cost (or less) for no connection limit.
13 Nov 2020 by xhon
I'm using Git and I stored my remote repo on a SaaS. I renamed the project folder both on my local machine and in the page of my remote repository. Now I'm on Git bash and I checked out to master from the new directory by writing the following...
13 Nov 2020 by Gerry Schmitz
Introduction to SharePoint - SharePoint in Microsoft 365 | Microsoft Docs[^]
6 Apr 2020 by dblabs
I just recently bought new server, private VPS cloud. It have new IP and I have added a list of 'dummy demo emails' in my Acyba extension installed in cpanel account Joomla. Now whatever I tried to config, dkim, spam test etc...it always send...
6 Apr 2020 by OriginalGriff
Spam is detected by a variety of means, all of which are dependant on the recipient: for some, it's the Source domain / IP, for some it's the content, or the subject, or the source domain is not recognised, ... or a combination of all or any of...
9 Mar 2020 by ADEL AL-TAEY
I installed my site on an IIS8, I got "Quote: No connection could be made because the target machine actively refused it 127.0.0.1:1521 the server is old, it had a lot of rules installed on it, also there was a MS Exchange installed on IIS, I...
9 Mar 2020 by Richard Deeming
Uninstall IIS and the Windows Process Activation Service. Then delete or rename the folders C:\inetpub and C:\Windows\System32\inetsrv (if they still exist). You can then reinstall IIS, and the configuration should be reset to the default. How...
12 Feb 2020 by Mohammad Nawaz
Hi, I have initially an API project which works perfectly in Azure Server (.NetCore 2.2), but later when I migrate it to (.NetCore 3.1) it doesn't work. This is API Project so my swagger is opened but when I am trying hit a (GET) request with...
12 Feb 2020 by Richard MacCutchan
HTTP 403 - Wikipedia[^]
10 Feb 2020 by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
22 Jan 2020 by AdamASPGeek
You purchase manage or unmanage server? If you purchase unmanaged plan, then you need to setup your DNS, please point your domain to your A record in order to host your domain.
22 Jan 2020 by Sanwar ranwa
Hi,Please check the following link How to Access the Site Using Domain Name Instead of localhost in IIS[^]
22 Jan 2020 by Member 10949683
Hello Everyone, I have one VPS which I bought from godaddy and I have a domain lets say abc.com, which I also bought from godaddy. These 2 are the only things I have right now. Now I want to deploy my asp.net web application to my VPS and link my domain (abc.com) to it so I can use it...
22 Jan 2020 by MadMyche
You would need to setup DNS; which will link the Domain Name to the IP Address References: Change my IP address | Domains - GoDaddy Help CA[^] Add an A record | Domains - GoDaddy Help CA[^]">^]
28 Dec 2019 by ahmed_sa
problem cannot check in only file i created or modified on source control git ? Hi i work on angular 7 project work on source control every time i finish my work i do git push origon master it push to all files on project i need only to push to specific files i modify or created Are this...
28 Dec 2019 by Jon McKee
For the command line: git status: shows all modified files. git add : adds the specified file to staging. git add .: adds all modified files to staging. git commit: commits all staged files to the local repo. git commit -a: equivalent to git add . | git commit git push origin...
24 Jul 2019 by Glenn Prince
Quick guide on how to save some money by switching your Azure WebApp service to a Azure Storage and a Content Delivery Network (CDN) hosting setup for static websites
19 Mar 2019 by Member 14188355
I need to create a server to make a public blog page, using HTML, CSS and JavaScript in my laptop, but I don't have any idea. What I have tried: I know it is easier hosting my page in another website because it's dangerous to open my computer in the internet. But I'm making this for...
29 Dec 2018 by Member 14103699
Hi All, I have tried to host a website in my local iis server, but which throws below error while browsing the application " Our services aren't available right nowWe're working to restore all services as soon as possible. Please check back soon. " I have tried to host single...
29 Dec 2018 by OriginalGriff
Assuming the site works locally when you tested it on your dev machine, then start by checking the publish included all the files and worked correctly. Then check that you are trying to access the right site. If that all looks good, contact the website admin / hosting service and see if they...
11 Oct 2018 by id-athul
I am using .Net framework 4.0, System.IO.Compression is only supported in 4.5. So I refered it from the 4.5 folder and it worked in my 4.0 application. Now the issue is that after publishing, I am not getting the dll(System.IO.Compression)in the Bin folder, So i am getting dll missing error...
5 Sep 2018 by GaryStevens004
I was looking at my Google Analytics account and something weird is going on. I'm getting a lot of traffic from countries that have nothing to do with my website. I wanted to block traffic from different countries. Hosting support said you can block IPs from different countries, does anyone...
1 Aug 2018 by Vincent Maverick Durano
Perhaps you may want to consider URL Rewrites? Scott Forsyth's Blog - IIS URL Rewrite – Hosting multiple domains under one site[^]
1 Aug 2018 by King Fisher
There is a site which was created long back in IIS with in Default Website. for example site accessible through : http:mysite.co.in/myapp/login.aspx Actually, files are deployed in this location "C:\inetpub\wwwroot\myapp" Now I wanted to deploy the application out side the Defaultwebsite as its...
29 Jun 2018 by 9000605667
after hosting the web apI applcation in godaddy. After browing in the URL i am facing the error What I have tried: Server Error in '/' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this...
13 Jun 2018 by _Angelo
I can't seen to get the configuration right (I am a beginner at this). My WCF service is being self-hosted on a machine and I want to access if from a different machine. I assume it's all about how I define the endpoints, but I don't know how. I tried with my external IP address like in the code...
12 Apr 2018 by krishna Dev
I am working on an old .net application. Which implemented with .net remoting and hosted in IIS. URL of .net remote object is like "http://serverName:12345/ClassNameOFRemoteObject.rem" I am trying to replicate it in my local system for debugging purpose but not able to succeeded. Therefore,...
6 Feb 2018 by Member 9983063
Hello Guys am working on php project on localhost but when i open localhost:80/script so am getting this error Your PHP installation appears to be missing the "MySQL" extension which is required by Sngine. Back to your server admin or hosting provider to enable it for you i am confused how...
6 Feb 2018 by Jochen Arndt
The error message is quite clear: You have to install the MySQL extension. See PHP: Installation - Manual[^]. But note the comment on top of that page that the MySQL extension is deprecated. If possible you should use one of the new extensions. If MySQL is installed and you still got the...
12 Jan 2018 by Member 9983063
Hello Guys, Today I have completed my PHP project and the problem is I have uploaded my site to my domain and I have import MySQL file also in database and I have to define everything in configuration file hostname username password and DB name but when I open my site so am gettings some errors...
12 Jan 2018 by OriginalGriff
Look at the error message: Access denied for user 'root1'@'localhost' How much clearer do you need it to be? It probably isn't "localhost" but a "proper" name for the MySQL server, and "root1" is very unlikely to be the login name for a "normal" user application. Normal users don't need...
2 Jan 2018 by Hitesh Rohilla
So I just baught a new domain and single domain linux hosting from bigrock and I checked in hosting thet have a ssl folder in root directory. This folder has following contents in it. I haven't baught SSL certificate from them /ssl/ /ssl/certs/.crt /ssl/csrs/ /ssl/keys/.key...
27 Sep 2017 by AdamASPGeek
Contact your hosting provider. Most of hosting provider do backup daily.
27 Sep 2017 by Abdul Rahman BCS
Accidentally i deleted all files in my hosting server including Public_html, public_ftp, var, etc and the other folders which will appear when we logging to our cpanel. No folders are available now in hosting. How can I bring back these files to normal? Any reset options available? I can build...
27 Sep 2017 by OriginalGriff
If you have deleted files, you need to restore them, preferably from a backup. Most reputable hosting services provide automatic backups, I'd start by contacting them and asking for a selective restore of the missing files.
5 Sep 2017 by navi G
In my website I am accessing my SQL-server database using "windows authentication mode". Everything works fine when I run my website using visual studio 2012. but when I hosted my website on Plesk hosting provider, every time an error message comes that "Cannot open database "mydb" requested by...
5 Sep 2017 by OriginalGriff
Stop using windows authentication mode in production - it's not often supported. Instead, use a SQL username and password combination that has permission (and only the right permissions) for the tasks it needs to perform on the database. You can normally set up the users via the management...
20 Aug 2017 by Dave Kreskowiak
You really should be asking GoDaddy about this, not us.
31 Jul 2017 by marieee
I've created asp/c# website for input data into sql server database. My server name is server and website address is server.mydomain.com. Mydomain is hosted somewhere else. I've also developed another database and another asp webpage for input data into DB. Question is how to implement another...
29 Jul 2017 by RickZeeland
If your hosting provider supports it, you could try using multiple instances. See: Should I Install Multiple Instances of SQL Server? - Brent Ozar Unlimited®[^] And also: Database Engine Instances (SQL Server) | Microsoft Docs[^] Here is a hosting provider that can provide unlimited websites...
12 Jul 2017 by Tbs.User
I have one application in .net which i want to host on server which can access through IP(Not by Host name) only in HTTPS protocol. I have Self sign certificate if i am doing it with host name then its working. But As per Requirement i have to do it with IP only due to some security reasons....
12 Jul 2017 by F-ES Sitecore
I googled "https with ip address" and this was the first result https - Is it possible to have SSL certificate for IP address, not domain name? - Stack Overflow[^]
9 Jul 2017 by vonkelly
Hey guys! I really need help; I have an c# website in visual studio and aws windows server (EC2). How do i upload it? thanks so much for your help. I am very new at this, so it would be cool if you would understand and help out. I also don't get your i.t jargon so be as clear as possible. = ) ...
9 Jul 2017 by Kornfeld Eliyahu Peter
AWS has a website (https://aws.amazon.com/) with megatons of documentations... Read the bit concerns you... IIRC you do not upload your project ,but - after setting up the environment - your are RDP into the virtual machine you created and install the published version of your project...
6 Jul 2017 by Atiiiii
I have a server written with c# that I uploaded the files on a host in this website:somee.com now i'm getting this error that i don't know where the problem is and what is it related to Configuration Error Description: An error occurred during the processing of a configuration file required...
6 Jul 2017 by F-ES Sitecore
It looks like you have simply created a folder called jsonwebservice and put your code inside it. Unfortunately you can't nest websites like this. jsonwebservice is not seen as its own site, it is seen as a folder inside the parent site, so when you put your web.config in that folder it isn't...
18 Jun 2017 by Alon Lek
HostMe is a simple one EXE application that can host your static web pages easily. It can run either as a console or as a Windows service with the minimal amount of effort from your side.
14 Jun 2017 by Member 10308798
I have hosting with a cpanel accelerated 2 panel here I can manually create a sub domain but is there a way to create a sub domain with a php script so they input the sub domain they like then click submit and it will create a sub domain for them. Thank you.What I want is to create...
14 Jun 2017 by Member 12993210
Without Cpanel, you do not create sub-domain, in Cpanel, there is dynamically PHP script code which is used for create a sub domain
18 Apr 2017 by Member 12640353
How to host web Application of dotnet code other than IIS Could you please help with example What I have tried: How to host web Application of dotnet code other than IIS Could you please help with example
18 Apr 2017 by Member 12498173
You could use Apache with the mod_mono module mod_mono | Mono[^]
3 Apr 2017 by ZurdoDev
I'm not sure what you want us to do. You'll need to contact your hoster.
6 Mar 2017 by Zachary Flower
To get a feel for how Alibaba Cloud Web Hosting works, I went through the process from end-to-end, and have come away with some pros and cons of the service.
27 Nov 2016 by sunil kumar meena
I've winform application where I exposed a WCF service and it is hosted on IIS on the server, and there are around 10 methods in it.There is some common data that I need in computation of all 10 methods. What I want is to get this common data only once when service start and put it in cache...
27 Nov 2016 by sunil kumar meena
I found the simple solution of my this problem. In Cache class I've add a static constructor and there I wrote the code of fetching cache data. As we all know static constructor can be called only once and it can't be called explicitly. So as soon as we try to read any variable of Cache class...
28 Sep 2016 by Florian Lopes
How to host multiple websites on a single host with Docker
26 Sep 2016 by Gaurav Dixit
currently i have hosted my application on Godaddy.i have 4 GB virtual private Server(WINDOW) with disk space 120 GB and $ GB RAM and monthly bandwidth is 4 TB/mo.but it seems that it's not enough for my application . and users will increasing continuously. my server RAM usages and cpu uses...
26 Sep 2016 by David_Wimbley
No one can tell you what server configuration is best for your situation. If you are finding your current setup is causing significant lag/pegging resource usage then you should increase ram/cpu/hdd as needed. You can take the approach of doing it incrementally or throwing a lot of upgrades at...
19 Sep 2016 by Malikdanish
I have purchased a hosting with domain registration from a hosting solution provider , but my application is having crystal report in it, locally all reports working fine but when i host the application and navigate to the page having crystal report it gives the below error "Retrieving the COM...
19 Sep 2016 by David_Wimbley
Given that I answered one of your hosting company issue questions previously...if your hosting company is truly this incompetent then you need to evaluate different hosting companies that can suit your needs. See previous question[^]Think of it this way, you are trying to force a square peg...
9 Aug 2016 by george4986
I am using entity framework 5 for saving data from application to SQL Server 2014 with a webservice.It is a winforms Application.entity class is having date declared as belowusing System;using System.Collections.Generic;using System.Linq;using System.Text;using...
9 Aug 2016 by george4986
I have resolved the issue by passing converted time using timezone within the application.Since the application's usage is within India.I have used like this public static DateTime toISTDate(DateTime input) { return TimeZoneInfo.ConvertTime(input.Date,...
3 Aug 2016 by Avelino Ferreira
The easiest way to implement the ToolStripControlHost and ToolStripDropDown classes, in a UserControl, in order to display a Container/Control beyond the limits of its Parent Container and Parent Form, with very few lines of code. Let's uncomplicate ...
31 Jul 2016 by P_Z
Hi,Did you try to call context.AcceptAllChanges() ? The following link c# - SaveChanges vs. AcceptAllChanges in Entity Framework - Stack Overflow[^] contains the use for both methods.using (JMFLEntities ctxt = new JMFLEntities()) { TblChittyReciept...
19 Jul 2016 by Yesudass Moses
I have hosted wordpress on my Godaddy Windows host (Plesk). The website seems to be loading very slow, and Google PageSpeed shows Server Response time is too much. How can I make it fast ? Is it because I hosted Wordpress on Windows Server ?What I have tried:I tried disabling the ASP.NET...