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
1 answer

Web Hosting STARTER IIS7 sub domain isn't working

I have created sub domain, but when am browsing it in a browser it shows an error: "This webpage is not available". Do I need to add some records in DNS Zone ? Normally in other hostings I haven't met such problem, cause sub domain was working…
aiddev
  • 101
  • 2
0
votes
5 answers

IIS wont run a BAT File

The problem we have run into is as follows. We have an ASP.NET WebService which runs under IIS7. The code in the WebService works 100%, however when the WebService tries to run a .BAT file, nothing happens. Nothing at all, the code doesn't crash,…
Kyle Rosendo
  • 149
  • 1
  • 2
  • 9
0
votes
2 answers

Set up FTP on IIS7

I have been breaking my head over this seemingly simple problem. I want to provide FTP access to specific folder to a specific user on my server. This is what I did. Create a new user, let's call him John Gave new user (John) full permissions on…
0
votes
1 answer

Site Hosted in IIS7 Continuously Prompting with Windows Authentication

I've read most of the articles posted about this topic already and nothing has resolved this issue, so I figured it was time to post. I have an intranet site that uses Windows Authentication within our network. Everything was working fine for a…
JNYRanger
  • 113
  • 7
0
votes
0 answers

IIS7 (Azure) HTTP -> HTTPS redirect fails with certain query strings

These are how my rules are setup for a NodeJS application running on Azure:
Sean
  • 1
0
votes
0 answers

IIS Intranet Users Login

I have a web application deployed in IIS 7. I want to configure it so that others from all intranet Domains can login to the web application. Here are the things I've done: Enabled IIS Windows Authentication I go to "lusrmgr.msc" Local Users and…
0
votes
1 answer

Windows Server 2008R2 IIS Appcrash

We have a web application hosted on several servers of our customers. Recently on only one of them, apppool is recycled about every 15 minutes. I've checked the event viewer and there is no "Warning" level log that contains some help on any…
Hosein
  • 109
  • 3
0
votes
2 answers

IIS7 HTTPS Certificate Binding: Rejecting traffic to a particular subdomain?

I'm using Windows 2008 Server and IIS7. Suppose I have one SSL certificate for both foo.example.com and bar.example.com bound to port 443 of my server. I cannot change the certificate. Suppose also that both foo.example.com and bar.example.com point…
user22119
0
votes
3 answers

Public facing sites don't resolve internally

I'm not sure if the title correctly describes the problem. We have websites setup on our sbs 2008 machine that are publicly available via an external address and internally available via an internal address. The external addresses are different sub…
Charlie Bear
  • 211
  • 3
  • 4
  • 14
0
votes
2 answers

How do I edit files in IIS7?

Disclaimer: I'm a complete IIS noob, I've only dealt with Apache servers. I have been given "full admin privileges" to RDP to a 3rd party server with IIS 7.0.6000 running on Windows Server 6.0 SP1. I'm trying to edit files in…
meder omuraliev
  • 1,721
  • 3
  • 21
  • 30
0
votes
1 answer

Virtualized IIS 7 Intranet page is slow when querying against SQL database

OK… I’ve been tasked to figure out why an intranet site is running slow for a small to medium sized company (less than 200 people). After three days of looking on the web. I’ve decided to post what I’m looking at. Here is what I know: Server: HP…
0
votes
1 answer

SSL Certificates for Exchange 2013

I really need some help in configuring exchange 2013 and SSL. I purchased an SSL cert for my external domain - remote.company.com and this works fine as I have added the certificate and applied it to IIS. However, outlook seems to use IIS too, and…
Simon
  • 231
  • 1
  • 2
  • 8
0
votes
1 answer

Intermediate Certificate Authority (CA) Installation Instructions for Microsoft IIS

I am following the Intermediate Certificate Authority (CA) Installation Instructions for Microsoft IIS from this link. I completed the step 1 and step 2 but in step 3 they said "From the left pane, click Intermediate Certification Authorities" I…
0
votes
1 answer

File Access exception when accesssing PDF from IIS7

I have a pdf file on a windows server running IIS7 that I use as a template to create a printable/offline version of my web form. I access it in an APS.NET application using an .ashx handler. Initially it worked fine, until I moved to Production,…
Chloe
  • 101
  • 4
0
votes
1 answer

When should you let IIS auto-generate machine keys compared to using a static one?

I know very little about IIS but from what I've read there are lots of reason why you should generate a key and stick with that one. I haven't seen any reason to let it automatically generate one at runtime, though. Aside from being marginally…
sab669
  • 101
  • 2