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
2 answers

Cannot Get Ported Over Website to New Win2008 Server to Launch

We have an old Windows 2003 server that we are shutting down soon. I am a C# Software Developer, so I use IIS a little. Everyone else here is Apache, so this job is falling on me. I've got IIS7 installed, and I used Visual Studio 2010 to copy the…
jp2code
  • 175
  • 2
  • 13
0
votes
1 answer

Module feature not shown in iis7 manager

When I open the iis7 manager (on vista ultimate) i see a lot of feature icons displayed like .NET compilation, ISAPI filters. But I do not see the Module icon. Where is it determined what I see in iis7 manager and how can I get de Module feature to…
Jan Verhoeven
0
votes
2 answers

Set up Vista Business as webserver?

I have a machine with Vista Business OS on it which I want to setup as a small webserver. I have installed IIS via Windows Add/Remove components. I have disabled the windows firewall and the norton security on the machine. I can access the web…
James
  • 161
  • 1
  • 2
  • 11
0
votes
1 answer

Granular Redirects in IIS and ASP.NET MVC

The marketing people decided that they want us to change the URL of a page. So anything like: http://www.boyscouts.org/NewClubOpening/ http://www.boyscouts.org/NewClubOpening?c=16 http://www.boyscouts.org/NewClubOpening?c=16&s=invite Should…
Slinky
  • 1,027
  • 3
  • 15
  • 26
0
votes
1 answer

Does enabling more IIS logging fields consume resources?

It seems that IIS7 doesn't enable the bytes sent and bytes received fields in its logs by default. I would like to enable them so I could watch bandwidth consumption of individual sites, but my server is short on resources and barely able to keep up…
0
votes
2 answers

Tomcat and IIS 7 both on different ip's and different ports

I have Tomcat and IIS 7 installed together on a Windows 2008 server. The machine has two IPs (134.133.1.1 and 134.133.2.2). I want Tomcat to handle 134.133.1.1, on port 80, and IIS to handle both 134.133.2.2, on port 80 AND 134.133.1.1, on port…
n00b
  • 51
  • 5
0
votes
2 answers

How to setup an App_Code virtual directory in IIS7?

In IIS6 you can't setup the App_Code directory as a virtual directory. However, I found that you can setup a virtual directory within the App_Code directory and IIS6 will compile the code into the __code assembly. It seems that IIS7 won't do this,…
jedatu
0
votes
0 answers

Is there a way to set IIS7 to save changes to applicationHost.Config when using GUI

I have noticed when I make changes to web sites or application folders in IIS7 the changes will be put in the web.config. Example changes are, default documents, response headers, etc. I would like these changes saved in the applicationHost.config.…
Brettski
  • 942
  • 3
  • 20
  • 31
0
votes
2 answers

phpymyadmin - Unable to load dynamic library 'ext\php_interbase.dll'

I am installing phpMyAdmin (4.2.3) on Windows 2008 R2, with IIS7, PHP 5.5.12 and get the error "PHP Startup: Unable to load dynamic library 'ext\php_interbase.dll' - The specified module could not be found." The file 'ext\php_interbase.dll' is…
redevelop
  • 1
  • 1
  • 1
0
votes
1 answer

404 not found error on Rails app with Helicon Zoo on Windows Server

I'm trying to run Rails App with Helicon Zoo on Windows Server 2008 R2. For the test case I used Redmine 2.3 that goes with the Helicon Zoo module. Redmine has been installed successful, but it is available only from local network. I've configured…
0
votes
1 answer

IIS 7. Not authorized to perform the current operation

I'm running IIS7 on Windows 2008. Recently, one of the web sites just stopped allowing me to connect via Frontpage Server Extensions 2002. Visual Studio keeps coming up with the error, "Unable to open the Web site '...'. You are not authorized to…
slacker
  • 101
  • 2
0
votes
1 answer

How to make IIS 7 pass all requests to asp.net

I have IIS 7 running an ASP.NET MVC application I would like all URLs, regardless of any extension (eg *.csv, *.xml) to be handled by asp.net (ideally just going through the normal MVC rooting). I used to be able to do this (using a wild card mapped…
zod
  • 103
  • 1
  • 3
0
votes
1 answer

Accessing host machine IIS Web Application via Win7 VM

I have a .NET development environment on my host machine which uses IIS 7 to serve the ASP application. I have loopback adapters set up to serve the website on 192.168.1.189 using the host file. I am needing the ability to test this same web app…
Matt Hintzke
  • 101
  • 1
0
votes
0 answers

Inconsistent IIS access across subnets/sites

Good morning everyone. I have a strange IIS issue I could use some assistance with. Site setup: 2 * Exchange 2010 CAS servers running in a CAS array with WNLB on subnet A 2 * Exchange 2010 CAS servers running in a CAS array with WNLB on subnet…
0
votes
0 answers

Windows 2008 IIS URL Rewrite not rewriting to index.php, Getting 404 Error instead

It is not an issue with web.config, I know this because I reinstalled IIS to fix an issue. But for completeness, here is my web.config:
brizz
  • 1
  • 1
  • 3
1 2 3
99
100