No announcements
Found 15855 threads
-
0 Votes
Defining options in Startup.ConfigureServices() vs Configure() methods
{ options.AddDefaultPolicy(builder => { builder.AllowAnyOrigin(); }); }); ...Answered | 3 Replies | 14 Views | Created by An0nym0u5User - Friday, May 28, 2021 12:25 PM | Last reply by An0nym0u5User - Friday, May 28, 2021 6:03 PM -
0 Votes
Defining options in Startup.ConfigureServices() vs Configure() methods
{ options.AddDefaultPolicy(builder => { builder.AllowAnyOrigin(); }); }); ...Answered | 3 Replies | 83 Views | Created by An0nym0u5User - Friday, May 28, 2021 12:25 PM | Last reply by An0nym0u5User - Friday, May 28, 2021 6:03 PM -
0 Votes
Asp.net core identity custom token provider TokenLifeSpan does not work when hosted in IIS
User-460357526 postedI have an asp.net core 3.1 MVC project with IdentityServer4.AspNetIdentity 3.1.2. When a user has created, an email with a link including confirming email token is sent using ...Unanswered | 1 Replies | 118 Views | Created by An0nym0u5User - Monday, May 24, 2021 6:08 AM | Last reply by An0nym0u5User - Friday, May 28, 2021 3:18 PM -
0 Votes
Asp.net core identity custom token provider TokenLifeSpan does not work when hosted in IIS
User-460357526 posted I have an asp.net core 3.1 MVC project with IdentityServer4.AspNetIdentity 3.1.2. When a user has created, an email with a link including confirming email ...Unanswered | 1 Replies | 21 Views | Created by An0nym0u5User - Monday, May 24, 2021 6:08 AM | Last reply by An0nym0u5User - Friday, May 28, 2021 3:18 PM -
0 Votes
Input checkbox not passing its Model Value to the controller if I make disabled using or condition
Answered | 3 Replies | 15 Views | Created by An0nym0u5User - Thursday, May 27, 2021 2:55 PM | Last reply by An0nym0u5User - Thursday, May 27, 2021 8:54 PM -
0 Votes
Input checkbox not passing its Model Value to the controller if I make disabled using or condition
Answered | 3 Replies | 75 Views | Created by An0nym0u5User - Thursday, May 27, 2021 2:55 PM | Last reply by An0nym0u5User - Thursday, May 27, 2021 8:54 PM -
0 Votes
Order by in Entity framework in mutliple table
JoiningDate . I tried different options and didn't work. not sure how to implement.Below mentioned column need to sort.Column Name: Department => NameColumn Name: Staff=> ...Unanswered | 2 Replies | 61 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 8:06 PM | Last reply by An0nym0u5User - Thursday, May 27, 2021 5:07 PM -
0 Votes
Order by in Entity framework in mutliple table
JoiningDate . I tried different options and didn't work. not sure how to implement. Below mentioned column need to sort. Column Name: ...Unanswered | 2 Replies | 13 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 8:06 PM | Last reply by An0nym0u5User - Thursday, May 27, 2021 5:07 PM -
0 Votes
Themeable expander not finding layout page.
User-183185495 postedI want to give my customer themes in that they can create their own controllers views; What I do is have a folder called themes and copy the themes up on upload but for some ...Answered | 4 Replies | 74 Views | Created by An0nym0u5User - Saturday, May 22, 2021 10:53 AM | Last reply by An0nym0u5User - Thursday, May 27, 2021 9:51 AM -
0 Votes
Themeable expander not finding layout page.
User-183185495 posted I want to give my customer themes in that they can create their own controllers views; What I do is have a folder called themes and copy the themes up on ...Answered | 4 Replies | 16 Views | Created by An0nym0u5User - Saturday, May 22, 2021 10:53 AM | Last reply by An0nym0u5User - Thursday, May 27, 2021 9:51 AM -
0 Votes
Keep getting error 500 while trying to upload file to API
User1750806012 posted When i try to get the name from the file it works perfect its only shows a error when i try to copy the image to a ...Unanswered | 5 Replies | 17 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 1:34 AM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 7:13 PM -
0 Votes
Keep getting error 500 while trying to upload file to API
User1750806012 postedWhen i try to get the name from the file it works perfect its only shows a error when i try to copy the image to a path:HttpPost: [HttpPost] public ...Unanswered | 5 Replies | 66 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 1:34 AM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 7:13 PM -
0 Votes
Query regarding launchsettings.json
User-389597101 posted Hi Experts I have few queries regarding the launchsettings.json file in asp.net core. Here is my ...Answered | 1 Replies | 20 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 1:01 PM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 1:14 PM -
0 Votes
Query regarding launchsettings.json
User-389597101 postedHi Experts I have few queries regarding the launchsettings.json file in asp.net core. Here is my launchsettings.json { ...Answered | 1 Replies | 49 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 1:01 PM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 1:14 PM -
0 Votes
ASP.Net API that takes a IFormFIle shuts down IISExpress on execution
User100248066 postedI think I am missing something obvious here, but I don't know what. The project is a ASP.Net Core 3.1 API service which needs to allow another program send it files upwards ...Answered | 3 Replies | 98 Views | Created by An0nym0u5User - Thursday, May 13, 2021 8:55 PM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 11:57 AM -
0 Votes
ASP.Net API that takes a IFormFIle shuts down IISExpress on execution
User100248066 posted I think I am missing something obvious here, but I don't know what. The project is a ASP.Net Core 3.1 API service which needs to allow another program ...Answered | 3 Replies | 11 Views | Created by An0nym0u5User - Thursday, May 13, 2021 8:55 PM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 11:57 AM -
0 Votes
Show non-json response from API
{ if (response.ok) { return response.json(); } response.json().then( json => { ...Unanswered | 1 Replies | 6 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 9:21 AM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 10:40 AM -
0 Votes
Show non-json response from API
{ if (response.ok) { return response.json(); } response.json().then( json => { ...Unanswered | 1 Replies | 31 Views | Created by An0nym0u5User - Wednesday, May 26, 2021 9:21 AM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 10:40 AM -
0 Votes
AspNetCore.Identity in Console or Desktop App
User1961207203 postedHi; I'm looking samples for aspnetcore.identity usage in Console or Desktop Core App. But there is no resources about it. I just wanna login a user with ...Unanswered | 2 Replies | 37 Views | Created by An0nym0u5User - Tuesday, May 25, 2021 2:36 PM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 8:42 AM -
0 Votes
AspNetCore.Identity in Console or Desktop App
User1961207203 posted Hi; I'm looking samples for aspnetcore.identity usage in Console or Desktop Core App. But there is no resources about it. I just wanna login ...Unanswered | 2 Replies | 18 Views | Created by An0nym0u5User - Tuesday, May 25, 2021 2:36 PM | Last reply by An0nym0u5User - Wednesday, May 26, 2021 8:42 AM
No announcements