Deploying a Blazor WebAssembly Standalone in IIS

preview_player
Показать описание

----
Other courses:

Рекомендации по теме
Комментарии
Автор

thanks Felipe, i have actually purchased your course, couldn't start it yet but while i was looking into something totally different, your youtube video was referenced ! It helped to solve my issue when deploying Webassembly on IIS, also web preference of my chrome browser in such as JS map and CSS map caused me some issue ! Can't wait to start your full course in any case ! Eric

ericcarlier
Автор

Thank you, loved the course! Unfortunately due to time constraints I couldn't go from start to finish so I just jumped around to the parts I needed... thus I probably missed this part but appreciate the quick blurb here.

SixHatSolutions
Автор

Thank you! this video was very helpful for me

zepeh
Автор

Hola Felipe, es posible para una aplicación hospedada en AspNet Core, tienes algún ejemplo?

eduar
Автор

what if i have a standalone app that i want an api project to host? is that possible to figure out?

path_selector
Автор

Nice video. However I have a question. I work in a classified environment and because of that, IIS is not allowed on these stand alone CPUs I need to deploy this application to. Is there another avenue you can recommend where I can deploy a Blazor app to a standalone CPU without IIS? Any type of help is appreciated.

RawDogJenkins
Автор

Didn't they say it would be possible for Blazor WebAssembly to be hosted on a CDN? How can that work if you have to enable url rewriting?

wassollderscheiss
Автор

Hola Felipe... todo de maravilla pero en Webassembly Hosted desde el Backend utilizo ProcessStartInfo para leer documentos y procesar archivos .exe... cuando Publico la aplicación no funciona ProcessStartInfo no marca error pero no abre los documentos ni ejecuta los .exe... si voy al administrador de tareas tiene abierto el proceso... pero los deja en standby... alguna sugerencia Gracias

carlosalbertorojasocampo
Автор

Thanks for sharing. Anyone try WebAssembly with authentication and publish to IIS?

knnethtan
Автор

Thanks Felipe. This was exactly what I needed to get my Blazor app working in IIS. I have subscribed and I will be checking out your Blazor course.

kontrolla
Автор

Hola Felipe como estas, tengo una duda, cuando intento hacer el consumo al back, desde la aplicación, tengo problemas con los CORS, en Angular lo soluciono con un Proxy Reverso, pero identifico como solucionar desde Blazor, si tienes algún manual o algo para guiarme, 100% agradecido

santiagoquintero
Автор

i followed same steps but i am getting error while opening the link: Unknown error occurred while trying to verify integrity.
i have deployed my Blazor WASM app to on-prem windows server and it has url rewrite installed.
please suggest how to fix this.

niteshsetin
Автор

i don't know why microsoft couldn't make it this simple in their documentation. just wasted an hour reading a bunch of nothing.

bobskywalker