Questions tagged [wwwroot]
84 questions
0
votes
0 answers
Most optimal approach to import static website from another repo into wwwroot for ASP.NET Core project
I am creating a self hosted web application with ASP.NET Core 3.1.
A front-end code for this app is built separately in a different repository and is built into a single assets folder.
A backend is and ASP.NET Core project that should have front-end…

Maxim V. Pavlov
- 10,303
- 17
- 74
- 174
0
votes
1 answer
CRUD Functions for creating folder in wwwroot
I want to create a function which can create folder inside wwwroot folder.
Because my client requirement is to create albums (folder). I need to save this albums in my root folder and then the pictures in those folders. For example : BirthdayAlbum,…

Dimitar Manev
- 13
- 4
0
votes
1 answer
azure Release copy single file to wwwroot folder
I am currently trying to copy 3 dll's into a plugins folder below the wwwroot folder. But I can't find a way to do this. I already have FTP Upload, Deploy Azure App Service and Copy. Can someone give me a tip on how to copy the files from…

Michael Kröschel
- 240
- 1
- 4
- 13
0
votes
1 answer
Access to wwwroot - Asp.Net Core MVC working well on local host but not in published app
I'm having a lot of trouble trying to get my App to work when
published. Basically, the code is supposed to create a doc from
template using Open XML sdk, then save to wwwroot and then upload to
blob storage.
It's working fine using local host. Have…

Tricky035
- 107
- 1
- 11
0
votes
1 answer
Where to storage private images in ASP .NET Core
Firtsly I use wwwroot to storage images that were uploaded by users and I showed that images like this:
But I realize that I can access all the images inside wwwroot by url even if I not logged, and if the image…

Juan Erroa
- 43
- 1
- 5
0
votes
0 answers
can we provide WWWROOT folder like structure in views to download files in asp.net core
We have an application in asp.net core where numerous files will be generated and saved to wwwroot folder,We want to provide folder structure similar to wwwroot folder to download multiple files.Please do suggest if it is possible and any others…

Gani.one
- 53
- 1
- 5
0
votes
1 answer
Wordpress website - www version is throwing an error message
This is only with the "www" version The issue is that when I type in the browser www.hawkwoodpartners.com, it's throwing an error message -> "There has been a critical error on your website."
Which is not so detailed what is going on, so:
- Hosting…

Ivo Tsochev
- 706
- 5
- 10
0
votes
1 answer
What is the recommended way to deal with git commits of files inside /wwwroot in ASP .NET Core projects?
I have multiple static files and libraries in my /wwwroot folder that are obviously required to run my App. However, I also have JS libraries for additional content in there that I sourced from somewhere else.
If I understand correctly, you are not…

Alpha
- 9
- 1
- 4
0
votes
1 answer
Trying to import a third party library in Javascript - getting a 404
I have the a library referenced in my Asp.Net Core lib folder, under:
wwwroot/lib/vendor/product/dist/browser/library.js
I'm referencing that from my own JS module like this:
import { library } from…
user12585721
0
votes
1 answer
How to use Font Awesome after it being installed with Yarn
I am using VS 2019 for Core 3.1 development and I installed Font Awesome whith Yarn:
yarn add @fortawesome/fontawesome-free
However, whenI try to reference it in my HEAD section like this: