Introduction:
In this article I will explain how to create or setup or host new site in IIS
with custom URL(http://yoursitename.com) instead of http://localhost/ in asp.net.
Before setup new site in IIS first
create one sample application in asp.net using visual studio. Once new application
is ready Open Run command and type “inetmgr” and click enter button then
IIS will open if not IIS is not installed in your machine. To install IIS in
your system
START ---> Control Panel ---> Programs ---> Turn Windows
Features on or off ---> Internet Information Services ---> Web Management Tools ---> Check or select IIS
Management Console ---> Click OK
After that follow below steps to setup
or host new application in your system.
Open RUN Command window and type “inetmgr”
Once opened IIS now select sites ---> Right click on it
and select Add Website
Whenever we select Add Web Site option
new window will open in that we need to enter Site Name, Physical Path and Host
name that would be like this
If you observe in above image here I given
Host name as aspdotnet-suresh.com after
completion of my setup if I type http://aspdotnet-suresh.com
in my browser automatically it display my custom local setup application
instead of my website. After enter all the details click OK. Now our site add
in IIS that would be like this
Now our application is ready Right
click on your site ---> Select Manage Web Site ---> Click Browse
After click Browse our application will
open with our custom url (Here I given as http://aspdotnet-suresh.com
) that would be like this
Why
this error is coming?
We are getting this error because of we
didn’t set host file with this url
To set url in host file you need to
open this path
C:\Windows\System32\drivers\etc
|
In this folder select hosts file and open with notepad (if you’re
using Windows7 open that file like Run as Administrator) and set the url path
will be like this
127.0.0.1 aspdotnet-suresh.com
(Note:
Don’t include # symbol before IP and
url because if you add # it will ignore our site path)
After set the url path now run your
application that will show output of your application will be like this
I hope it helps you to set new site in
system with custom url.
|
If you enjoyed this post, please support the blog below. It's FREE!
Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email.
|
Subscribe by RSS
Subscribe by Email
|
|
|
20 comments :
Thanks.....
Hi
Suresh Nice Articals really appriciated but you can make any other tutorials on Application Pools on IIS as well.
thanks to your valuable articles. by karthick
Would like to add one more point apart from the settings you mentioned above. I followed your steps, but after doing all that, I got 500.19 error.
For this, while setting the site, you have to check the passthrough authentication and set the admin credentials. Also, in the web.config file, inside the system.web section, change the default identity impersonate="false" to identiy impersonate="true" username="*****" password="****"
THANKS A LOT...
hi suresh , i have xp , and iis 5.1 , is thaere a way to create new wesite in iis 5.1
User login website if whether not signout and same user login website alert already signed
if is possible......
Ver nice article.. Keep on posting new articles
i am not able to save hosts file as i m using windows8 pls help.
xcv
Hello suresh i am getting following Error..
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
Source Error:
Line 24:
Line 25:
Line 26:
Line 27:
Line 28:
hi suresh its very useful tool for me brother can you guide me how can i make installable database software which can run on loacal machine.
kuldeep
Hey Suresh Keep it up with the good posts..
hello sir Please tell me how can i encode complete url of any website into database and reterive from database.
good one thanks Suresh...
Nice one... Thanks for the valuable article
Thanks Suresh,Really it is very helpful.
Thanks Yashwant Yadav
It shows an error when i'm setting physical path in "Add website". It shows "cannot verify access to the path." Can anyboby to help me to solve this??? Thanx in advance.
Hi suresh,
very nice article,
i have one doubt.after deploying application on server and we need to host on internet domain after
hosting it is available to all internet users.
but my question is .
if user request for that application ,how the request will propagated (i mean flow of request) and how response comes back