Setup asp.net mvc application as subdomain website

Posted by a_m0d on Server Fault See other posts from Server Fault or by a_m0d
Published on 2010-03-31T05:20:00Z Indexed on 2010/03/31 5:23 UTC
Read the original article Hit count: 476

Filed under:
|
|

I'm trying to setup a local application on a subdomain on our company server. There is already an installation of sharepoint running on http://companyweb/, but I would like my application to run on http://orders.companyweb/.

I tried creating a new website, leaving the IP address the same as it is for http://companyweb, and just changing the host header value to orders.companyweb. However, no matter where I try to access the site from (different computers around the network, including the server itself), I keep getting 404 errors.

I then tried setting up a simple index.html and serving that up as the highest priority; however, I still got 404 errors. This makes me think that I have actually setup the site itself wrong.

What should I change to be able to access this application correctly on all the local computers?

© Server Fault or respective owner

Related posts about iis6

Related posts about asp.net-mvc