Deploy ASP.NET Website on iis in our Local Machine

INTRODUCTION

In this article, I am explain How to Deploy ASP.NET Website on iis in our Local Machine.

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.


Publish website


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.


Build project

After click on publish. 
Go to target folder. that location you will see your web application dll file.

target location

Now open iis manager.(type inetmgr in run command)

Right click on Default Application and Add Application.

iis manager

Enter Alis name , select Application pool and Physical path. 

add application

Now Double click on default document.



 And add start page of your web application.here my application start page is EstimationSlip.aspx

iis

Now Right click on your application and browse.

manage application

See your application without visual studio.

web application

Enjoy..!!



How To Recover Sql Server Password

When you are forgot your password in sql server authentication nothing to worry.

First open your Microsoft SQL Server Management Studio .

Select ServerName and first select Authentication type is Window Authentication and Connect.


sql server


Now showing Object Explorer in left side.

In Security > Logins > Select your sql server authentication username.

And right click on username and select properties. 



sql server management studio

Now open login properties pop up and here you are set new password.


sa

Enjoy..!