PDA

View Full Version : ASP.NET 2.0


bfanz
06-11-2007, 05:35 AM
Hello,
I have my website in www.dev1.com/subdirectory (http://www.dev1.com/subdirectory). I wanted to access it in internet explorer by using www.dev1.com (http://www.dev1.com) instead of www.dev1.com/subdirectory (http://www.dev1.com/subdirectory).
Please let me know the best way do to this and also can I upload my website in the root folder.


Thanks

Faiz

vvsharma
06-11-2007, 06:01 AM
Place a default page(such as default.aspx)within your site's root and set it as your site's default document under the "Control Panel>Tools & Utilities>IIS Manager>Default Documents" .

Vikram

DiscountASP.NET
www.DiscountASP.NET (http://www.discountasp.net/)

Aristotle
06-11-2007, 07:05 AM
You'll have to upload your web site files to the root instead of the subdirectory if you want to use http://www.dev1.com.

Aristotle

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)