Deploy ASP.NET C# Website on iis in our Local Machine:

Deploy website in localhost (my computer):

In this Post we Explain How to Deploy ASP.NET Website which is made in C# on iis (Localhost) in our Local Machine. For doing this task we give some steps if you fallow these step then deploy asp.net web site easily.

Steps for deploying asp web site:

There are we gives 8 steps these are :-

Step 1: First open your asp.net web application in visual studio.Now in the top we have options Build. Click on that and under Build you will find Publish Website.

Deploy ASP.NET C# Website on iis in our Local Machine:


Step 2 : 
  • Click on Publish Website. Now open publish web pop up.
  • Select Publish method is File System
  • Target location for save your web application dll file.

Deploy ASP.NET C# Website on iis in our Local Machine:


Step 3:
  •  After click on publish.
  • Go to target folder. 
  • That location you will see your web application dll file.

Deploy ASP.NET C# Website on iis in our Local Machine:


Step 4:
  •  Now open iis manager. (Type integer in run command)
  • Right click on Default Application and Add Application.

Deploy ASP.NET C# Website on iis in our Local Machine:


Step 5: Enter Alias name (Name of website), select Application pool and Physical path.

Deploy ASP.NET C# Website on iis in our Local Machine:


Step 6: Now Double click on default document.

Deploy ASP.NET C# Website on iis in our Local Machine:


Step 7: Now And add start page of your web application. Here my application start page is Website1.aspx

Deploy ASP.NET C# Website on iis in our Local Machine:



Step 8: Now Right click on your application and browse.

Deploy ASP.NET C# Website on iis in our Local Machine:



See the result. See your application without visual studio.

Checkboxlist related other post on asp.net tutorial.



Comments

Popular posts from this blog