No announcements
Found 292 threads
-
0 Votes
Hosting a Blazor application (WASM or Server) in a subfolder on IIS
User-281269895 posted I have a Blazor application which I need to host in a subfolder. In tradition ASP.NET it was simple. How to do this in ...Unanswered | 2 Replies | 2379 Views | Created by Anonymous - Friday, May 21, 2021 10:43 AM | Last reply by Anonymous - Saturday, May 22, 2021 4:21 PM -
0 Votes
Blazor WASM w Identity Server - internal server error 500
User379720387 posted Created a new Blazor WASM app with Identity Server, and went through the entire setup. Created a new user. FetchData works. From a the same ...Answered | 3 Replies | 3686 Views | Created by Anonymous - Saturday, May 15, 2021 11:43 PM | Last reply by Anonymous - Tuesday, May 18, 2021 4:40 PM -
0 Votes
Blazor WASM (hosted) - configure identity server options
User379720387 posted Halfway through a lengthy writeup from MSFT about Identity Server (IS) and hosted Blazor WASM apps. At this ...Answered | 1 Replies | 703 Views | Created by Anonymous - Saturday, May 15, 2021 1:35 PM | Last reply by Anonymous - Saturday, May 15, 2021 5:29 PM -
0 Votes
New WASM app with IdentityServer - how do I stop the migration from taking place?
User379720387 posted A new WASM core hosted app with Identity comes with a trigger that creates the database once the first registration takes ...Answered | 1 Replies | 613 Views | Created by Anonymous - Friday, May 14, 2021 8:01 PM | Last reply by Anonymous - Friday, May 14, 2021 8:11 PM -
0 Votes
getting an error when trying to use NavigationManager.NavigateTo
User351619809 posted Hello All, I am trying to navigate to another page using NavigationManager.NavigateTo and I keep getting this error ...Answered | 1 Replies | 2247 Views | Created by Anonymous - Wednesday, May 12, 2021 8:37 PM | Last reply by Anonymous - Wednesday, May 12, 2021 8:52 PM -
0 Votes
Blazor WASM project - unexplained error message AND nuget packages have disappareared cannot get them back
User379720387 posted Brand spanking new NET5 Blazor WASM project and life was good no squiggles and during the first build this error message pops up: Severity ...Answered | 7 Replies | 1494 Views | Created by Anonymous - Friday, May 7, 2021 9:39 PM | Last reply by Anonymous - Tuesday, May 11, 2021 1:14 PM -
0 Votes
Best approach to create PDF with graphics in Blazor
User1231912896 posted My goal is to create a PDF with rectangles, cirlces and line. What is the best way? It's better to use the c# open source library ...Answered | 6 Replies | 3053 Views | Created by Anonymous - Thursday, April 29, 2021 4:23 PM | Last reply by Anonymous - Tuesday, May 11, 2021 10:44 AM -
0 Votes
Webpages title and meta description is not reflected. Help needed.
User2007429802 posted Hello I have a single page application with https://www.visatitans.com/ and I have preset unique title and description for every page ...Unanswered | 1 Replies | 453 Views | Created by Anonymous - Friday, May 7, 2021 11:35 PM | Last reply by Anonymous - Saturday, May 8, 2021 3:29 PM -
0 Votes
converting Web app to Blazor Server side. which uses iis url rewrite module
User-1786582958 posted HI, I have an old aspx web app which I'm trying to convert to a blazor server app and I have a question? my current app makes use of the ...Unanswered | 1 Replies | 635 Views | Created by Anonymous - Wednesday, May 5, 2021 9:09 PM | Last reply by Anonymous - Thursday, May 6, 2021 3:51 PM -
0 Votes
Blazor Workshop out of date
User1064403333 posted Hi I am following https://github.com/dotnet-presentations/blazor-workshop/ In ...Answered | 2 Replies | 698 Views | Created by Anonymous - Friday, April 30, 2021 1:59 AM | Last reply by Anonymous - Friday, April 30, 2021 5:32 AM -
0 Votes
Initialize Singleton variable in Startup and use it in whole app
User-1629310966 posted I want to store data in an object and I want to use this in the whole app. I created an Object and register as Singleton ...Answered | 1 Replies | 1481 Views | Created by Anonymous - Monday, April 5, 2021 8:10 PM | Last reply by Anonymous - Monday, April 5, 2021 10:01 PM -
0 Votes
why getting: HTTP Error 500.30 error when publishing the site?
User172056746 posted Hello, How should I publish my app to see it in the browser? I tried different methods but all came to the same ...Unanswered | 3 Replies | 659 Views | Created by Anonymous - Saturday, April 3, 2021 9:28 PM | Last reply by Anonymous - Monday, April 5, 2021 12:47 AM -
0 Votes
Help Needed - Register user with Identity
User-651262033 posted Hi there, How to user query string parameter in Register component of login to reuse the same code for multiple role registration eg ...Unanswered | 1 Replies | 606 Views | Created by Anonymous - Wednesday, March 31, 2021 8:26 AM | Last reply by Anonymous - Saturday, April 3, 2021 9:07 AM -
0 Votes
adding two public variables after declaration and assignment
User379720387 posted public decimal primaryCharges { get; set; } = 0; public decimal addOnCharges { get; set; } = 0; ...Answered | 3 Replies | 544 Views | Created by Anonymous - Wednesday, March 31, 2021 5:53 PM | Last reply by Anonymous - Wednesday, March 31, 2021 8:33 PM -
0 Votes
Blazor Webassembly .Net 5, able to upload DataUri to Server via PostAsJsonAsync on Firefox windows but not on Android & Safari Mobile?
User-2611850 posted Hello Everyone, In my Blazor App I am able to upload my jpg which I transfer to an DataUri in Javascript via PostAsJsonAsync to my Server Api ...Answered | 1 Replies | 653 Views | Created by Anonymous - Wednesday, March 24, 2021 5:52 PM | Last reply by Anonymous - Friday, March 26, 2021 1:55 AM -
0 Votes
Configuring a Blazor Server app with Azure AD authentication on an on premises load balanced environment?
Configuration.Bind("AzureAd", options)); services.AddControllersWithViews(options => { var policy = new ...Unanswered | 1 Replies | 835 Views | Created by Anonymous - Friday, March 5, 2021 1:08 AM | Last reply by Anonymous - Friday, March 19, 2021 12:59 PM -
0 Votes
Multi DbContext Error
User1763030005 posted What I'm trying to do: I have a simple Blazor Server App that uses Authentication type: Individual Account. I have updated my Default Connection string ...Unanswered | 1 Replies | 726 Views | Created by Anonymous - Wednesday, March 17, 2021 10:19 PM | Last reply by Anonymous - Thursday, March 18, 2021 4:15 PM -
0 Votes
Blazor Server Google Search
User-2611850 posted Hello Everyone, I need in one of my controllers access to Google API Search. The code samples are very old I find. Was wondering if anyone has ...Answered | 1 Replies | 606 Views | Created by Anonymous - Thursday, March 18, 2021 3:27 AM | Last reply by Anonymous - Thursday, March 18, 2021 2:43 PM -
0 Votes
Passing variables through components
myVariable; set { if (myVariable != value) { myVariable = value; if (Notify != ...Answered | 2 Replies | 1259 Views | Created by Anonymous - Tuesday, March 16, 2021 11:14 AM | Last reply by Anonymous - Wednesday, March 17, 2021 4:30 PM -
0 Votes
Scaling in/down
User815233759 posted I don't really see how to use Blazor ,or SignalR for that matter, in a load balanced scenario where the servers can be scaled down when the load (whatever you ...Unanswered | 2 Replies | 671 Views | Created by Anonymous - Saturday, March 13, 2021 2:30 PM | Last reply by Anonymous - Saturday, March 13, 2021 4:09 PM - Items 1 to 20 of 292 Next ›
No announcements