Skip to main content

All Questions

0 votes
0 answers
34 views

.NET 8 Angular and ASP.Net Core proxy config

I am working with the ASP.Net Core and Angular first time, so maybe the problem is easy to solve but I have not found a solution yet. When the solution is create with the default visual studio ...
julianuslemurrex's user avatar
1 vote
1 answer
52 views

Angular ./ ASP.NET Core SignalR message not receive to user

In my project, I will create a private conversation system between users with SignalR using Angular and ASP.NET Core. SignalR connection is successful and message sending is successful. However, the ...
Mustafa Ucar's user avatar
0 votes
1 answer
160 views

Trouble with '+' Character in URL-Encoded Token String in ASP.NET Core and Angular Application

I'm experiencing an issue with URL-encoded strings in my ASP.NET 8 Core and Angular 17 application, specifically when handling password reset functionality. The problem arises with the '+' character ...
x19's user avatar
  • 8,663
0 votes
0 answers
87 views

Content security policy issue on logout (.NET Core)

I have a security headers middleware in my .NET Core app. Here is the middleware class: public sealed class SecurityHeaders { private const string CspHeader = "Content-Security-Policy"; ...
Eugene Sukh's user avatar
  • 2,601
0 votes
0 answers
57 views

Reading Json file is slow when uploading to IIS

I uploaded .Net core/ Angular project into IIS. I have a code to write into json file and read from json file. In the localhost, It is not taking a second to write/read Json file, but after upload and ...
wiki's user avatar
  • 185
1 vote
1 answer
75 views

When running my Angular 13 and .Net Api project on the tablet, it does not enter a request to the api

I have a project that I have developed with Angular 13 and .Net. So far I run this project successfully on the computer via ng serve --host <my_ipadress>, but I want to run it locally on the ...
Eren Akgöz's user avatar
0 votes
1 answer
141 views

Want to show DocuSign in Angular in iframe

New Image.. I want to use Docusign so user can sign Pdf using that. I want to set that in iFrame. I am using .net core in backend and Angular in front end. So flow will be like in Angular user will ...
Sami In's user avatar
  • 330
2 votes
3 answers
573 views

.net 6 Attribute routes returning 404

I asked a similar question a few days ago, but I've got an issue with another controller now and for the life of me I can't figure out why this is returning a 404. API Controller... [Route("api/[...
orangejuice's user avatar
0 votes
1 answer
51 views

Angular 7 app gives error for Mac client (only) in production release (only)

I have an Angular 7 application created via Visual Studio. It uses Entity Framework to do data access. When I connect a laptop to my development version of the application in IIS Express, everything ...
JRS's user avatar
  • 629
0 votes
0 answers
41 views

Allowing CORS for HTTPRequest and CORS for Windows Credentials login. C# and Angular

I'm still quite new to C# and .NET development. I have this configuration in my Startup.cs program that allows CORS and methods from httprequests as I saw in a tutorial. Here's my config." ...
Noé Rivera's user avatar
1 vote
1 answer
252 views

ASP.NET Web API microservices + Angular front end - how to manage auth cookie?

Can anyone suggest what are the standard practices when it comes to Cookie Authentication (ASP.NET) and a separate (CORS) front-end using Angular. The problem that I have is when I log in in my Web ...
Andrеw's user avatar
  • 111
2 votes
0 answers
143 views

Asp.net 6.0 with angular 14 Run as Docker mode throws 404 - npm server does not start

I have created a sample Asp.net 6.0 with Angular 14 application (using vs 2022). I had simply added docker support and run as docker. When i do that, I am able to access the Dotnet controller's ...
Dilip's user avatar
  • 483
0 votes
2 answers
816 views

In C#, how to convert the javascript's base64 string into a file

In angular, I am making a form like this, form = this.fb.group({ product_Id: [0] product_Name: [''], product_Image: [''] }) Now I want to pass the product image in base64 string. So I have converted ...
Bhavesh's user avatar
  • 124
1 vote
1 answer
477 views

How to pass my API key in correctly with Angular 14 and SwaggerUI ASp.netCore 6 Web API

This is a silly question but I dont know how to check to see, Im unsure how to pass my API key when making calls to the API I made in .Net 6 CWA Im currently hosting the Web API on Heroku: The Curl ...
OnceUponATime 's user avatar
0 votes
3 answers
519 views

Cannot get response from C# API controller with Angular [closed]

I'm getting started with Angular and I've created a C# (.NET 6) and Angular (14.1.2) application. And there is trouble with accessing my controller: I can't get a response from HTTP methods of my ...
5P1R17's user avatar
  • 9

15 30 50 per page
1
2 3 4 5 6