Skip to main content

All Questions

Tagged with
0 votes
0 answers
72 views

Local access by private IP to an ASP.NET Core application deployed in IIS 10

I'm trying to deploy my application in IIS 10. Access to app should be by private IP 192.168..... In the section Edit Bindings I specified following settings: Type: http; ip: 192.168....; port: 80 I ...
mashaji's user avatar
0 votes
0 answers
52 views

Why did netlify change my endpoints to my api?

I deployed a full stack app, total newb. I made a minimal api in C#/.NET, with EF and PostgreSQL and a React front end. I used AWS to launch a virtual machine instance. Through remote desktop ...
Courtney Fairall's user avatar
0 votes
0 answers
46 views

Why is my IIS Website for a FastAPI application showing Invalid Hostname / Bad Request?

I'm trying to host a FastAPI application using IIS. I've been using this example to try and deploy a basic FastAPI application, but I'm not sure what I'm doing incorrectly. I've also used the ...
5.9 protons's user avatar
0 votes
0 answers
64 views

This page isn’t working right now "MyDomain" redirected you too many times. Try deleting your cookies. ERR_TOO_MANY_REDIRECTS

I have application which I have hosted in IIS, I added it in SubDomain(AppCore) with separted ApplicationPool The Problem is .... It works fine in the server with the domain but outside Gives me This ...
Hady Elhady's user avatar
0 votes
0 answers
69 views

Blazor wasm deployment to subdomain - api calls blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource

I've been struggling to get a traditional Blazor wasm with an api deployed to subdomain, like broodjes.myschool.be, where there is a traditional separate static website on www.myschool.be The setup of ...
Ioannes Arkhipov's user avatar
1 vote
0 answers
121 views

Next.js App on IIS: 404 Error on Subpage Navigation Without .html Extension

Issue with Next.js on IIS: Subpage Navigation Fails Without .html The error i see on the browser: HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, ...
Koen de vulder's user avatar
2 votes
1 answer
39 views

Angular After Deployment to IIS manual URL is not working

I am using a module-based angular website. It is working fine locally. After deployment, if I reload the page or enter the manual URL it gives a server error of 500 I have used hashing now for the ...
Programming World's user avatar
0 votes
1 answer
401 views

blazor webassembly error: cannot read properties if undefined (reading 'dotnet.wasm')

The question is obvious: how to fix the cited error message from the title. In the first part I show a picture of the generated error message and I explain the undertaken steps to provoke said error ...
Ioannes Arkhipov's user avatar
0 votes
1 answer
150 views

Host a python application on IIS windows server

Im trying to set my flask web application on IIS - Windows server 2019 My web app containing a requirements.txt file which i dont see any option on IIS to set it as build command like pip install -r ...
Chryzz's user avatar
  • 25
0 votes
0 answers
57 views

How to deploy React App in IIS Subdirectory

I have a react app which I need to deploy in IIS sub-directory. How can I do this? I tried but it displays blank screen.When I run it from VS code it works well.
Dnyati's user avatar
  • 167
0 votes
1 answer
53 views

Can a Blazor Wasm application be deployed in a subdomain?

Situation: The owner of a domain has asked me to write some applications. Currently they have a static website running on their main domain (like https://www.MyWebsite.com) and some different static ...
Ioannes Arkhipov's user avatar
0 votes
1 answer
54 views

How to deploy .NET 7 app to subfolder in IIS

I'm trying to deploy a newly created .NET 7 web API to a server in a subdirectory so that I can access it at https://example.com/my_api This is my first .NET 7 deployment. All my older Webforms apps ...
TheIronCheek's user avatar
  • 1,127
0 votes
0 answers
56 views

IIS Deployment -> aspnetcore -> .net 8.0 -> Page refresh -> Http Error 404 -> The resource you are looking for has been removed

i have a strange problem. we developed an asp.net core application ( we have just migrated from .net core 5 to .net core 8 ) and we host this application on an IIS server. If we deploy our application ...
Dev Knight's user avatar
0 votes
0 answers
412 views

How to deploy angular 17 SSR into IIS

Can somebody guide me on how to host angular 17 SSR, in IIS? I followed the following link however getting "This site can’t be reached" error" https://www.thecodehubs.com/how-to-deploy-...
Bijith NV's user avatar
0 votes
0 answers
38 views

how to integrate react app iis server to backend spring boot app

Facing a issue when made a fetch call(unable to send a request to backend) to backend application(error -405 method not found) I have deployed by fontend reactjs application into IIS serevr in windows ...
Arun's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
52