Questions tagged [wwwroot]

84 questions
0
votes
0 answers

https://domain dot com to https://www.domain dot com without editing .htaccess file

I recently moved my site to HTTPS on a new host, and I'm trying to force all https non-www traffic to the https www version, since the non-www version doesn't work. i.e forcing https:// domain .com to https:// www. domain .com The host is a content…
0
votes
1 answer

How can I communicate between android client and c# server on iis?

I have an android application and I got windows server (2012) from my college. I wrote the code of the server on my private computer and worked localhost, now I want to publish (hope that I'm using the right words) my code to the server that I got…
Aviv
  • 5
  • 2
0
votes
2 answers

How do I put WSO2 Identity Server on my site? Remove localhost and make it public

I want to make my identity server public so that all users who visit it can access the identity server but right now only I can access it since it's hosted locally. How can I deploy this so that it runs on my IIS? Will copying and pasting the WSO2…
SaltySea
  • 700
  • 1
  • 7
  • 21
0
votes
1 answer

How to enable the www version of a GitHub Pages website

I have a website https://iamshouvikmitra.github.io but when I visit https://www.iamshouvikmitra.github.io it redirects me to a 404 page. Is there any way I could also enable the www version of the website?
0
votes
2 answers

CakePHP - Routing problems on external links and webroot

I customised the base path for my site like this: Router::scope('/', function (RouteBuilder $routes) { //$routes->connect('/', ['controller' => 'Pages', 'action' => 'display', 'home']); //My custom base path $routes->connect('/',…
Jay Nguyen
  • 342
  • 1
  • 2
  • 18
0
votes
1 answer

How wwwroot folder managed by Azure Web Sites?

Where does the wwwroot folder go when I use "Publish" inside Visual Studio to deploy to Azure Web Apps? When new instances are created, where does wwwroot folder comes from? Is wwwroot referenced inside Azure Storage or is it in the local storage of…
Gustavo Piucco
  • 467
  • 1
  • 7
  • 17
0
votes
1 answer

Two wwwroot on Azure

In my VS2015 environment I have a folder structure like this: --/project ----/wwwroot -------/js -------index.html ----web.config ----project.json ... ... When I publish my app to Azure, Azure puts everything under site/wwwroot. In this case I…
Los Morales
  • 2,061
  • 7
  • 26
  • 42
-1
votes
2 answers

How to manipulate html files under the wwwroot file in asp.net core

I working on an ASP.NET Core project. Is there any way that I can manipulate html, css, or javascript that is in my wwwwroot file? For example I have class Uptime, that only contain property that return true or false. Is there any way that I can…
Aleksandra
  • 91
  • 2
  • 2
  • 7
-2
votes
1 answer

Publishing limitations when using Microsoft.NET.Sdk.Web as library project

When I create an ASP.NET Core hosted Blazor app from the .NET template I get something like this: WebHost project (Microsoft.NET.Sdk.Web, Exe output type) BlazorApp project (Microsoft.NET.Sdk.BlazorWebAssembly, Exe output type) I can easily run…
Michael Dietrich
  • 451
  • 1
  • 5
  • 17
1 2 3 4 5
6