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

recreating Default Web Site renders other sites inaccessible

After recreating a previously deleted Default Web Site in IIS 7, the other sites are no longer accessible by host header (all on :80). Assuming the local domain is called company.local and having both an A host record for webserver.company.local and…
Wim Ombelets
  • 101
  • 3
0
votes
1 answer

URL-Rewrite to One site But not the Other

We have our own domain and have several subdomains. One of the sites needs to be accessed only via SSL, but people are allowed to type http and still arrive there. The URL-Rewrite forces the http into https. So my two subdomains are: …
bgmCoder
  • 706
  • 4
  • 16
  • 29
0
votes
4 answers

Make iis7 accessible from the internet

How can i Make iis7 accessible from the internet ? i opened port 80 on my router and firewall but i use try to access it i get the router configuration . any ideas ??
0
votes
1 answer

IIS 7 Url Rewrite Not Working

Inbound IIS7 Url Rewrite Rule not working Below is the URL Rewrite rule I've defined.
dnoxs
  • 121
  • 1
  • 3
0
votes
1 answer

self-signed certificate issue in IIS 7.0

I am setting up IIS 7.0 on a Windows Vista box. I am using self-signed certificate (by using built-in Create Self-Signed Certificate feature of IIS 7.0) on a web site. The I can browse from the local machine (the machine with IIS and web site) for…
George2
  • 1,137
  • 6
  • 22
  • 41
0
votes
1 answer

iis7 bandwith throttling for downloads via iis media services?

I am looking after a sever that is managing the downloads of software updates released by the company where I work. The throttle in IIS7 seems to limit the total rate and not the rate each individual download gets. I was thnking on installing media…
MikeJ
  • 1,381
  • 4
  • 13
  • 24
0
votes
1 answer

Servers vs. Worker Processes

Just wanted to get some other opinions. I am currently having a discussion on how to go on a web environment. We want to virtualize our web layer for a very active site. However, there is a debate going on as to which is better. More servers or…
0
votes
0 answers

How can we log file download successes and failures from IIS7?

We have a dedicated server: IIS7 Windows Server 2012 R2 Standard This servers sole use is to serve files ~120MB in size. We're looking for the simplest way to log how many downloads were: Started Completed Not completed For each of the files we…
Tom Gullen
  • 385
  • 4
  • 8
  • 24
0
votes
1 answer

IIS Machine Has No LAN IP?

I spent three hours fighting with this yesterday, so I'm hoping someone will be able to help. I'm great at programming and webmastering via cPanel, but I'm presently a total n00b at setting up servers. I have a Windows 7 machine that has been…
CodeMouse92
  • 111
  • 6
0
votes
1 answer

IIS 7 filling disk with millions of certificate files

I've got an ASP.NET website running on IIS 7. Using PA File Sight, I've proven that it is creating 2 to 3 new files in the C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys folder every minute. PA File Sight shows the user as IIS…
DougN
  • 670
  • 2
  • 7
  • 16
0
votes
1 answer

Default document is not loading- Not getting processed

We have set default document for one website. When we hit IP:port we receive blank page. But if we hit IP:port/Defaultdoc.html it is loading. It seems IIS is not processing the default page. What could be causing this issue. Is it related to some…
Ajo Mathew
  • 175
  • 2
  • 2
  • 11
0
votes
1 answer

Website can not connect to ODBC (no rights?) "Error: 80004005"

Background I am trying to migrate a website using MSSQL from MS Windows Server 2003 to a Server running MS WS 2008. It's been a while since I tried the last time (because I gave up on this problem) so I may don't remember correctly everything I made…
0
votes
2 answers

Cannot link IIS7 to network outside

I created a new website in IIS manager. The directory links to a folder in C drive, firewall and antivirus softwares are turned off. Now I could access the website by /localhost/ on the server computer, OR http://192.168.1.123 on any computer at…
MW_hk
  • 111
  • 3
0
votes
1 answer

Cannot load pages hosted in a local IIS server

I build an aspx webapp in .net4.0. To test it i hosted it using IIS 7.0. Now i can access the webapp on the computer , which i used to host iis, by typing either localhost\myapp or using its ip 192.168.1.2\myapp But i cannot access it on…
Kiran P
  • 103
  • 1
  • 3
0
votes
1 answer

Don't show IIS default page if ip address is visited

A pci company has pointed out that the IP addresses on our server should not be accessible - the sites should just be accessible via the domain name. Currently if you visit one of the IP addresses it shows the default/welcome IIS 7 web page, and of…
David Jennings
  • 113
  • 1
  • 3
1 2 3
99
100