Creating New Website and configuring local IIS using Visual Studio
Introduction
Look at below, I have opened a ASP.NET website without Visual Studio IDE.
In the above browser snap, 'localhost' url part may be replaced by computer name or IP. Look at snap below.
Okay, introduction is over now. Let's configure such system for our website developments. Follow the steps for the same.
Note: Please be sure of IIS installation.
Step 1
Open the Visual Studio IDE as administrator. For this you need to go through the snap given below.
Step 2
Now,
if IDE is opened then navigate to File > New > Web Site… and then look at
snap below. I just have chooses HTTP as my website root location and then
website name as 'TestSite'. At the end click on ok button.
Step 3
Now
you have an IIS (localhost) website that will be accessible from browser
directly. Let's test this. Open the browser and type
OR
OR
Let's
look at my own screen.
I
hope you will love this.
Comments
Post a Comment