Skip to content

HadadAvsha/Published-IIS

Repository files navigation

Published IIS

install VS> Create New Project> (ASP.NET Core Web App)asp-net.png in C# for windows platform for web.>assign a project name> Choose .NET 6.0 Framwork

view code and test by run>ok, if so >publish!

right click on webapp name and select publish

we choose folder> assign location> publish!

then we go to 'server manager' or to type 'Turn Windows features on or off' in search > add Web Server (IIS) functionality. add-IIS.png.

launch IIS Manager create new application pool app-pool.png.

right click on sites and create add website> name the site> select previously created pool and assign path to app (i created new user for the sole purpose of the site)>test settings> bind address and port. site.png.

go to the site folder location and right click> properties> security >edit and add the 'IIS AppPool<myappoolname>'

sec.png.

check the website on http://localhost:5100/ done.png.

About

IIS web application project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published