Skip to content

alligator609/aws-iis_dotnet-mongodb-hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steps to run dotnet application in IIS

Step 1 : install iis featuere from windows server.

Check your all IIS Services are running on your system properly or not. If not, then open the server manger go to the program and features, and click on Add rules and feature. create vpc Then add the following features.

create vpc

Search for IIS and you should see it.

Step 2: Install ASP.NET Core 6.9 Runtime – Windows Hosting Bundle Installer

Step 3: Now you can create a new application in your IIS server and publish your Application into the newly created application.

Fre local server IIS management services

Step 4: To directly publish by Visual Studio

On Windows Server, download Web Deploy 4.0. make sure this service are added when u intall web deploy

create vpc

Open port 8172 to deploy via Visual studio

Enable Remote Connections in IIS

Just connect to the remote server through RDP, open IIS and open this option:

create vpc

In the right panel, stop it. This will actually stop Web Management Service. Then you will be able to check Enable remote connections flag. Check it, click the Apply option in the right panel, then Start.

This is also necessary for enabling you to remotely connect to this IIS server from other computers (like your dev computer).

create vpc

then check if port is open.

Add

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors