How to Deploy ASP.NET Core Web API on IIS Windows Server || Deploy ASP.NET Web API on IIS .NET 7.0

preview_player
Показать описание
How to Deploy ASP.NET Core Web API on IIS Windows Server || Deploy ASP.NET Core Web API on IIS .NET 7.0

RESTful APIs conform to the REST architectural style.

REST, or REpresentational State Transfer, is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each other.

REST relies on client-server relationship. This essentially means that client application and server application must be able to evolve separately without any dependency on each other.

REST is stateless. That means the communication between the client and the server always contains all the information needed to perform the request. There is no session state in the server, it is kept entirely on the client’s side.

REST provides a uniform interface between components. Resources expose directory structure-like URIs.

REST is not strictly related to HTTP, but it is most commonly associated with it.

💯 Watch our Previous Video on Creating Minimal Api

💯Remember to Buy Me Coffee

❤️ Thanks for watching
Рекомендации по теме
Комментарии
Автор

My brother, thanks a million. You saved me. I highly appreciate you. God bless!

yupylmy
Автор

Had already spent around 10 hours to fix the issues before I saw your video. To the point video. Fixed all of my issues. Thanks a ton.

varungupta
Автор

HTTP Error 500.19 - Internal Server Error i am getting this error, do i need to install anthing?

vfbfqht
Автор

Thank you. I have been having the page not found until saw this. You saved a soul

sams.adeyemo
Автор

I paid a coffee.you save me a lot o time...

sergiobarros
Автор

Bro literally you saved my life, great video!!

stanleygarciafletes
Автор

Thank you for posting. My only issue is the request to subscribe animation is there so many times it's very distracting.

jefflewis
Автор

Thanks for a very nice tutorial!
Just small thing to highlight... the subscribe notifications are loud and very frequent, which are actually annoying and distracting.

wnwxiys
Автор

I have this error, why is ??
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

noelricardomedina
Автор

Thank you for the informative video but pls could you show how to publish if you had a blazor server application a shared project and a seperate api project these three different projects working how do you publish something like that pls this is a problem i have i would be eternally gratefull if you could help

JayjayHj
Автор

Any particular reason you used port 2030? This will override the original 7252 without any configuration file changes?

jefflewis
Автор

I am getting HTTP ERROR 500, CAN YOU HELP?

giftsefike
Автор

So if I would want to make the api call from another computer, what would I type in the url ?( very new to this )

phillipmarais
Автор

Dear friend, Swagger will always work. But, you did not show your Student listing working even though in the beginning you were discussing about it. What is the point in showing that Swagger is working? Please make another video to show publishing your own code!

rajeshkkaran
Автор

Please tell me how to deploy asp and angular file together in iis?

ibrahim
Автор

For everyone who still has the problem with 500.19 Error, i fix it with download the aspnet core host bundle.

hamburgmeister
Автор

Thanks, , How about in the live server

dennismutemi
Автор

can you also deploy it in xampp htdocs?

xploregasm
Автор

Do I need to migrate my database first? I use dapper

janphillipdacallos
Автор

well seems like this version does not get the students from the database ...

senzosenkosi