Questions tagged [website-hosting]
41 questions
0
votes
1 answer
Amazon S3 hosted websites accessing data which are in a different bucket
I'm trying to host a website on S3, I need to know if the website can access data in another bucket? for example images or locations if they're not in the website's bucket

user2943444
- 1
- 2
0
votes
1 answer
asp.net site hosting in client ftp windows server Assembly missing error
this my error
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code…

Rajamohan Anguchamy
- 1,726
- 1
- 17
- 35
-1
votes
1 answer
AWS S3 static website hosting bucket end point is not accessible
I am trying to host my website using static website hosting in AWS S3.
In S3, I create a bucket www.example5.com and make it public.
Amazon S3 Buckets
Buckets (11)
...
www.example5.com US West (Oregon) us-west-2 Public
October 18, 2022,…

user2818066
- 618
- 2
- 8
- 19
-1
votes
1 answer
1 Application gatway hosting multiple websites on 1 backend VMSS
i'm looking for the following configuration :
enter image description here
The backend pool is azure vmss
there are 2 websites and both websites are running on vmss
SSL termination should be active and application gateway SSKU v1
mutual…

learnazure
- 21
- 6
-1
votes
2 answers
How block site by region
Good afternoon!
I would like to know how I can block my site in some regions by PHP. I do not want my site to run in all regions
Can someone help me?

L.Lovato
- 31
- 3
-1
votes
1 answer
Serving many sites on same address and port without IIS
I need to serve many sites, on the same address and port, with different path, without using IIS.
For example, two static sites and one NodeJS server.
I want to access them in these…

cooldave
- 321
- 1
- 11
-1
votes
1 answer
How to create subdomains using apache and aws elastic api?
In our current configuration we are having one ec2 aws instance. On this we are serving one api server which is developed using laravel and one front end which is developed using angular apache. And for dns resolution we are using godaddy. Now we…

vinit payal
- 1,201
- 2
- 13
- 27
-1
votes
1 answer
Uploading and accessing a website on google cloud platform
How can I upload files of my website and access them on google cloud. I have created an instance and installed apache on the virtual machine and when I go to external IP I get the apache default page.I just want to know how can I replace this with…

Ravi Sharma
- 83
- 1
- 2
- 11
-1
votes
1 answer
how to Execute .aspx file on server
Sir,
I have designed a website using Visual Studio using asp.net, it is successfully getting executed on localhost
I want to make the website live on my own server.
After uploading the project files on server and then checking on the link…

ASHAY
- 43
- 1
- 3
- 8
-1
votes
1 answer
asp.net website host in ftp server assembly missing error
I am getting the following error message:
CS0246: The type or namespace name 'MySqlConnection' could not be found
(are you missing a using directive or an assembly reference?
I am using following code:
MySqlConnection conn = new…

Rajamohan Anguchamy
- 1,726
- 1
- 17
- 35
-2
votes
1 answer
How to make a website go live created using on WampServer to a given domain?
I have built a website, to check its working functionalities, I used WampSever to create a local server and used phpMyAdmin for the database. But now I need to host the website on a given domain. So, how could I do that and also, how do we need to…

CSNinja
- 7
- 4