Questions tagged [iis-7.5]

IIS 7.5 is the version of IIS that ships with Windows 2008 R2, Windows Small Business Server 2011, and Windows 7. A subset of IIS 7.5 is provided by IIS Express, optionally installed by the Web Platform Installer.

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 Editor
  • Request Filtering enhancements and UI

Because the OS used to run the web server is the Windows 2008 R2 / Windows 7 kernel, enhancements to those platforms are inherited by IIS.

A subset of IIS 7.5 is provided in IIS Express, optionally installed by the Web Platform Installer.

1231 questions
-1
votes
2 answers

How to setup multiple domains in IIS 7.5

I have the following domains: site1.com site2.com etc. site10.com I have been able to setup site1.com to point to my server and can access it with Remote Desktop. I want to add all of the other sites to access the same server. I have already…
-1
votes
1 answer

Access to local ftp server by host name or server name instead ip address

Im using IIS 7.5 in windows 7 to establish a local FTP server to serving other clients in a LAN. I modified site binding to add the server's local ip address (e.g. 192.168.1.2) to be able to access the server from clients using its IP and they could…
Mostafa Armandi
  • 101
  • 1
  • 2
-1
votes
1 answer

Change Directory Browsing Page in IIS 7.5

NOTE: This post is tagged ASP.NET but really that's just one of the language (families) in which I could write it. I really need assistance with configuring IIS (7.5). I have found many scripts and ideas to effect this but I require that it's not a…
-1
votes
1 answer

IIS 7 Serving all pages with an injected iframe

Possible Duplicate: My server's been hacked EMERGENCY This is not a duplicate. The question above doesn't explain how that can be done. My VPS just got hacked an all my pages are being served with an malicious iframe injected just before the html…
Andre Carlucci
  • 371
  • 2
  • 4
  • 11
-1
votes
1 answer

Windows Server 2008 R2 IIS 7.5 Windows Authentication

Previously, when using Windows authentication in an IIS application it would use the application pool identity to access the disk files. This meant the ACLs had to know the application pool identity for Read permission, etc. Impersonation is NOT…
-1
votes
2 answers

Why does localhost not work on Windows Server 2008 R2?

Why does navigation to localhost not work on Windows Server 2008 R2? The expected result is the IIS application hosted on the machine in question to be returned. Navigation to localhost/mySite returns a 404 however using machineName/mySite returns…
Chris Marisic
  • 1,424
  • 8
  • 33
  • 51
-1
votes
3 answers

Configure FTP Publishing on IIS 7.5

I have a server that is hosting multiple websites. I want users to be able to access their sites using FTP all running on port 21. Is this possible in IIS 7.5 (wont surprise me if it isnt!)
Jimbo
  • 309
  • 1
  • 5
  • 16
-1
votes
2 answers

iis 7.5 (windows 7) and 2nd (second) iis 5 (xp pro)

i have 2 computers. both were xp pro, so when i remote the main one i could have my 2 iis work like this: http://xx.xx.xx.xx/website - this is from the pc http://xx.xx.xx.xx/laptop/website - this is from the laptop now i have iis 7.5 on my pc so…
Y.G.J
  • 317
  • 5
  • 14
-2
votes
1 answer

Only 2 client IP addresses in IIS log file

I am a programmer asked to analyze IIS log files from a Windows 2008 web server. The domain is a state agency and users are from the agency's intranet, plus redirections from the web. Each log file covers one 24 hour period. On day one, there are…
-2
votes
1 answer

Where to place files for download on website?

Out of these following options, what would you guys recommend as a best practice or approach? I have a website that has a ton of pdf and word files that any one can click to download. What is the best way to serve these files to users? Create a…
chobo
  • 309
  • 2
  • 3
  • 6
-2
votes
1 answer

can you install iis 7.5 full version on windows 7?

I have windows 7 professional installed on my pc. I have IIS 7.5 installed, but not sure if that is express edition or not. I deployed my WCF app on the IIS server. kept getting this error message. The protocol 'net.msmq' is not supported. did a…
qinking126
  • 351
  • 1
  • 4
  • 12
-2
votes
1 answer

Giving full access to IIS to non-admin users using command line

How can I give a user full access to IIS without being Local Administrator, using command line? I would like to have a BAT-script on a machine, which asks for "DOMAIN\username" as input, then gives that user all necessary access to IIS (locally…
Baguette
  • 1
  • 2
-3
votes
1 answer

script to know application pool,bindings

Do we have any powershell command or powershell script to get the website details as website name, application pools associated to,.Net version,bindings mapped to website. do we have a single line command or any script where we can get the…
vikas
  • 349
  • 3
  • 6
  • 13
-3
votes
1 answer

Windows Server 2008 iis 7.5 classic asp mdb DB via DSN odbc

I had a a simple site on a 2003 IIS 6 server for years. I have a small DB in a Mdb file. Everything was great, until I've upgraded to a windows 2008 R2 64bit IIS 7.5 server. I've transferred the site perfectly including adding ODBC (32bit), enabling…
-3
votes
2 answers

Can one website be accessed via multiple domains with ssl?

Can a website on a vps with a dedicated ip be accessed via multiple domain names and use ssl where needed? How would this be done on IIS 7.5 WIndows R2 2008
n_kips
  • 205
  • 1
  • 2
  • 5
1 2 3
82
83