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?

link|improve this question
feedback

1 Answer

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)."

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.