Connecting Tech Pros Worldwide Help | Site Map

How to open a page by putting the site name only

Member
 
Join Date: Jan 2008
Location: dhanbad
Posts: 70
#1: Feb 26 '08
hi
i want to know that how to create a home page that will open at the time of putting the site address only at the address bar.
Like when we click the site Google.com then it open some page like index.aspx and we dnt have to nees Google.com/index.aspx

Please suggest me
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,150
#2: Feb 26 '08

re: How to open a page by putting the site name only


Set the default page for the web application in IIS?

If I have http://www.mysite.com/somepage.aspx
And I want when people go to http://www.mysite.com/ that it takes them to somepage.aspx I can set that as the default page in IIS.
OR
I can change http://www.mysite.com/default.aspx to redirect to http://www.mysite.com/somepage.aspx
Member
 
Join Date: Jan 2008
Location: dhanbad
Posts: 70
#3: Feb 27 '08

re: How to open a page by putting the site name only


Quote:

Originally Posted by Plater

Set the default page for the web application in IIS?

If I have http://www.mysite.com/somepage.aspx
And I want when people go to http://www.mysite.com/ that it takes them to somepage.aspx I can set that as the default page in IIS.
OR
I can change http://www.mysite.com/default.aspx to redirect to http://www.mysite.com/somepage.aspx

Thanks platter
It works well. thanks
Reply