0

Possible Duplicate:
Is it possible to set the default web site to redirect to a virtual directory in IIS

I'm running BugNet on my server using IIS 7.0. The application folder is in the 'Default Web Site' node, along with 'aspnet_client'. To get to the BugNet panel, I have to navigate to 10.10.10.10/bugnet. When I go to 10.10.10.10, it shows the default IIS welcome page. How do I bind the root IP address to the BugNet application?

Jeams
  • 35
  • 2

1 Answers1

1

Simple way in IIS 7.X is to just use an HTTP redirect to /bugnet on the default website. Check the box that says "Only redirect requests to content in this directory (not subdirectories)."

Paul Ackerman
  • 2,729
  • 15
  • 23