1
vote
0answers
18 views

Websites (IIS 7.0) unavailable from Internet upon rebooting 1 out of 4 DCs

What happened: We had to reboot one of our Domain Controller (DC), located on the VLAN 1 for maintenance purpose. We have a total of 4 DCs on 3 VLANs, so we thought that wouldn't affect our ...
1
vote
2answers
51 views

Redirecting https://www

I have a domain that I run with SSL. I purchased a certificate for thedomain.com. Note that it does not apply to www.thedomain.com at all and I think that might be where my issue lies. My goal is that ...
0
votes
1answer
46 views

Running IIS and Confluence both on port 80 (multiple IP addresses)

I'm running Windows Server 2008 with IIS and Confluence. The server has two ip addresses setup at Network Settings. Confluence is setup to use the second IP address. Both IIS and Confluence seem to ...
0
votes
3answers
159 views

Can't view website with public IP, but www.example.com & example.com work fine

I am facing a problem with a web application on IIS 7.0. Our server configuration is Win 08 server R2 and has a public IP. The problem is, when an application is web hosted on IIS 7.0 and when it is ...
1
vote
1answer
309 views

Office 365 SSO external DNS redirect

I have ADFS and office 365 completely set up and configured for SSO, using an ADFS server and ADFS proxy. For internal users, I have IIS configured on the adfs server to redirect companynamemail.com ...
2
votes
2answers
2k views

IIS 7 - 401.2 error by hostname but not by IP address

