Search Results

Search found 2 results on 1 pages for 'robvious'.

Page 1/1 | 1 

  • Setting subdomain on Localhost?

    - by RobVious
    I'm trying to test a multi-tenant MVC application (in VS2012) locally by setting a subdomain on localhost. The application is currently running on localhost:5252. I want to access it via both that address, and contoso.localhost:5252. In my hosts file I added the following: 127.0.0.1 contoso.localhost I'm using IISExpress... when I navigate to contoso.localhost locally, I just get the IIS page. What am I doing wrong?

    Read the article

  • How to make bottom half of a page take up remaining height?

    - by RobVious
    I've searched and tried a bunch of different things. I have a variable-height tophalf, and the bottom half should fill up the remaining space. A JSfiddle: http://jsfiddle.net/UCJmQ/ CSS: .top { background-color: lightblue; height: 300px; } .bottom { background-color: green; min-height: 100px; overflow: hidden; height: 100%; } html, body { height: 100%; } HTML: <div class="top"></div> <div class="bottom"> </div> What I'm seeing now is the green page taking up the entire window's height, not the remaining height. How can I make it take the remaining height instead?

    Read the article

1