Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
0
votes
0 answers

IIS7 Digest authentication credentials forgotten between pages

I'm able to authenticate using AD credentials and the requested page loads fine, but IIS is re-requesting authentication for every page change or page refresh. If this is normal behavior for this type of authentication, what would be a better way…
0
votes
1 answer

IIS 8.5 - serving compressed file on first request

I've read this post. It says that a file is compressed (on default) only if it was requested 2 times in a 10 seconds period. How should I configure frequentHitThreshold and frequentHitTimePeriod for making the server compress and cache a static file…
johni
  • 109
  • 1
0
votes
1 answer

IIS total file size limit per user

I have a virtual directory shared among all users on an IIS 7 FTP server (they still have their private directories). I'll have to limit the maximum amount of files that each user may upload in this shared directory. However, I can't seem to find…
0
votes
1 answer

configure IIS 7.0 meta database issue

I am using IIS 7.0 + Windows Server 2008. Anyone has experience to configure the Timer_MinBytesPerSecond configuration items -- either programmatically or manually is fine? I also want to know how to check the current values for…
George2
  • 1,137
  • 6
  • 22
  • 41
0
votes
1 answer

“Unable to connect to remote server fail” in HttpWebRequest

I am using VSTS 2008 + C# + .Net 3.5 to develop a console application and I send request to another server (IIS 7.0 on Windows Server 2008). I find when the # of request threads are big (e.g. 2000 threads), the client will receive error "Unable to…
George2
  • 1,137
  • 6
  • 22
  • 41
0
votes
0 answers

How to Log Client IP Address when there is a Proxy Server between the Client and IIS server?

I hosted a sample ASP page in IIS server IP: 10.1.1.102 and forward proxy server ip as 10.1.1.106, when i try try to access the page through proxy from any other machine(eg:192.168.31.100), in IIS advanced logs i'm getting proxy machine IP…
Savio Mathew
  • 101
  • 1
0
votes
1 answer

IIS7 setting user permissions for network drive directory

I have IIS7 server (where i running some PHP) on network drive (drive 1), when im trying acces another network drive (drive 2), where are need to acces PDF files with pdftotext.exe. On drive 1 i also have a virtual/link directory which points on…
0
votes
1 answer

IIS front end of jboss

I wanted to know is it possible to place IIS 8 in front of two jboss 5 nodes hosting on Linux.Two jboss nodes are ruuning in cluster on two different machines.Is it possible for IIS to load balance and fail over the jboss servers. Thanks, Umar
umar khan
  • 66
  • 5
0
votes
0 answers

Unable to install IIS 7 on windows server 2008 R2

We are unable to install IIS 7 on windows server 2008 R2. After analyzing few things, the Server Manager was also not working and was prompting for continues reboot. Now, somehow we fixed the Server Manager issue by referring to the below link:…
Saravanan
  • 1
  • 2
0
votes
1 answer

How do I enable server certificates option in iis7

I'm administrator on a Windows box with IIS7 installed (specifically, 7.5). I'm trying to set up a self-signed certificate, so I can enable https for a web application I've set up within an IIS Website. The 'Server Certificates' option doesn't…
Chris Halcrow
  • 233
  • 2
  • 12
0
votes
1 answer

Haproxy Problems url context and SSL

I have a question about a acls with path_beg in https frontend . My enviroment : haproxy ==> acl 1 /web1 ===> https://app/web1 haproxy ==> acl 2 /web2 ==> https://app/web2 Config: frontend https-in mode tcp bind…
0
votes
1 answer

IIS URL Rewrite - Rewriting for subfolders to pages

All, I have spent almost a day trying to figure this out. I am helpless now after all the searches and want to reach out to the community. I want to redirect any traffic on my website based on the following rule https://www.test.com/abc ->…
Ron
  • 103
  • 4
0
votes
1 answer

IIS 7.5 - application foldername redirecting to match case and dropping query string

There's an IIS 7.5 + ASP.NET 4.5 application named /AppName/ in a website. When visiting http://example.com/appname/url?query=string, the browser is redirected to http://example.com/AppName/url to match the case of AppName (i.e. uppercase "A" and…
sa289
  • 1,318
  • 2
  • 18
  • 44
0
votes
2 answers

Register a DLL on IIS7 without registering on the actual box.. possible?

I have an old application that I am migrating to new web hosting. I had full access to the old web server, so for that particular site I had to register a DLL on the actual windows 2003 server. The DLL has to do with the FDF toolkit from Adobe (…
Roeland
  • 167
  • 1
  • 8
0
votes
1 answer

IIS7 App Pool stops for inactivity, but doesn't restart when page is requested

We recently moved our webserver from one hosting collocation to another and everything seemed to come online nicely. Once I got back home, I got a call from a customer saying that their site had gone back down. Checked the server and it was still…
Anthony Shaw