IIS – formerly called Internet Information Server – is a web server application and set of feature extension modules created by Microsoft for use with Microsoft Windows.
1
vote
4answers
220 views
Mail server for every website on IIS
I'm using Windows 7 x64 and IIS 7 to serve several websites.
What I want to do is set-up a mail server for every domain name (like in Linux hostings), and web-interface for example ...
0
votes
0answers
18 views
Setting up DNS web server from scratch [closed]
I am a novice in setting up webserver. Where should I get a step by step instruction for setting up the DNS for my new web server.
Server: Windows 2008 Server R2
I have a Static IP.
Two domains need ...
3
votes
1answer
802 views
Redirect a url to another url in IIS 7.5
I have no idea why this isn't working. I've tried creating map rules and then rewritng and redirecting the url. I've tried just redirecting it with a simple rewrite rule and no matter what, the only ...
1
vote
0answers
19 views
Installshield in VS2012 and deployment of web application in IIS7.5
I deployed a web application in IIS 7.5 using installshield. But after deploying the site I am facing below error on accessing the site from URL.
HTTP Error 403.14 - Forbidden The Web server is ...
1
vote
1answer
195 views
How to handle CNAME host redirect to virtual directory?
I have an internal website and virtual directory http://server2012/logs. I created a CNAME on my DNS server as LOGS -> server2012. I would like to set it up so that http://LOGS redirects to ...
0
votes
1answer
214 views
Converting web.config from iis6 to iis7 format
Im a bit stuck, kinda been lumbered with a website developed over a year ago. The company that designed it and the company that own it dont now speak so i have been lumbered with trying to get it to ...
1
vote
1answer
931 views
How can IIS 7.5 have the error pages for a site reset to the default configuration?
A mishap occurred with web.config to accommodate a subsite existing. I made use of “<location path="." inheritInChildApplications="false">”. Essentially it was a workaround put in place for ...
0
votes
0answers
30 views
http://www.mysite.com/c/v to display different domain:http://www.myothersite.com/c/v
My site is written in asp.net using C#/MVC 4.5, and is hosted on Windows Server 2008, IIS7. #
It has the following route https://mysite.com/c/v. When the user types in https://www.myothersite/c/v, I ...
0
votes
1answer
233 views
Disable default error pages/error messages in IIS
I have this web application (ASP.Net MVC 3) that on certain conditions returns a custom JSON string with a HTTP status code for an error (403, 415, 500). It is deployed on a Win 2008 R2 server with ...
0
votes
1answer
63 views
IIS to parse php in a .dll files [closed]
The .dll files ain't the dynamic link library. That's what the client side software calls for (cannot change).
Its essentially a php script that should run and return specific values.
However ...
1
vote
2answers
52 views
Default Wordpress site on IIS
We have multiple wordpress installations on our IIS7 (Windows Server 2008) Server as follows:
http://www.example.com/site_one
http://www.example.com/site_two
http://www.example.com/site_three
These ...
3
votes
1answer
406 views
Masking a redirection in IIS7
My tools:
IIS7
1 x Windows 2008 Server
IIS URL Rewrite Module 2 (installed)
My requirement:
Mask the redirection of www.bob.com to www.abc.com/bob/index.html - the end user should not see the ...
1
vote
1answer
375 views
IIS - HTTP Redirect all requests for one virtual directory to another
How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite ...
1
vote
1answer
147 views
dynamically rewrite URLs upon the user's selection - is it possible?
In my PHP based web application, there's a form that generates a URL according to the user's selection.
The form has 7 different fields, each one of them affects the final URL, none of them is ...
1
vote
1answer
116 views
301 redirect bulk aspx urls on IIS
We recently relaunched an old aspx site as a new Drupal site on the same domain. No 301 redirect was implemented.
I have outputted a list of 1000 urls that need to be 301 redirected. Most of the ...
1
vote
1answer
120 views
Links in my site have been hacked
In my site I prefix the images and links with the domain of the site for better SEO using the code below:
public static string GetHTTPHost()
{
string host = "";
if ...
0
votes
0answers
50 views
How to increase memory and cache size for application pool in IIS 7 efficiently [closed]
I search internet for increase memory and cach for application pool in IIS 7 but all topics are diffused and I do't know the effect of that settings together.
can some body describe How I can ...
9
votes
3answers
11k views
IIS 7 Require SSL automatically redirect to https://
I've configured IIS 7 to require SSL. I'm wondering if I can automatically redirect non-ssl requests to be encrypted.
For example, if a user types in http://domain.com, can IIS redirect the request ...
1
vote
2answers
49 views
Redirect multiple cctld's subdomains to tld subdomain
I have a site I use for development testing on one of our development servers, it is hosted at dev.domain.com.
I basically want to have www.domain.com, www.domain.ca, fr.domain.ca all point to ...
0
votes
5answers
76 views
Port numbers for SSL
We have an existing web site with HTTP on port 80 and HTTPS on port 443. I'm adding a second site to that now, and from what I understand, I cannot host two sites on the same SSL port.
So my ...
0
votes
0answers
25 views
Set up stand-alone IIS server with wildcard SLL cert?
We have a server for IIS 7.5 set up in our DMZ zone for clients to connect to through VPN only, so the client connects through VPN and then uses a web service "locally".
We would like to apply our ...
0
votes
2answers
98 views
Setting UP IIS for www access
I have server that I connect to via Remote Access. On it I have IIS7 and a web application that works. The server itself has an static ip address that I can ping, also I set up filezilla server and I ...
1
vote
0answers
80 views
MVC4 App opens with directory listing and gives a 404 for any direct URL's entered in the browser
I've just deployed a previously (on my local IIS) working MVC4 app to IIS 7.5 on the dev server. After tweaking this and that - one knows how these things get forgotten - the app finally launches, but ...
2
votes
1answer
89 views
IIS 7.5 site is stopped, but it still responds to requests with 404 errors
What you'd expect when you select a site in the IIS console and choose the "stop" button is that all bound ports would stop responding, right? That's what it did in earlier versions of IIS, at least.
...
0
votes
0answers
21 views
Setting up second website on second interface IP [closed]
I've got an IIS 7.5 box running with two IPv4 addresses.
I've set up one site on 192.168.1.13 and bound it to site1.com
I've then done the same thing for the second site 'site2.com' and bound it to ...
1
vote
0answers
268 views
Different behaviour with windows authentication on IIS7 websites
I need to run a website with just windows authentication.
Given the following situation:
The location of the default website is: c:\inetpub\wwwroot
The location of my code is: c:\Sites\WebApp
My ...
0
votes
1answer
744 views
Hide a file showing up in google search [duplicate]
Possible Duplicate:
How to protect PDF file from indexing?
Hi guys,
Really basic question here I'm sure - I'm not a webmaster however am thrown into it sometimes!!
We have a particular ...
2
votes
1answer
1k views
Joomla 1.6 URL rewrite on IIS7 (removing /index.php/)
Joomla 1.6 was released today and I'm wondering if anyone knows how to get rid of the /index.php/ part?
How link looks now:
http://www.example.org/index.php/stuff
How link would look after URL ...
0
votes
0answers
55 views
Shared web resources (IIS environment) — best practices? [closed]
. .
We have a growing issue to address, and I was curious as to what best practices were.
Here's the deal: we have multiple domain names and web folders (all under the same corporate umbrella). For ...
3
votes
3answers
168 views
Is it correct to have domains with more than 3 levels?
I've been arguing for some time about this topic, now I'd like the opinion of professionals.
My point is that a domain should be made of 2 or 3 levels at most, like:
mysite.com
blog.mysite.com
...
1
vote
1answer
303 views
General website publishing questions involving domain forwarding issue
Even though I have been having a certain level of knowledge and experience about web development I have never interested in obtaining a domain and publishing a website from my own server. Since today ...
1
vote
1answer
152 views
How to forward a domain on IIS on windows 7
Briefly my question is about combining my registered domain with the websites listening on port 80/8080 on my server.
I have a web server IIS on windows 7 and two web sites listening on port 80 and ...
0
votes
1answer
555 views
How to redirect a old URL using web.config (IIS)
I'm still very new to using URL rewrites and redirects and I'm having some problems on something I thought was quite simple...
I've just rebuilt a website and want to redirect the old URLs to the new ...
1
vote
2answers
3k views
How to redirect domain.com to www.domain.com with DNS and IIS?
How can I redirect example.com to www.example.com using DNS / IIS? I wish to do this for an asp.net web site to prevent duplicate contents (Bad for SEO).
I had 2 a record in dns (Windows Server ...
0
votes
0answers
28 views
Two Web Servers - User directed to nearest [closed]
Good news, my business in the UK (offering a cloud service to customers).
is growing, and we are seeing a large increase in US customers.
However we are seeing a performance hit due to to service ...
4
votes
5answers
251 views
Self hosted Web Analytics like urchin
I would like some cheap/free web analytic software to be used on my windows server (Server 2008). urchin seems to be way expensive. please provide me some good recommendations.
0
votes
1answer
46 views
IIS 7.5 setting error page with iis stopped
Can you set a custom Error page if IIS is stopped or recycling for an extended period of time?
1
vote
2answers
87 views
Tuning WebServer Response -
I have this sam e question on StackOverflow and I was advised to ask it here hoping for more information.
Here is the question:
I am in rather unfavorable situation. I have aspdotneststore front ...
0
votes
1answer
900 views
IIS7.5 + Wordpress + Restrict Access to wp-login.php by client IP address
I am moving from an Apache host to IIS. One of my sites in Wordpress (running Multi-site) which give me multiple blogs. I have moved all my rules from my .htaccess to the Microsoft URL ReWrite module. ...
1
vote
1answer
130 views
Adding an ASP website in IIS7.5 on Windows 7
I'm trying to add an ASP website under IIS 7.5 on Windows 7 and am having no luck so far. This site is just for me to hit locally. I need to make some changes to some of the HTML in some of the ASP ...
0
votes
2answers
74 views
Google Analytics on a web farm?
Is it possible to use Google Analytics on a web farm so that it collects stats on what happened on each server in the farm? eg:
Instead of visits, show visits per server (helps us check the load
...
2
votes
1answer
220 views
Problem on application with asp in IIS 7.5 with oracle 11g [closed]
We have an application developed with .Net on server 2008 R2 and IIS 7.5 wich is linked liked to oracle 11g on another server. Our problem is that we lose the service every two or three or more. The ...
0
votes
1answer
44 views
IIS7 as site title
When I search for my website on google both the title and description are showing as IIS7, how can I change this to a proper description?
0
votes
1answer
111 views
Can web applications running on IIS7 Windows Server 2008 R2 be forced to immediately detect changes to hosts file?
We have several web applications running on several load-balanced servers. We want to have our web applications communicate with each other without first traversing outside the load balancer.
For ...
3
votes
1answer
1k views
How do I use IIS7 rewrite to redirect requests for (HTTP or HTTPS):// (www or no-www) .domainaliases.ext to HTTPS://maindomain.ext
I have multiple domain names assigned to the same site and I want all possible access combinations redirected to one domain. In other words whether the visitor uses http://domainalias.ext or ...
0
votes
0answers
268 views
Multiple sites, same port, iis7
1 server. 4 websites.
I have multiple internal IP addresses. Each one to be allocated to a different website.
I thought I should create a new website, bind to domain and internal IP address, point ...
0
votes
0answers
141 views
IIS7 - 2 identical asp.net apps in 2 app pools, 1 is responsive and 1 is not
I have an ASP.NET (v4.0) web app that is installed in a virtual directory (as an application) and is hosted in it's own app pool.
This is repeated for each instance of the app (i.e. per customer).
...
0
votes
0answers
102 views
IIS 7 IP changed to machine name
I am having an issue with my server switching from using the IP address to machine name.
Yesterday, I went into IIS 7 and created a new application under the Default Web Site. I gave it an alias ...
3
votes
2answers
1k views
How can I stop 404s from favicon.ico without a favicon.ico?
How can I stop requests for favicon.ico without having a favicon.ico? It wastes resources serving a 404 and fills up logs with 404s. Right now I put in a dummy favicon.ico file but I would prefer a ...
2
votes
1answer
2k views
Active Directory auto login to website for domain users
I am putting together an Intranet for a company - I have set up authentication to get into the Intranet from a login box linked to AD via LDAP/
However the client wants (if possible) to have users ...


