0
votes
2answers
169 views

IIS “localhost” subdomain

I have an IIS7.5 server (also running SQL Server) which has a server name of (say) dc-db. On this server, my IIS default site runs correctly on http://localhost and http://dc-db I want to load on a ...
-1
votes
1answer
45 views

Win2008r2: subdomain to specific port? [closed]

haven't used dns nor iis within Win2008R2. I'm running 3 minecraft servers. As these have different ports I want to be able to match these ports to subdomains i.e. craftbukkit.domain.de -> ...
1
vote
2answers
1k views

Forwarding subdomain to different port on Windows IIS 7

I have a IIS 7 server with Plesk setup on a Windows 2008 R2 server and I have created a subdomain sub1.domain.com, which by default leads to my webserver on port 80, but I don't want that. I want the ...
1
vote
1answer
232 views

IIS7 on localhost: sub-domain can't be seen externally only by local machine

I have setup a site on localhost (Win7 32bit) that can be accessed locally or by other machines on our network using http://meeting-room however the sub-domain http://admin.meeting-room can only be ...
3
votes
1answer
200 views

IIS 7.5 + AD DNS = no intranet subdomain names 4 u?

Alright, hopefully this is a simple one.. We have a new server on our domain CMOT2.ourcompany.local I want to host a few IIS sites on it and refer to them as WIKI.CMOT2.ourcompany.local etc. I set ...
1
vote
1answer
1k views

Subdomain redirects to a given virtual directory in IIS

I have a domain where I have created several subdomains. I manage to alter the DNS records, so a given subdomain redirects to a different server. For example? app.domain.com -> 123.45.66.11 ...
1
vote
2answers
1k views

Redirecting to other internal servers based on sub domain

Here is my situation home network, windows machines, 1 external facing IP address (that allows port 80) 1 windows home server always on machine, planning on upgrading to WHS 2011 soon. several IP ...
0
votes
2answers
195 views

Host header's configuration (Windows IIS)

I've moved to a new host provider and on my last host provider they'd configured all sub-domains that don't exist to map to my base domain. Aka, products.searisen.com doesn't exist, but it would ...
0
votes
1answer
364 views

How Configure dns and iis in windows server 2003 for SUBDOMAINS

i have remote access to my company's server that is using windows server 2003... some web site (with asp.net) installed on dns and iis... i am so confused how can i confuge one of this web sites for ...
0
votes
2answers
564 views

Assigning subdomain to a subfolder of ASP.NET application

I have an ASP.NET Web Application running at http://www.mydomain.com. We want to set up http://company.mydomain.com and point it to a subfolder of the ASP.NET application. When we do this, we get ...
3
votes
5answers
227 views

What is the recommended approach to add static subdomains to a website?

I would like to create a few static subdomains like: mycategory.mydomain.com in a rather small website and would like it to point to the folder: mydomain.com/mycategory without showing ...
2
votes
1answer
920 views

Is there a way to have a virtual directory in iis 7 point to another domain?

Let us say I have two subdomains: http://content.mydomain.com and http://app.mydomain.com. http://content.mydomain.com is pointing at a different server than http://app.mydomain.com is. Is there a ...
0
votes
2answers
826 views

SSL,IIS: One website for multiple sub-domains and one website for the top-level domain (with or without www.))

I have multiple sub domains that should point to the same website and the top-level domain should point to another website. All of these are under SSL. For example: abc.mydomain.com ---> Website A, ...
0
votes
2answers
1k views

How to map a subdomain to a different website in IIS?

I'm using a dedicated server for my app. Now I got a webmail app that I also want to work on the same server. I want the webmail app to work using a subdomain from the site, for example if my site ...
3
votes
2answers
2k views

How to configure IIS wildcards for account subdomains (like Basecamp)?

In effect I'm working on a SaaS application where I want to give subscribers their own subdomain to access their information (in code I will be pulling the first part of the subdomain for use as their ...
0
votes
2answers
39 views

Adding an application to http://www.domain.com/newapp/

I have a client who needed a new site. I simply pointed his current website to a new folder (new app) in the IIS manager. Now, he needs access to the old site. How do I his old site to ...
0
votes
1answer
261 views

Managing IIS log files over multiple subdomains

I have enabled logging of the site folder which contains the files of multiple subdomains. When I look at the log, i see the cs-uri-stem, which gives me the directory and file accessed. I can't tell ...