-
Posted to
IIS 7 - Troubleshooting
by
andy18
on
11-26-2009, 9:38 PM
Hi -
I have IIS7 running on a Windows 2008 DC SP2 64bits installed. I was trying to change the binding of the IP on the websites on the server due to IP renumbering requirement but when I click on the "edit" button, it shows me the message of:
There was an error while performing this operation. Details Filename: ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
andy18
on
07-10-2009, 12:14 PM
The existing rules that I have on both ARR is default which I have created when I created the Server farm. I have not made any changed on the rules except the load balance distribution.
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
andy18
on
07-10-2009, 10:46 AM
Hi Anilr,
Thanks for replying. I have the failed request tracing modules before ARR is loaded and have captured that based on your request. Which part in the log should I be looking into.
As an additional note, the site now loads but the CSS of the application does not loads.
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
andy18
on
07-10-2009, 12:26 AM
Hi All,
I have ARR installed within the Windows 2008 Hyper-V as follow:
Server 1:
Hyper-V 1 : ARR, DNS and RRAS ( Assuming public IP 10.10.10.1 and private IP 192.168.0.4 )
Hyper-V 2 : IIS ( application server ) ( private Ip 192.168.0.5 )
Server 2:
Hyper-V 1 : ARR, DNS and RRAS ( Assuming public IP 10.10.11.1 and private IP ...
-
Posted to
IIS7 - Classic ASP
by
andy18
on
08-18-2008, 10:26 PM
is the site running as isolated application pool other than Network Service user? If yes, check and make sure the user has access to the mailroot directory.
-
Posted to
IIS 7 - Troubleshooting
by
andy18
on
06-13-2008, 6:03 PM
hi Guys,
Have some issues here that require your expert advice. I have one Windows 2008 Web Edition loaded with IIS7.0. Everything has been installed with default but somehow the IIS server is not processing any incoming request? I try to load any websites added in the Web Server including the Default Website as well as ...
-
Posted to
IIS7 - UI & Remote Management
by
andy18
on
11-11-2007, 10:14 PM
anyone from IIS.Net ? :-(
-
Posted to
IIS7 - UI & Remote Management
by
andy18
on
11-10-2007, 7:15 AM
Hi Steve,
Argh... the option does not exist in the machine.conf on my RC0, I just remove the lines. Yep, I did ran the test and sent out the details to Nitasha and Carlos but so far have not received anything from them, perhaps I will post the output here:
** Nitasha / Carlos : If you guys ever see this post, please let me know, we ...
-
Posted to
IIS7 - UI & Remote Management
by
andy18
on
11-10-2007, 2:22 AM
Hi Steve,
Thanks for the heads up. Didnt realize there is a missing " in the config. :-) Anyhow, updated the machine.config but still no luck in connecting via the Remote Web Management Service, still throwing the 500 error
-
Posted to
IIS7 - UI & Remote Management
by
andy18
on
11-09-2007, 7:44 PM
Hi Steve,
I suppose you are referring to this line
<section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
I added the line as you proposed:
<section name="identity" ...