I am experiencing an issue with an IIS 7 application on our network. The problem is as follows: If a user browses to the site by IP address (http://172.16.10.32/site) the application loads fine, ...
2
votes
1answer
318 views

Multi-homed domain controller, web host, etc

I have a Windows Server 2008 R2 machine which is a domain controller under Active Directory: Domain Services and I want to also run quite a few things from this one machine. Mostly I'm learning how to ...
1
vote
2answers
271 views

How to forward all requests to an IIS7 server to a new IP address

I have an old physical server and a new physical server. I am moving everything from my old server to the new server. And will then point my domain registrar records to point to the IP address of the ...
2
votes
2answers
370 views

SSL Redirect in IIS without causing the browser to give a warning

I have the subdomain https://a.site.com. I need to redirect it to https://a.site2.com as site.com is no longer is in use (we have rebranded). What is the best way to do this without getting the ...
1
vote
2answers
144 views

DNS: Canonical Names, Sub-domains, and Aliases

Background Setup Info Domain: abc.ca.gov Web Server Name: web1 Server FQDN: web1.abc.ca.gov DNS Alias for FQDN: intranet Browser URL: http://intranet/ Question 1: Is it possible then to setup ...
0
votes
1answer
62 views

SBS 2008 IIS7 and Linux Apache2 in the same LAN on the same port

I have an SBS 2008 with IIS7 on it running a web site "www.domain.com", I also have a Web Server (Linux) with Apache2 in the same LAN running a web site "apps.domain.com". The problem I have is that ...
0
votes
1answer
152 views

binding multiple sites to one site - programmatically - iis 7

I have different websites (more than 300) www.ca1.com, www.ca2.com. I would like bind all these sites to my main site - www.myMainsite.com programmatically. Can you help me in solving this. thanks. ...
3
votes
3answers
221 views

Is it possible to have one webserver where a certain sub folder comes from a different server?

My desired scenario: www.my-example-server.com - This one comes from server 1 (IIS 7.5) www.my-example-server.com/subfolder - This one should come from server 2 (IIS 7.5) I know how to do this if ...
2
votes
1answer
133 views

Domain resolving to folder inside wwwroot

I'm really pulling my hair out here over here trying to get my domain pointed to my server the way it should. I'm using GoDaddy as my registrar, Amazon EC2 as my host, with a Windows Server 2008 ...
1
vote
4answers
474 views

Preventing MX record fallback

I have a website, example.com, running on a Windows 2008 server with IIS 7 and the "IIS 6" SMTP service. The website regularly sends out emails to info@example.com. In rare instances, the MX record ...
0
votes
3answers
106 views

Specifying domain name for IIS site

How does one specify a different domain name for the localhost domain on an IIS server? I am setting up an IIS on a pc. I want a more user friendly name. The server will not be accessible to the ...
1
vote
2answers
449 views

how to config DNS in DHCP network in windows 2008 server R2?

I have dynamic IP assigned on my server and server connects with my router where I bind raw static IP, I have installed DNS and Active Directory, but I am not able to setup DNS it says "you should ...
0
votes
1answer
67 views

Resolving subdomains to addresses

I'm looking at a corporate web site (theServer.theDomain.com) having an address that is correctly resolved if I simply type the subdomain by itself: ping theServer But if I try to reach that web ...
3
votes
1answer
561 views

How to create a catch-all subdomain in IIS 7.5?

How can I create a catchall for any unspecified subdomains of website.com in IIS 7.5 on Windows Server 2008 RC2? I have already configured a CNAME DNS entry for *.website.com pointing to ...
1
vote
2answers
200 views

How to use the hosts file to make google.com resolve to bing.com on a single machine

I am having a little trouble understanding how to manipulate the hosts file. I am using IIS 7.5 and Windows Server 2008 RC2. How can I make any requests from my machine to google.com resolve to ...
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
3answers
1k views

IIS 7 Reverse Proxy based on domain name host?

How would I configure IIS 7.0's ARR and URL Rewrite to reverse proxy based on a host. For example: http://website1.mydomain.com gets routed internally to internalserver\website1 ...
0
votes
1answer
397 views

configure a website with DNS names on IIS

I know how to set up an application on IIS 7 but I don't know how to run it through the web, I mean how can I configure it with DNS names? I will be using windows server 2008 R2 standard edition.
0
votes
1answer
646 views

How to HTTP Redirect while maintaining subdomain using IIS 7

My question is similar to Redirect subdomain to subdomain on new domain except I'm using IIS 7. The application is ASP.NET framework 2.0. I have a url cust1.olddomain.com and I need to redirect to ...
0
votes
1answer
191 views

Configuring DNS on IIS

I have a DNS name pointing to the server where my website is installed. If I ping http://mydnsname, I can see it pings the correct IP. But browsing this URL returns a 404 error. So do I have to do ...
0
votes
2answers
93 views

Windows Server 2008 DNS

We have Setup vpn.mysite.com and mysite.com to point to the same ip address which is one of our servers. We are trying to setup IIS to have it redirect requests to vpn.mysite.com to one interal ip ...
0
votes
1answer
314 views

What kind of DNS and IIS configuration is needed to allow multiple domains to point to a multi-tenant web application?

I'm developping a multi-tenant web application in ASP.NET MVC and it will provide my users the ability to have a custom subdomain pointing to their account page (like user.myapp.com). I already have ...
2
votes
4answers
2k views

windows 2008 DNS Website without www?

I have a site on my server that only works with a www. example: http://www.dartmouthplayers.ns.ca/ works but without it, it does not. http://dartmouthplayers.ns.ca/ But the site's bindings has both ...
0
votes
1answer
47 views

2 services running in a Win 2008 Server with DNS and Port problem [duplicate]

Possible Duplicate: How to use DNS to redirect domain to specific port on my server I have a server running 2 servers. One is IIS7 on 80 port and the other one is Jira 4.1 on the port 8080. ...
0
votes
2answers
351 views

Domain Name with a-entry to x.xxxxx.com?

i ordered a domain (e.g. www.myNewDomain.com). Now I will redirect the domain www.myNewDomain.com to my Windows ISS 7.0 Server which is sub.MyOldDomain.com. But in the domain A-entry is only a IP ...
0
votes
1answer
140 views

IIS 7 + Domains and Sub Domains

I have setup 1 Domain and 1 Sub domain in IIS 7 - Set the bindings/ports etc When I browse to the subdomain url I get the website of the main domain. I have not configured an A record for the ...
0
votes
3answers
432 views

IIS 502 error when using a CNAME

I have a cname record to a dyndns address. This has worked fine in the past, but now if I use the cname error I get a 502 error from IIS 7. The dyndns address works fine and so does the actual ip ...
0
votes
2answers
2k views

IIS7 binding to subdomain causing authentication errors (TFS 2010)

I'm trying to bind a IIS web site (Team Foundation Services 2010) to a subdomain, which is causing authentication errors. First I'll explain what I've done to set it up. This is the fist time I do ...
0
votes
1answer
313 views

Configuring subdomains for a machine (Win2k8) in a lan

I am currently setting up a windows 2008 server to host a website with multiple subdomains, all accessible only within the lan. also, there is no active directory. what I did is : 1 - computer name ...
0
votes
2answers
439 views

Public facing sites don't resolve internally

I'm not sure if the title correctly describes the problem. We have websites setup on our sbs 2008 machine that are publicly available via an external address and internally available via an internal ...
3
votes
3answers
1k views

IIS 7 Cannot Access Website

We can access our website from other systems, but when logged into the local machine where the site is hosted it does not resolve to the site... for example: http://mysite.com/folder/page.aspx gets ...