IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Window Server 2008 and Windows Vista.
2
votes
1answer
11 views
Can multiple sub-domains share the same document root?
I want to set up per client sub domains e.g.
clientA.topleveldomain.com and
clientB.topleveldomain.com
I presume I can do this in IIS by having one site and then setting up the bindings for that ...
0
votes
0answers
6 views
Autostarting application in IIS 7.0
My server is Windows 2008 Standard so it's IIS 7.0 and I don't have preload support offered by Windows Server 2008 R2. I'd like to host some background service and for many reasons do not want to go ...
0
votes
0answers
18 views
can't browse website using IIS as Server
ok I have got a domain http://mcomscarpool.tk/
I can ping the website from CMD: and it is also pinging to the right address
I have gave permissions to the folder, application etc.
When I browse my ...
0
votes
1answer
32 views
IIS 8.0 Detailed Error - 405.0 - Method Not Allowed
I am just looking for the different causes that might cause this error. I was working on an intranet site and nothing up to that point had gone wrong. I was working on using Blueimp's Fileupload ...
0
votes
0answers
5 views
IIS web.config to apache htaccess
I have a web.config file with many rules and i want to migrate to apache.
I tried remapping the rules but unfortunately..no success.
here is what i need to translate:
<rule name="Pretty ACT URL" ...
0
votes
0answers
8 views
Having some issues when changed the url of a website from http to https and enabled SSL
I have recently changed the url of my website from http to https and enabled SSL in ISS7. After this change i had issue with downloading excel and pdf files from my site. Whenever i tried to download ...
-1
votes
0answers
34 views
dynamic css in mvc4 works on localhost but not after deploy on iis7 [on hold]
Dynamic style sheet not working in Firefox after deploy web on IIS7.
But it loads style sheet on second time,means clearing cache.
It works fine in Google Chrome......
1
vote
2answers
53 views
WCF and wsHttpBinding - Message encryption
I'm working on a client-server project implemented using WCF. The clients are deployed on different machines and communicate with services through the internet. I'm relatively new to WCF, and am a bit ...
0
votes
1answer
14 views
Howto cache images on IIS7
I have a web application that get a big amount of images via a server script proxy
which re-sizes them to specific thumbnails size.
so the url of a given image would be something like:
...
0
votes
0answers
32 views
Inquiry on debugging an IIS web application
I developed a web application which is working perfectly on my local (laptop), now, when I copied-pasted the .dll (which came from my laptop) and other .aspx files on another PC and browsing the web ...
1
vote
1answer
24 views
How can I get rewritten URL in JavaScript (or otherwise) from IIS Rewrite module?
I'm writing HTML pages for a single page application, and want to publish it to my current ASP hosting, so I'm using the IIS URL Rewrite module to send a lot of requests to /index.html. I'm sending ...
0
votes
0answers
11 views
Error private key is not present in the X.509 certificate
This might be a duplicate of Private key is not present in x509 I am consuming WSDL along with MVC project using .net 4.5. I have deployed it on IIS7 and I getting below error.
The private key is ...
0
votes
0answers
7 views
Keep Query String when redirecting using rewriteMap for IIS
I'm trying to fix redirections map on a client web site.
We used rewriteMap to map some redirection:
<rewriteMap name="My 301s">
<add key="/page1" value="/the-page-1/" />
<add ...
1
vote
1answer
9 views
TinyMCE ashx getting a 404 error from IIS7
I have an ASP.Net MVC 4 project. If I want TinyMCE to use gzip I need to use the following in my page (for example):
<script type="text/javascript" ...
0
votes
0answers
21 views
Strange page formatting using IIS7 + Classic ASP + Response.Buffer=false + SSL
I maintain a legacy ASP site for a customer. We recently installed an SSL certificate but have come across a strange issue when Response.Buffer=false. There's numbers/characters inserted in the page:
...