Tagged Questions
0
votes
2answers
172 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 ...
0
votes
1answer
65 views
Setting up a subdomain on IIS7
I have a dev server for my C# Web Application and to access the dev site I go to the server name in my browser (lfi-fsxmv06) and I can access my web application. Now I want to set up a subdomain of ...
1
vote
1answer
116 views
Subdomain on a separate server (Windows/IIS) won't load default web site?
I've got a domain hosted under godaddy.com. I set it up so that subdomain.mysite.com points to a different server which uses Windows/IIS (say for example ip 1.1.1.1). When I go to the subdomain I get ...
1
vote
1answer
234 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 ...
1
vote
3answers
225 views
Setting up a subdomain with IIS 7
I posted a question on Stack Overflow today. Now, I'm not sure if it should have been posted there or here. That question can be seen here, I have copied it here for the ease of access.
I have a web ...
1
vote
2answers
142 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 ...
3
votes
1answer
549 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
1answer
142 views
Subdomain with www
I have IIS 7
We have about 61 different companies on our website and each company group has their own subdomain, like so:
group1.mywebsite.com
group2.mywebsite.com
group3.mywebsite.com
.... .... ...
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
...
0
votes
1answer
165 views
URL in address bar does not get the redirections
after deploying this website I was developing locally, on a Windows Server 2008 R2, I cannot seem to get the updated URLs from the server on my browser.
The scenario is like this:
I have a main ...
0
votes
1answer
627 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 ...
1
vote
1answer
307 views
Map subdomain to application in IIS7/7.5
I'm trying to do something that seems to be very basic (and obvious), but it is not working so maybe I'm not implementing the idea correctly and that's why I need your help.
I have a web server with ...
0
votes
1answer
252 views
IIS 7 ssl port problem
I am using ssl certificate for https://example.com/Pages/Membership/Registration.aspx and ı want to use ssl for subdomain https://host.example.com but IIS 7 error= port is using how can i bind sub ...
0
votes
1answer
1k views
How to hide subfolder when using Web.config for subdomains?
I have FTP access to my ASP.NET Websapce (IIS 7) and I route subdomains with a Web.config in the web root folder. She looks like this:
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
2answers
503 views
Requests to subdomain should point to subdirectory
Is there a way to have requests to subdomains have files served from subdirectories?
The sites should regard their folders as root.
example:
A request to blog.mydomain.com should serve the page ...
0
votes
1answer
655 views
Subdomains for different applications on Windows Server 2008 R2 with Apache and IIS 7 installed
I have a home server, on which I have installed Apache, and several other applications that have a Web GUI (JDownloader, Free Download Manager).
In order to access each of these apps (whether be it ...
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 ...
3
votes
2answers
2k views
How do I configure IIS 7 (discount asp.net) to point subdomains at application subdirectories?
I have an discount asp.net account, which uses IIS 7 and I want to configure subdomains to point at specific applications on the site.
For instance:
's1.site.com' would run the application at ...
2
votes
2answers
1k views
Possible to get IIS on Windows Server 2008 R2 to “port-forward” port 80 for certain domains to other ports?
I have IIS set up on my server, but also Apache x2 (other products which comes with their own servers, cannot be integrated into IIS.)
Is it possible for me to "port-forward" certain domains on port ...
0
votes
1answer
311 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
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 ...
5
votes
4answers
17k views
How to create a Subdomain in IIS7?
In IIS7 I have a site: http://www.mydomain.com/mysite
How can I get the same site to appear as: http://mysite.mydomain.com ?
I already have the DNS set up and can ping it, I just do not know how to ...