IIS 7.5 is the version of IIS that ships with Windows 2008 R2, and Windows 7. It is substantially similar to IIS 7.0 from Windows 2008, but includes the following features: FTP 7.5 - FTP "6.0" is no longer shipped with IIS, further reducing dependency on InetInfo.exe WebDAV 7.5 Configuration ...
1
vote
1answer
18 views
Mismatched address error on self-signed ssl certtificate
I have a self-signed ssl certificate that I am trying to use on my Windows 7 development IIS7 machine. The certificate is working; however I am still getting a mismatched address error in IE9.
This ...
0
votes
1answer
27 views
Java application server behind IIS 7.5 on Windows Server 2008
I have a Java application server (GlassFish, indeed, but the problem is the same for any other application server, I guess), running on port 8080. And I have IIS 7.5 listening on port 80 as by default ...
-2
votes
0answers
29 views
What are some cloud hosting solutions that give me VPS flexibility? [closed]
I've currently got a VPS solution that I'm paying about $60/month for that gives the flexibility of installing my own Windows services, has SQL Server 2008R2 and allows me to host apps. I also have ...
0
votes
1answer
13 views
Unable to write using IIS FTP … Keep getting Access is denied
I am having issues writing to my FTP site ... I am able to connect to the site using my FTP client. I have given the user account READ/WRITE authorizations inside of the IIS Web Site (which also ...
0
votes
0answers
22 views
IIS 7.5 returning 403 in WebDAV PROPFIND request
I am configuring an IIS 7.5 server for WebDAV. When the client application issues a anonymous PROPFIND request to read the directory contents, the server returns a 403 Forbidden status. I need it to ...
0
votes
0answers
44 views
Is there a way to lower the priority of a specific IP address to IIS 7.5 so it serves slower?
We are using Amazon.com Product Ads and have around 150,000 products. Unfortunately, every time we upload our feed Amazon's system hits our server with 150,000 requests. There probably isn't anything ...
0
votes
1answer
28 views
How to catch all wrong (urls) request to my ASP.NET app?
I have an ASP.NET web-site and to catch wrong urls requests and redirect them to homepage I put:
<customErrors defaultRedirect="/" mode="On">
<error statusCode="404" ...
2
votes
1answer
60 views
Configuring WordPress rewrite rules on IIS7.5 inside virtual application
I have to configure WordPress into a virtual application under a principal website running on ASP.NET 2.0 Classic mode.
Everything is working fine, PHP 5.3.13 / MySQL 5.1 / IIS 7.5, the wordpress ...
0
votes
0answers
25 views
IIS HTTP Error 403.18 - ASP.NET MVC 3 (with PHP 5.3 installed?)
I am getting this error when I am setting up a ASP.NET MVC3 application onto an IIS server.
HTTP Error 403.18 - Forbidden
The specified request cannot be processed in the application pool that is ...
1
vote
1answer
41 views
Single IP, Multiple SSL Certs, NOT using wildcard, TLS on IIS 7 possible?
We host many sites with domains on a single IP ie. www.domain1.com, www.domain2.com. We want to secure /admin using SSL. Historically each SSL cert needs a unique IP address. These are small sites and ...
1
vote
0answers
41 views
ARR Reverse Proxy and multiple sites as subdirectories with IIS 7.5
I have multiple websites (combination of ASP.NET Webforms and MVC3) that we are trying to consolidate under a single domain with each site under a directory on this main domain.
So I want to take the ...
0
votes
2answers
37 views
IIS 7.5 Not Working with Remote (External) IP
I just installed IIS 7.5 on Windows 7 Ultimate from Control Panel with Default Settings and Everything is going fine when I access the site with "localhost" or my local Ip "192.168.0.2"
But when I ...
0
votes
1answer
43 views
IIS works fine with IP but fails externally with name
I can access my application with no problems via the IP https://12.xxx.xx.xx/test.aspx; however, when I try to access this via the domain https://test.domain.com I come up with the very common "Server ...
1
vote
1answer
34 views
Why isn't IIS 7.5 picking up netsh iplisten list?
When I execute the command
netsh http show iplisten
It returns a list of IP addresses I added manually:
IP addresses present in the IP listen list:
-------------------------------------------
a
b
...
2
votes
1answer
31 views
What identity does IIS use to instanciate COM objects from ASP pages?
I was tasked to port and move an old ASP application from a Windows 2003 server (x86) to a Windows 2008R2 server running IIS 7.5
A number of things needed to be changed (mostly related to registry ...
1
vote
1answer
44 views
IIS Connection String not being inherited
I have an issue where I've set up a connection string at the Machine level in IIS, and it is inherited all the way down as expected... EXCEPT for the application I want to use the string in. Other ...
0
votes
0answers
34 views
IIS 7.5 FTP blocking IP (across all ports) when trying to connect with incorrect password x 3 times
I have a win server 2008 R2 with IIS 7.5. I'm using the FTP service to upload some files. My FTP client had an incorrect password so after a few refreshes the server blocked my IP. Now I don't mind ...
0
votes
2answers
27 views
IIS7.5 and Team Foundation Server - redirect to tfs.domain.com
We'd like a convenient path for users to access TFS: http://tfs.company.com/.
We made a new entry in DNS, then created a new IP on the machine, and then set up a binding to the Team Foundation Server ...
0
votes
0answers
90 views
FTPS on IIS 7.5 Hangs at Initializing TLS
I am trying to setup FTPS on an existing FTP site that has been working for some time. I am using FileZilla client to test the connection. Now that I have my SSL certificate installed I get the ...
1
vote
2answers
49 views
Remote Wildcard script mapping from site in IIS 7.5 with powershell
I created a site in IIS 7.5 via Powershell; however, the site inherited the parent handler mappings and one of the wildcard script mappings causes problems for this particular application. Is there a ...
1
vote
1answer
46 views
Security issues/risks connecting from IIS7.5 to SQL Server 2008+ using Machine Account (DOMAIN\MACHINENAME$)
I'm working with a group of engineers doing .NET 4 / MVC 3 development, using Windows 7 Enterprise and IIS 7.5 locally, and connecting to MSSQL 2008+ dev/testing databases. The databases are remote ...
0
votes
1answer
67 views
How to stop file access during upload on windows server 2008 IIS7.5
I have an application that runs on a windows server 2008 box. It watches a folder for files, when a file appears (ftp upload) the application tries to move it to another folder as a test to see if it ...
1
vote
1answer
32 views
IIS 7.5 url rewritter 2.0 Help creating a rule
I am looking to rewrite an url. Say I have an URL like www.domain.com/wall.aspx?Personid=1 and I want to rewrite that as www.domain.com/wall/personid/1 or even www.domain.com/wall/1. I am wanting it ...
1
vote
3answers
45 views
Windows Server 2008R2 Enterprise for Web Server. Any Benefits?
Hi I've looked at the comparison charts between editions of Windows Server 2008 R2 but I don't see a definitive answer to my question. We have licenses for Windows Server R2 Web as well as R2 ...
0
votes
1answer
31 views
Using a custom PHP.INI for a single site. Windows 2003, 64bit, IIS7.5, PHP 5.3.6
I have a single PHP script on a single site that requires me to set the upload size maximum fairly high. I would prefer not to do this globally.
According to the PHP docs, I can not set the values ...
0
votes
1answer
78 views
IIS 7.5 not responding to bindings
I am setting up a new server, all the IP addresses are assigned to the NIC.
I have setup the first website on the server via IIS 7.5
On my local machine I have setup the host file to direct a url to ...
0
votes
1answer
35 views
Odd web server requests that look like truncation and concatenation, possibly IE-related
We're logging a few errors consistently that we don't know the cause of. The user agent string indicates this is almost always, if not always, Internet Explorer. (More than 90%, the remaining either ...
1
vote
1answer
89 views
Connection String for MS SQL Server 2008 using Windows Authentication
MS SQL Server and the web application are both on the same machine.
In web.config, I have:
connectionString="
Server=COMPUTER_NAME\MSSQLSERVER;
Database=MyDatabase;
Integrated ...
0
votes
1answer
39 views
HTTP GET get HTTP/1.1 0 response code
Occasionally GET requests to my IIS7 server get a response code of HTTP/1.1 0
I've been trying to find some information on this, but so far I'm coming up empty.
I've only seen this sort of behavior ...
0
votes
2answers
47 views
how install php (for support php apps) side by side iis 7.5 on windows server 2008 R2?
i am using windows server 2008 R2 (iis 7.5) and looking for the best and clean and quick way for preparing my web server with php applications without any conflicts with installed iis.
also i have ...
0
votes
2answers
52 views
Create multiple websites on one iis without domain names
I have Test server with iis 7.5, and i need to create 3 different websites in it. because this is a test server i don't have domain names yet for each site.
I know i have option to give each site ...
0
votes
2answers
53 views
How do you change the cert template that IIS 7.5 uses automatically when you choose to “Create Domain Certificate”
In IIS, there is an option to "Create Domain Certificate." This works great except for one problem. The template that this process uses is the "Web Server" template in the CA which has a key with ...
0
votes
2answers
97 views
uploading large files (mp4) to IIS 7.5 gives 500 Internal Server Error
I made a website on which i need to be able to upload video files and it has worked for quite a while. However after a while it just stopped working and now it will give me the following IIS error ...
0
votes
2answers
67 views
Getting http 401.3 error despite giving the Application pool Identity permission on the website folder IIS 7.5
My Application users are getting http 401. error when they try to browser to my application.
My app is a intranet Web Application which uses Windows Authentication. Anonymous authentication and ...
0
votes
1answer
120 views
IIS 7 ARR Reverse Proxy Over https
I have a very simple reverse proxy setup in IIS7 using ARR and rewrite module that takes all traffic on an IP and routes it to a different IP running on a different server.
<rule ...
0
votes
0answers
83 views
IIS crashes with unhandled exception in ASP.NET
We had an issue recently with an unhandled exception in an ASP.NET C# application bringing down IIS and all application pools that it was hosting. IIS Manager was unable to restart or stop/start the ...
0
votes
1answer
119 views
ASP.NET Web API returns 404 for PUT only on some servers
Ok, I have been racking my brain and the internet for a solution to this. I just can't figure it out.
I have written a site that uses ASP.NET MVC Web API and all working nicely until I put it on ...
0
votes
0answers
39 views
added IP address to Win2k8r2, unable to use it in IIS
I've gotten another IP address from my host. I added it to the networking settings. I can now ping that new IP address. I've bound a site in IIS to that new IP address.
But i can not connect to that ...
0
votes
0answers
39 views
migrating from iis 6 to iis 7.5
I have few websites that need to be migrated from IIS 6.0 to IIS7.5. As per my analysis, there won't be any change needed in the code of site other than updating the web.config file for httpmodules ...
1
vote
2answers
95 views
Is there a site setup control panel for IIS 7.5 and Windows 2008?
In Windows 2003, there was a SharePoint driven control panel that would set up a new IIS web site, FTP, FPSE, and whatnot very easily. Permissions were handled, accounts were added, everything except ...
3
votes
2answers
106 views
IIS 7.5, need help to understand how app pool recycling works
I am using windows server 2008 R2 to only host one application (asp.net mvc3). The first time the initial page load was really slow.
In my app pool recycling setting, only "regular time ...
2
votes
2answers
132 views
Win2k8R2 / IIS 7.5 - users getting 503 response, no 503 error reported in logs
I've got 2 web servers with mirrored content. There's a load balancer sitting in front of them.
Starting yesterday we've been getting people complaining about 503 errors. i can't find any 503 errors ...
1
vote
3answers
45 views
There is anything to consider in change IIS Pool Identity to Network Service instead ApplicationPoolIdentity?
I'm facing a problem with IIS Pool Identity. I need to give right permissions to it user, but i cannot find the user that is setted to the IIS Pool Identity, that is ApplicationPoolIdentity. I find ...
0
votes
1answer
64 views
How can i edit my asp.net mvc3 web application that is published on IIS 7.5
i have published an asp.net mvc3 web application three months ago on ISS 7.5 using the web deployment package from the visual studio. i have selected the item to be deployed to be "Only files needed ...
0
votes
0answers
87 views
embedded tomcat 7 behind iis 7.5 proxy ssl problems
I'm using embedded tomcat 7 behind a iis 7.5 proxy server, with requests being forwarded to tomcat with arr.
Everything works fine unless iis is set to require ssl.
Then things like links that are ...
0
votes
0answers
41 views
php_imagick.dll is not loading on IIS 7.5 on windows server 2008 using plesk manager
i am using virtual dedicated server and the configuration is windows server 2008 R2 standered edition. I recently upgraded it to PHP version 5.3.10(thread Safe version). I Installed PHP ImageMagick ...
0
votes
2answers
58 views
Bind IIS wildcard subdomain
I need to add a "Site Mapping" on IIS 7.5 to accept domains that meet some wildcard, for example: I need some web site to be mapped to the subdomain:
*.aaa.bbbb.com
That means: anything.aaa.bbbb.com ...
0
votes
1answer
118 views
Unable to run web application for .Net framework 2.0, 3.5 in IIS 7.5
I am having DELL laptop with Windows 7 professional, IIS 7.5.
I have installed .Net framework 2.0, 3.5, 4.0.
Some of my old asp.net applications are built on framework 2.0 and 3.5.
I tried ...
0
votes
1answer
83 views
IIS 7.5: ISAPI Extension sending file gets interrupted
I'm testing a 32-bits ISAPI extension on a web-server with IIS 7.5 and get strange behaviour in some cases. At a certain point in the web application, a URL serves a large (a few MB) JPEG file ...
0
votes
0answers
58 views
How to create new roles when i publish my asp.net mvc 3 on iis 7.5 express
i used to create new roles and assign new users to these roles by clicking on the "ASP.net Configuration" icon inside the MS visual visual web developer 2010.
But after i published my asp.net mvc3 web ...