Quantcast
Channel: All Forums
Viewing all 26310 articles
Browse latest View live

Problem with page fields blanking after 60 seconds

$
0
0

Hi. I am starting to have users test my ASP.NET web applications for the first time. I am finding that if they sit on a page for 60 seconds or more, whenever they click a button or do some action that causes the page to be submitted after that time, all of the fields on the page go blank. It basically resets everything back to an "initial" state. If they do something on the page before 60 seconds, it is fine. I cannot seem to find anywhere in IIS or my web.config that mentions 60 seconds. I've done some web searching but am not having any luck. When I test the application in Visual Studio, I can sit on the page forever and it does not reset, so I am leaning towards this being an IIS setting, but again that's a guess.

These applications are hitting a database. In the application I am troubleshooting, the scenario that is happening is like this:

  • log in
  • do a search to return data from a record into a page full of text fields
  • scroll through records look at different data
  • sit on the page doing nothing and wait at least 60 seconds
  • try to scroll to the next record, and the text boxes come back blank and its as if there are no records
  • another search can be done that again returns results

When running the application through FireFox or Chrome, this does not happen. It only happens when using Internet Explorer.

I have been trying to troubleshoot this through Fiddler. Here is a sample header from the application:

POST http://test.server.com/testapp/ HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Referer: http://test.server.com/testapp/
Accept-Language: en-US
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: test.server.com
Content-Length: 16498
Connection: Keep-Alive
Pragma: no-cache
Cookie: __utma=41117988.540028367.1415030686.1415030686.1415030686.1; __utmz=41117988.1415030686.1.1.utmcsr=test.com|utmccn=(referral)|utmcmd=referral|utmcct=/testapps/testapp/login/login.aspx; ASP.NET_SessionId=0g0fwulvgth3sua0pi3tabgd; adAuthCookie=0D04C28C862E29E920409

After I sit on the page for over a minute, the header changes to this:

POST http://test.server.com/testapp/ HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Referer: http://test.server.com/testapp/
Accept-Language: en-US
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: test.server.com
Content-Length: 0
Connection: Keep-Alive
Pragma: no-cache
Cookie: __utma=41117988.540028367.1415030686.1415030686.1415030686.1; __utmz=41117988.1415030686.1.1.utmcsr=test.com|utmccn=(referral)|utmcmd=referral|utmcct=/testapps/testapp/login/login.aspx; ASP.NET_SessionId=0g0fwulvgth3sua0pi3tabgd; adAuthCookie=0D04C28C862E29E920409
Authorization: Negotiate TlPEKDLEIWPKLVADl4II4gUUUUUUUUUUUUUUUUUUUUAGWKDlSSSSDw==

And the page fields go blank. After I do another function on the page, it goes back to like the first header. So it looks like some sort of authentication negotiation is going on after 1 minute that blanks out the fields. I am not sure if that is really the case as this is all new to me, but every time I've tested this the same thing happens - the headers look like the first one, sit for at least 1 minute, the header with "Authorization: Negotiate" comes up and the fields go blank. This behavior happens on any of the several ASP.NET applications that I have developed and am just starting to test.

There is no javascript that refreshes the page that I know of. The client and the server both have the correct time and time zone.

Here is the <head> tag for my page, in case it helps. This head tag is pretty similar between all the apps.

<head runat="server"><title></title><link runat="server" rel="shortcut icon" href="~/favicon.ico" type="image/x-icon" /><link runat="server" rel="icon" href="~/favicon.ico" /><link rel="stylesheet" type="text/css" runat="server" href="http://testserver.com/shared/css/Site.css" /><link rel="stylesheet" type="text/css" runat="server" href="http://testserver.com/shared/css/jquery.fancybox.css" media="screen" /><link rel="stylesheet" type="text/css" runat="server" href="http://testserver.com/shared/jquery-ui/1.11.1/themes/redmond/jquery-ui.css" /><script type="text/javascript" src="http://testserver.com/shared/scripts/jquery-1.11.1.js"></script><script type="text/javascript" src="http://testserver.com/shared/jquery-ui/1.11.1/jquery-ui.js"></script><script type="text/javascript" src="http://testserver.com/shared/scripts/jquery.fancybox.js"></script>   <script type="text/javascript">$(function () {$("[id$=txtDateReceived]").datepicker({
                changeMonth: true,
                changeYear: true
            });$("[id$=txtDocumentDate]").datepicker({
                changeMonth: true,
                changeYear: true
            });$("[id$=txtDateFiled]").datepicker({
                changeMonth: true,
                changeYear: true
            });
        });</script></head>


ASP Classic Upload and Insert To Database

$
0
0

Hi ya'll, I'm new here.

I've recently been searching around the Interwebs for basically, this (and I'll describe it as much as I can)
I basically am looking for something that you can upload an image to a file folder (like example.com/uploads/)  and then it inserts the new URL of the image to a table named tblUserPosts that goes with along with their User ID and the post text.

Any recommendations on this? Any help is greatly appreciated. Thanks!

how to redirect unavailable sub domain to main domain?

$
0
0

my website has 5 sub domains and i set default IP address to the main domain.

my problem is when user enter   blablabla.xxx.com , user can see main domain but on entered URL,

i mean see main domain page but at   blablabla.xxx.com URL.
how can i redirect it to xxx.com , i mean when user type any sub domain name that is not available automatically redirect to main domain URL.

i should use URL rewriting? or change some settings on my IIS(7)?

Publishing website

$
0
0

I have a created a website and when I run it from Visual Studio(IIS Express) it works fine, but when I published it onto IIS (on my local machine) it throw an object not set as an instance exception when trying to execute a method from another class. I repeat, the the project is working on VS.

Can anyone help me?

Delivery Status Notification (Failure)

$
0
0

Dear All,

We are sending the user registration confirmation emails from our asp.net web application.

Email sending through SMTP server.

But most of the time emails doesn't deliver.  But using valid sender and receiver emails.

error message like

Subject: Delivery Status Notification (Failure)

This is a MIME-formatted message.
Portions of this message may be unreadable without a MIME-capable mail program.

Action: failed

Status: 5.5.0

Diagnostic-Code: smtp;550

So i checked Badmail folder and there more then 20000  mails

How to solve this

.

how to redirect invalid subdomain to main domain?

$
0
0

how can i redirect invalid entered subdomain URL to my main domain.

i mean sadfsdfsdf.mydomain.com     redirect to     mydomain.com

i should config iis or what?

How do I prevent AspxSpy?

$
0
0

AspxSpy : http://code.google.com/p/aspxspy/downloads/list

Server : Windows 2008
Sp : Service Pack 2
Hotfix : All installed
IIS : All sites different user and different application pool

Postbacks fail after upgrade from .NET 3.5 to .NET 4.5.1

$
0
0

I've searched for anything similar to what I'm experiencing for a couple of days now with no luck.  I recently upgraded a suite of Web Forms Applications from .NET 3.5 to .NET 4.5.1.  After cleaning up a few referencing issues surrounding NuGet packages, I managed to get everything building and running (locally: IIS8) much easier than I expected. 

However, once I uploaded everything to the production server (IIS 7.5, Windows Server 2008 R2), I noticed that post-backs, whether they be triggered from a LinkButton or an autopostback on a DropDownList, only work intermittently.  The first load of the page, everything works fine.  Go to the page again a minute later, click the same button, and the post-back happens but the event handler isn't reached.  The event handlers are attached either via the OnClick or OnChange properties or the 'Handles' Clause in code-behind.

One thing that I find curious is that when the postback happens on a link button click event and the event handler isn't reached, the form is reset.  Does that suggest a ViewState related issue?

Again, everything worked fine when the application was targeting .NET 3.5, and even now that it's targeting 4.5.1 everything works fine when debugging on my local machine (with IIS8), but running in IIS7.5, post-backs are a huge problem.

Any ideas, suggestions would be greatly appreciated.


iisexpress.exe (v4.0.30319) exited with code -1 (0xffffffff)

$
0
0

I have a well aged web app consisting of both classic ASP and ASP.Net, which I am trying to run/debug from VS2012, using IIS Express (previously I used to develop against IIS 6).

It starts up and I can navigate round a few pages, but after a short time it crashes, with the final few lines of output being:

The program '[8044] iisexpress.exe: Native' has exited with code -1 (0xffffffff).
The program '[8044] iisexpress.exe: Managed (v4.0.30319)' has exited with code -1 (0xffffffff).

About the same time, the event log gets a 15001 HttpEvent:

Unable to create the log file for site W3SVC0. Make sure that the logging directory for the site is correct and this computer has write access to that directory.

I suspect the company policy on location and security of user profile directories has some impact on this, and have tried to relocate the IISExpress home, following the instructions on creating a registry entryCustomUserHome in HKCU\Software\Microsoft\IISExpress, but this has not had any effect.

Would appreciate some advice, or being pointed to any guides on tracing errors with IISExpress.

Classic ASP doubts

$
0
0

I have recently started to work with Classic ASP. My environment windows 7 and IIS 6.1. I have following doubts:

1. Is it necessary to install any ASP.Net  version in order to work ASP? If not needed how can i configure it in local IIS?

2. Hope that ASP is a predecessor of ASP.Net, So there is no relation between those. Am i right?

3. When i debug the ASP application, i found that it was run by a "Worker Process" (w3wp) and have "Default App Pool" (.Net Framework 2.0). Since i am a ASP.Net web developer, i believe that "Worker Process" and "App Pool" concept is for ASP.Net not for ASP?

IIS 8.5 Cannot set App Pool Identity

$
0
0

I have a virgin install of IIS 8.5 and I'm trying to recreate our IIS 7 configurations.

I created an app pool and need to set the identity to a domain account.  The domain account is a member of the IIS_IUSRS and local Admin groups.

I ran the aspnet_regiis -ga admin\svc_webapptst command for both .NET 2 and 4 in both 32 and 64 bit.

I keep getting the error: The value does not fall within the expected range.

Any thoughts before I end up calling MS support and wasting $$?

Thanks

Ron

Could not create SSL/TLS secure channel from dotnet web application

$
0
0

Hi,

In our web application we have social app integration (like facebook, linkedin), when we try to connect facebook or linkedin from our application, its throwing error like and its not connecting to facebook, twitter and linkedin

("System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.\\\\\\\\r\\\\\\\\n   at System.Net.HttpWebRequest.GetResponse()\\\\\\\\r\\\\\\\\n   at cotcwebmethods.FbAccesstoken_Register(Nullable`1 ID, String clientID, String AccessToken, String UserID, String UserName, String UserImage, String Email)

but the function works for sometimes when i recycle my application pool from IIS, can you please guide me in this issue.

Can't transfer string greater than 8kb in HttpClient request and can´t save byte array greater than 8kb on sqlserver

$
0
0

Hi everyone, i don't know if this question doesn't goes here, i'm sorry if so.

I'm working on a project with IIS 7.5, ASP.NET , SqlServer2008 and ASP.NET WEB API, i'm having trouble when trying to make a call to

HttpClient.PostAsJsonAsync() that contains a string greater than 8kb.


by the other side, i'm having trouble when i try to save to sql server a binary field greater than 8kb.

it doesn't works in the production server but it works very well in my local development server.

Please somebody can help me

Thanks in advance.

IIS8 Manager Service missing in Management Panel

$
0
0

Hi,

I have Windows 8.1 running IIS v8.5.9600

I have a web site running on that platform

I can access the web site from the machine it is being hosted on e.g.:

but from another machine I can remote-desktop to the hosting machine but I cannot browse to the web page:

does not work from another machine.

I used Web Platform Installer to download "IIS Management Service"

Now "IIS Manager Service" shows up under "Task Manager" as running.  ( notice "IIS Management Service" but IIS Manager Service" is running.

But under "Management" of IIS Manager, I only have"

  • Configuration Editor
  • Feature Delegation
  • Shared Configuration
  • Web Platform Installer

As per: http://www.orcsweb.com/blog/peter/configure-iis-8-remote-administration/  Management Service should be there but it is not.

Anyway, that is where there is supposed to be a toggle to enable remote connections.

Please advise

Boyd

Replacing ColdFusion/Tomcat error messages

$
0
0

After having problems with one of the ColdFusion 10 updates running under IIS 7 there was a 'Service Unavailable' (503) error message from the Tomcat server showing on all the sites we run.

What we want to do is set up a system where IIS takes over if CF goes down and shows a nice error message which is different on each site.

Alternatively a way to easilly switch IIS from using CF to point each site to another local site while the CF server is down which could feed up a different Error/Maintanance message for each site.


Migrated IIS 6 to 7 - Not working 100%

$
0
0

Hello Everybody!

A bit of background information, I have been working on this project off and on for about 3 months now. I work on it for about a week, get discouraged and hit roadblock after roadblock, and then I give up. A few weeks goes by, and repeat the process.

I have looked at just about every tutorial I could find on migrating IIS 6 to 7, and I've totally started from scratch about 3 times now, each time getting a different result, which is the most aggravating part about the process. Well earlier this week I decided to give it another go, and decided to with the IIS Easy Migration Tool. I had done migrations using Web Deploy in the past, and have been unsuccessful.

Long story short, I did manage to get the website moved over to the new IIS box we have, and the application pool is there and everything. However, the problem that I have is that when I STOP the website on the OLD IIS box, the site no longer works on the new one. It's like the new IIS box is still relying on the hosting of the old server to access the site. As soon as the old IIS service goes offline, it stops working all together on the new box. I just get a "service unavailable" when trying to access the site on the new box. No clue why the new server is still dependent on the old one. Nothing appears to be logged in the Failed Tracing Requests log either.

Does anybody have any idea whats going on? I've been struggling with this for weeks now.

Tsunami SYN Flood attack

$
0
0

I'm trying to protect a web site being attacked by SYN Flood. I suspect the new Tsunami SYN Flood attack. The site is on a Windows 2012 R2 VM running IIS 8.5. The site is an older .NET 2 site using SQL 2008 R2 (another separate VM). The Hyper-V hosts and VMs are behind a Sonicwall TZ210. The firewall is showing active SYN Flood attacks like:

Performance monitor shows thousands of current connections on this one web site which is not real connections:

I'm working with Sonicwall to find a solution. I'm also exploring other firewall options.

My question is is there any features/options in IIS 8.5 to help protect against flooded requests on a web site?

Thanks in advance.

IIS 8 - Request Entity is too large

$
0
0

Hi, I am completely new to the world of IIS 8 so please bear with me.  I have a page and trying to upload files up to a size of 50 MB.  I get the following error: "The page was not displayed because the request entity is too large."  I did some Googling and discovered that I need to set the uploadReadAheadSize.  

The problem is that I'm not quite sure how to do that because I don't where settings files are located or where I do anything in IIS so after much head banging, I navigated to: 

C:\Windows\system32\inetsrv 

And ran the following command in command line:

appcmd.exe set config -section:system.webserver/serverruntime /uploadreadaheadsize:50000 /commit:apphost

I got the message: 

"Applied configuration changes to section "system.webServer/serverRuntime" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"

Okay...I figured it was done and tried the upload again but unfortunately, that didn't work for me so now I am unsure what to do.  If anyone wouldn't mind walking me through exactly where the settings files are that I need to edit would be great.  I am running IIS 8 on Windows Server 2012 R2.

Problems installing IIS

$
0
0

I'm having problems installing IIS on Windows 7. When I mark all the options in turn on off windows features I get "An error has occurred. Not all of the features were successfully installed."

WAS is not installed as many sites suggested.

From an elivated command prompt I ran the following: 

start /w pkgmgr.exe /uu:IIS-WebServerRole;WAS-WindowsActivationService and C:\>sfc /scannow

Nothing worked. Here goes the IIS7.log info

 

[10/28/2014 23:23:03] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:03] "C:\windows\System32\inetsrv\iissetup.exe" /install ProcessModel
[10/28/2014 23:23:04] Successfully started APPHOSTSVC.
[10/28/2014 23:23:04] Install of component ProcessModel succeeded!
[10/28/2014 23:23:04] Success!
[10/28/2014 23:23:04] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:04] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:04] "C:\windows\System32\inetsrv\iissetup.exe" /install W3SVC
[10/28/2014 23:23:05] Successfully started W3SVC.
[10/28/2014 23:23:05] Install of component W3SVC succeeded!
[10/28/2014 23:23:05] Success!
[10/28/2014 23:23:05] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:05] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:05] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/access
[10/28/2014 23:23:05] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/access
[10/28/2014 23:23:06] LaunchCommand Succeeded
[10/28/2014 23:23:06] Success!
[10/28/2014 23:23:06] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:06] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:06] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/handlers
[10/28/2014 23:23:06] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/handlers
[10/28/2014 23:23:06] LaunchCommand Succeeded
[10/28/2014 23:23:06] Success!
[10/28/2014 23:23:06] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:06] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:06] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpCompression
[10/28/2014 23:23:06] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpCompression
[10/28/2014 23:23:06] LaunchCommand Succeeded
[10/28/2014 23:23:06] Success!
[10/28/2014 23:23:06] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:10] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:10] "C:\windows\System32\inetsrv\iissetup.exe" /install Metabase
[10/28/2014 23:23:10] Successfully updated IIS_IUSRS rights.
[10/28/2014 23:23:10] Successfully populated IIS_IUSRS.
[10/28/2014 23:23:10] Successfully set IISADMIN install state.
[10/28/2014 23:23:10] Successfully removed old metabase files.
[10/28/2014 23:23:11] Successfully started IISADMIN.
[10/28/2014 23:23:12] Successfully installed metabase entries.
[10/28/2014 23:23:12] Successfully installed logging metabase entries.
[10/28/2014 23:23:12] Successfully removed IISADMIN install state.
[10/28/2014 23:23:17] Successfully stopped IISADMIN.
[10/28/2014 23:23:17] Successfully installed legacy snapin metabase entries.
[10/28/2014 23:23:17] Successfully started IISADMIN.
[10/28/2014 23:23:17] Install of component Metabase succeeded!
[10/28/2014 23:23:17] Success!
[10/28/2014 23:23:17] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:18] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:18] "C:\windows\SysWOW64\inetsrv\iissetup.exe" /launch_servicing C:\windows\SysWOW64\regsvr32.exe /s C:\windows\SysWOW64\inetsrv\iisext.dll
[10/28/2014 23:23:18] Launching command C:\windows\SysWOW64\regsvr32.exe, with params C:\windows\SysWOW64\regsvr32.exe /s C:\windows\SysWOW64\inetsrv\iisext.dll
[10/28/2014 23:23:18] LaunchCommand Succeeded
[10/28/2014 23:23:18] Success!
[10/28/2014 23:23:18] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:18] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:18] "C:\windows\System32\inetsrv\iissetup.exe" /install ADSICompatibility
[10/28/2014 23:23:18] Install of component ADSICompatibility succeeded!
[10/28/2014 23:23:18] Success!
[10/28/2014 23:23:18] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:18] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:18] "C:\windows\System32\inetsrv\iissetup.exe" /launch_servicing C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\iisext.dll
[10/28/2014 23:23:19] Launching command C:\windows\System32\regsvr32.exe, with params C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\iisext.dll
[10/28/2014 23:23:19] LaunchCommand Succeeded
[10/28/2014 23:23:19] Success!
[10/28/2014 23:23:19] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:19] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:19] "C:\windows\System32\inetsrv\iissetup.exe" /install WMICompatibility
[10/28/2014 23:23:19] Install of component WMICompatibility succeeded!
[10/28/2014 23:23:19] Success!
[10/28/2014 23:23:19] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:19] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:19] "C:\windows\System32\inetsrv\iissetup.exe" /install LegacyScripts
[10/28/2014 23:23:19] Install of component LegacyScripts succeeded!
[10/28/2014 23:23:19] Success!
[10/28/2014 23:23:19] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:19] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:19] "C:\windows\System32\inetsrv\iissetup.exe" /install CachingBase
[10/28/2014 23:23:19] Install of component CachingBase succeeded!
[10/28/2014 23:23:19] Success!
[10/28/2014 23:23:19] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:19] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:19] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:UriCacheModule -image:C:\windows\System32\inetsrv\cachuri.dll -add:false -lock:true
[10/28/2014 23:23:19] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:UriCacheModule -image:%windir%\System32\inetsrv\cachuri.dll -add:false -lock:true
[10/28/2014 23:23:20] LaunchCommand Succeeded
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:20] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:20] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:FileCacheModule -image:C:\windows\System32\inetsrv\cachfile.dll -add:false -lock:true
[10/28/2014 23:23:20] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:FileCacheModule -image:%windir%\System32\inetsrv\cachfile.dll -add:false -lock:true
[10/28/2014 23:23:20] LaunchCommand Succeeded
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:20] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:20] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:TokenCacheModule -image:C:\windows\System32\inetsrv\cachtokn.dll -add:false -lock:true
[10/28/2014 23:23:20] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:TokenCacheModule -image:%windir%\System32\inetsrv\cachtokn.dll -add:false -lock:true
[10/28/2014 23:23:20] LaunchCommand Succeeded
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:20] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:20] "C:\windows\System32\inetsrv\iissetup.exe" /install Caching
[10/28/2014 23:23:20] Install of component Caching succeeded!
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:20] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:20] "C:\windows\System32\inetsrv\iissetup.exe" /install HttpCache
[10/28/2014 23:23:20] Install of component HttpCache succeeded!
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:20] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:20] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/caching
[10/28/2014 23:23:20] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/caching
[10/28/2014 23:23:20] LaunchCommand Succeeded
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:20] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:20] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:HttpCacheModule -image:C:\windows\System32\inetsrv\cachhttp.dll -lock:true
[10/28/2014 23:23:20] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:HttpCacheModule -image:%windir%\System32\inetsrv\cachhttp.dll -lock:true
[10/28/2014 23:23:20] LaunchCommand Succeeded
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:20] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:20] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:DynamicCompressionModule -image:C:\windows\System32\inetsrv\compdyn.dll -lock:true
[10/28/2014 23:23:20] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:DynamicCompressionModule -image:%windir%\System32\inetsrv\compdyn.dll -lock:true
[10/28/2014 23:23:20] LaunchCommand Succeeded
[10/28/2014 23:23:20] Success!
[10/28/2014 23:23:20] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:21] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:21] "C:\windows\System32\inetsrv\iissetup.exe" /install HttpCompressionDynamic
[10/28/2014 23:23:21] Install of component HttpCompressionDynamic succeeded!
[10/28/2014 23:23:21] Success!
[10/28/2014 23:23:21] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:21] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:21] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:StaticCompressionModule -image:C:\windows\System32\inetsrv\compstat.dll -lock:true
[10/28/2014 23:23:21] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:StaticCompressionModule -image:%windir%\System32\inetsrv\compstat.dll -lock:true
[10/28/2014 23:23:21] LaunchCommand Succeeded
[10/28/2014 23:23:21] Success!
[10/28/2014 23:23:21] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:21] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:21] "C:\windows\System32\inetsrv\iissetup.exe" /install HttpCompressionStatic
[10/28/2014 23:23:21] Setup did not create the C:\inetpub\temp\IIS Temporary Compressed Files directory because it all ready existed
[10/28/2014 23:23:21] Install of component HttpCompressionStatic succeeded!
[10/28/2014 23:23:21] Success!
[10/28/2014 23:23:21] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:21] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:21] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/defaultDocument
[10/28/2014 23:23:21] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/defaultDocument
[10/28/2014 23:23:21] LaunchCommand Succeeded
[10/28/2014 23:23:21] Success!
[10/28/2014 23:23:21] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:21] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:21] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:DefaultDocumentModule -image:C:\windows\System32\inetsrv\defdoc.dll -lock:true
[10/28/2014 23:23:21] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:DefaultDocumentModule -image:%windir%\System32\inetsrv\defdoc.dll -lock:true
[10/28/2014 23:23:21] LaunchCommand Succeeded
[10/28/2014 23:23:21] Success!
[10/28/2014 23:23:21] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:21] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:21] "C:\windows\System32\inetsrv\iissetup.exe" /install DefaultDocument
[10/28/2014 23:23:21] Install of component DefaultDocument succeeded!
[10/28/2014 23:23:21] Success!
[10/28/2014 23:23:21] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:21] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:21] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/directoryBrowse
[10/28/2014 23:23:21] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/directoryBrowse
[10/28/2014 23:23:22] LaunchCommand Succeeded
[10/28/2014 23:23:22] Success!
[10/28/2014 23:23:22] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:22] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:22] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:DirectoryListingModule -image:C:\windows\System32\inetsrv\dirlist.dll -lock:true
[10/28/2014 23:23:22] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:DirectoryListingModule -image:%windir%\System32\inetsrv\dirlist.dll -lock:true
[10/28/2014 23:23:22] LaunchCommand Succeeded
[10/28/2014 23:23:22] Success!
[10/28/2014 23:23:22] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:22] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:22] "C:\windows\System32\inetsrv\iissetup.exe" /install DirectoryBrowse
[10/28/2014 23:23:22] Install of component DirectoryBrowse succeeded!
[10/28/2014 23:23:22] Success!
[10/28/2014 23:23:22] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:22] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:22] "C:\windows\System32\inetsrv\iissetup.exe" /install HttpProtocol
[10/28/2014 23:23:22] Install of component HttpProtocol succeeded!
[10/28/2014 23:23:22] Success!
[10/28/2014 23:23:22] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:22] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:22] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpProtocol
[10/28/2014 23:23:22] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpProtocol
[10/28/2014 23:23:22] LaunchCommand Succeeded
[10/28/2014 23:23:22] Success!
[10/28/2014 23:23:22] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:22] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:22] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:ProtocolSupportModule -image:C:\windows\System32\inetsrv\protsup.dll -lock:true
[10/28/2014 23:23:22] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:ProtocolSupportModule -image:%windir%\System32\inetsrv\protsup.dll -lock:true
[10/28/2014 23:23:22] LaunchCommand Succeeded
[10/28/2014 23:23:22] Success!
[10/28/2014 23:23:22] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:22] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:22] "C:\windows\System32\inetsrv\iissetup.exe" /install HttpRedirect
[10/28/2014 23:23:22] Install of component HttpRedirect succeeded!
[10/28/2014 23:23:22] Success!
[10/28/2014 23:23:22] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:22] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:22] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpRedirect
[10/28/2014 23:23:22] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpRedirect
[10/28/2014 23:23:23] LaunchCommand Succeeded
[10/28/2014 23:23:23] Success!
[10/28/2014 23:23:23] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:23] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:23] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:HttpRedirectionModule -image:C:\windows\System32\inetsrv\redirect.dll -lock:true
[10/28/2014 23:23:23] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:HttpRedirectionModule -image:%windir%\System32\inetsrv\redirect.dll -lock:true
[10/28/2014 23:23:23] LaunchCommand Succeeded
[10/28/2014 23:23:23] Success!
[10/28/2014 23:23:23] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:23] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:23] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/serverSideInclude
[10/28/2014 23:23:23] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/serverSideInclude
[10/28/2014 23:23:23] LaunchCommand Succeeded
[10/28/2014 23:23:23] Success!
[10/28/2014 23:23:23] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:23] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:23] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:ServerSideIncludeModule -image:C:\windows\System32\inetsrv\iis_ssi.dll -lock:true
[10/28/2014 23:23:23] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:ServerSideIncludeModule -image:%windir%\System32\inetsrv\iis_ssi.dll -lock:true
[10/28/2014 23:23:23] LaunchCommand Succeeded
[10/28/2014 23:23:23] Success!
[10/28/2014 23:23:23] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:23] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:23] "C:\windows\System32\inetsrv\iissetup.exe" /install ServerSideInclude
[10/28/2014 23:23:23] Install of component ServerSideInclude succeeded!
[10/28/2014 23:23:23] Success!
[10/28/2014 23:23:23] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:23] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:23] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/staticContent
[10/28/2014 23:23:23] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/staticContent
[10/28/2014 23:23:24] LaunchCommand Succeeded
[10/28/2014 23:23:24] Success!
[10/28/2014 23:23:24] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:24] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:24] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:StaticFileModule -image:C:\windows\System32\inetsrv\static.dll -lock:true
[10/28/2014 23:23:24] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:StaticFileModule -image:%windir%\System32\inetsrv\static.dll -lock:true
[10/28/2014 23:23:24] LaunchCommand Succeeded
[10/28/2014 23:23:24] Success!
[10/28/2014 23:23:24] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:24] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:24] "C:\windows\System32\inetsrv\iissetup.exe" /install StaticContent
[10/28/2014 23:23:24] Install of component StaticContent succeeded!
[10/28/2014 23:23:24] Success!
[10/28/2014 23:23:24] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:24] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:24] "C:\windows\System32\inetsrv\iissetup.exe" /install AnonymousAuthentication
[10/28/2014 23:23:24] Install of component AnonymousAuthentication succeeded!
[10/28/2014 23:23:24] Success!
[10/28/2014 23:23:24] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:24] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:24] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/anonymousAuthentication
[10/28/2014 23:23:24] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/anonymousAuthentication
[10/28/2014 23:23:24] LaunchCommand Succeeded
[10/28/2014 23:23:24] Success!
[10/28/2014 23:23:24] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:24] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:24] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:AnonymousAuthenticationModule -image:C:\windows\System32\inetsrv\authanon.dll -lock:true
[10/28/2014 23:23:24] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:AnonymousAuthenticationModule -image:%windir%\System32\inetsrv\authanon.dll -lock:true
[10/28/2014 23:23:24] LaunchCommand Succeeded
[10/28/2014 23:23:24] Success!
[10/28/2014 23:23:24] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:24] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:24] "C:\windows\System32\inetsrv\iissetup.exe" /install ClientCertificateMappingAuthentication
[10/28/2014 23:23:24] Install of component ClientCertificateMappingAuthentication succeeded!
[10/28/2014 23:23:24] Success!
[10/28/2014 23:23:24] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:24] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:24] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/clientCertificateMappingAuthentication
[10/28/2014 23:23:24] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/clientCertificateMappingAuthentication
[10/28/2014 23:23:25] LaunchCommand Succeeded
[10/28/2014 23:23:25] Success!
[10/28/2014 23:23:25] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:25] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:25] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:CertificateMappingAuthenticationModule -image:C:\windows\System32\inetsrv\authcert.dll -lock:true
[10/28/2014 23:23:25] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:CertificateMappingAuthenticationModule -image:%windir%\System32\inetsrv\authcert.dll -lock:true
[10/28/2014 23:23:25] LaunchCommand Succeeded
[10/28/2014 23:23:25] Success!
[10/28/2014 23:23:25] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:25] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:25] "C:\windows\System32\inetsrv\iissetup.exe" /install Authorization
[10/28/2014 23:23:25] Install of component Authorization succeeded!
[10/28/2014 23:23:25] Success!
[10/28/2014 23:23:25] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:25] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:25] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authorization
[10/28/2014 23:23:25] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authorization
[10/28/2014 23:23:25] LaunchCommand Succeeded
[10/28/2014 23:23:25] Success!
[10/28/2014 23:23:25] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:25] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:25] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:UrlAuthorizationModule -image:C:\windows\System32\inetsrv\urlauthz.dll -lock:true
[10/28/2014 23:23:25] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:UrlAuthorizationModule -image:%windir%\System32\inetsrv\urlauthz.dll -lock:true
[10/28/2014 23:23:25] LaunchCommand Succeeded
[10/28/2014 23:23:25] Success!
[10/28/2014 23:23:25] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:25] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:25] "C:\windows\System32\inetsrv\iissetup.exe" /install BasicAuthentication
[10/28/2014 23:23:25] Install of component BasicAuthentication succeeded!
[10/28/2014 23:23:25] Success!
[10/28/2014 23:23:25] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:25] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:25] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/basicAuthentication
[10/28/2014 23:23:25] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/basicAuthentication
[10/28/2014 23:23:25] LaunchCommand Succeeded
[10/28/2014 23:23:25] Success!
[10/28/2014 23:23:25] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:25] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:25] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:BasicAuthenticationModule -image:C:\windows\System32\inetsrv\authbas.dll -lock:true
[10/28/2014 23:23:25] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:BasicAuthenticationModule -image:%windir%\System32\inetsrv\authbas.dll -lock:true
[10/28/2014 23:23:26] LaunchCommand Succeeded
[10/28/2014 23:23:26] Success!
[10/28/2014 23:23:26] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:26] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:26] "C:\windows\System32\inetsrv\iissetup.exe" /install WindowsAuthentication
[10/28/2014 23:23:26] Install of component WindowsAuthentication succeeded!
[10/28/2014 23:23:26] Success!
[10/28/2014 23:23:26] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:26] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:26] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/windowsAuthentication
[10/28/2014 23:23:26] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/windowsAuthentication
[10/28/2014 23:23:26] LaunchCommand Succeeded
[10/28/2014 23:23:26] Success!
[10/28/2014 23:23:26] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:26] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:26] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:WindowsAuthenticationModule -image:C:\windows\System32\inetsrv\authsspi.dll -lock:true
[10/28/2014 23:23:26] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:WindowsAuthenticationModule -image:%windir%\System32\inetsrv\authsspi.dll -lock:true
[10/28/2014 23:23:26] LaunchCommand Succeeded
[10/28/2014 23:23:26] Success!
[10/28/2014 23:23:26] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:26] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:26] "C:\windows\System32\inetsrv\iissetup.exe" /install DigestAuthentication
[10/28/2014 23:23:26] Install of component DigestAuthentication succeeded!
[10/28/2014 23:23:26] Success!
[10/28/2014 23:23:26] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:26] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:26] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/digestAuthentication
[10/28/2014 23:23:26] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/digestAuthentication
[10/28/2014 23:23:26] LaunchCommand Succeeded
[10/28/2014 23:23:26] Success!
[10/28/2014 23:23:26] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:26] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:26] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:DigestAuthenticationModule -image:C:\windows\System32\inetsrv\authmd5.dll -lock:true
[10/28/2014 23:23:26] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:DigestAuthenticationModule -image:%windir%\System32\inetsrv\authmd5.dll -lock:true
[10/28/2014 23:23:27] LaunchCommand Succeeded
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /install IISCertificateMappingAuthentication
[10/28/2014 23:23:27] Install of component IISCertificateMappingAuthentication succeeded!
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/iisClientCertificateMappingAuthentication
[10/28/2014 23:23:27] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/authentication/iisClientCertificateMappingAuthentication
[10/28/2014 23:23:27] LaunchCommand Succeeded
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:IISCertificateMappingAuthenticationModule -image:C:\windows\System32\inetsrv\authmap.dll -lock:true
[10/28/2014 23:23:27] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:IISCertificateMappingAuthenticationModule -image:%windir%\System32\inetsrv\authmap.dll -lock:true
[10/28/2014 23:23:27] LaunchCommand Succeeded
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /install IPSecurity
[10/28/2014 23:23:27] Install of component IPSecurity succeeded!
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/ipSecurity
[10/28/2014 23:23:27] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/ipSecurity
[10/28/2014 23:23:27] LaunchCommand Succeeded
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:IpRestrictionModule -image:C:\windows\System32\inetsrv\iprestr.dll -lock:true
[10/28/2014 23:23:27] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:IpRestrictionModule -image:%windir%\System32\inetsrv\iprestr.dll -lock:true
[10/28/2014 23:23:27] LaunchCommand Succeeded
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /install RequestFiltering
[10/28/2014 23:23:27] Install of component RequestFiltering succeeded!
[10/28/2014 23:23:27] Success!
[10/28/2014 23:23:27] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:27] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:27] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/requestFiltering
[10/28/2014 23:23:27] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/security/requestFiltering
[10/28/2014 23:23:28] LaunchCommand Succeeded
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /install CustomLogging
[10/28/2014 23:23:28] Install of component CustomLogging succeeded!
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:CustomLoggingModule -image:C:\windows\System32\inetsrv\logcust.dll -lock:true
[10/28/2014 23:23:28] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:CustomLoggingModule -image:%windir%\System32\inetsrv\logcust.dll -lock:true
[10/28/2014 23:23:28] LaunchCommand Succeeded
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /install HttpErrors
[10/28/2014 23:23:28] Install of component HttpErrors succeeded!
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpErrors
[10/28/2014 23:23:28] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpErrors
[10/28/2014 23:23:28] LaunchCommand Succeeded
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:CustomErrorModule -image:C:\windows\System32\inetsrv\custerr.dll -lock:true
[10/28/2014 23:23:28] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:CustomErrorModule -image:%windir%\System32\inetsrv\custerr.dll -lock:true
[10/28/2014 23:23:28] LaunchCommand Succeeded
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /install LoggingLibraries
[10/28/2014 23:23:28] Install of component LoggingLibraries succeeded!
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /install HTTPLogging
[10/28/2014 23:23:28] Install of component HttpLogging succeeded!
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpLogging
[10/28/2014 23:23:28] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpLogging
[10/28/2014 23:23:28] LaunchCommand Succeeded
[10/28/2014 23:23:28] Success!
[10/28/2014 23:23:28] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:28] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:28] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.applicationHost/log
[10/28/2014 23:23:28] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.applicationHost/log
[10/28/2014 23:23:29] LaunchCommand Succeeded
[10/28/2014 23:23:29] Success!
[10/28/2014 23:23:29] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:29] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:29] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:HttpLoggingModule -image:C:\windows\System32\inetsrv\loghttp.dll -lock:true
[10/28/2014 23:23:29] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:HttpLoggingModule -image:%windir%\System32\inetsrv\loghttp.dll -lock:true
[10/28/2014 23:23:29] LaunchCommand Succeeded
[10/28/2014 23:23:29] Success!
[10/28/2014 23:23:29] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:29] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:29] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpTracing
[10/28/2014 23:23:29] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/httpTracing
[10/28/2014 23:23:29] LaunchCommand Succeeded
[10/28/2014 23:23:29] Success!
[10/28/2014 23:23:29] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:29] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:29] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/tracing/traceFailedRequests
[10/28/2014 23:23:29] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/tracing/traceFailedRequests
[10/28/2014 23:23:29] LaunchCommand Succeeded
[10/28/2014 23:23:29] Success!
[10/28/2014 23:23:29] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:29] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:29] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:TracingModule -image:C:\windows\System32\inetsrv\iisetw.dll -add:false -lock:true
[10/28/2014 23:23:29] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:TracingModule -image:%windir%\System32\inetsrv\iisetw.dll -add:false -lock:true
[10/28/2014 23:23:29] LaunchCommand Succeeded
[10/28/2014 23:23:29] Success!
[10/28/2014 23:23:29] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:29] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:29] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:FailedRequestsTracingModule -image:C:\windows\System32\inetsrv\iisfreb.dll -lock:true
[10/28/2014 23:23:29] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:FailedRequestsTracingModule -image:%windir%\System32\inetsrv\iisfreb.dll -lock:true
[10/28/2014 23:23:30] LaunchCommand Succeeded
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:30] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:30] "C:\windows\System32\inetsrv\iissetup.exe" /install HttpTracing
[10/28/2014 23:23:30] Successfully added IIS_IUSRS ACE to DACL at %SystemDrive%\inetpub\logs\FailedReqLogFiles.
[10/28/2014 23:23:30] Install of component HttpTracing succeeded!
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:30] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:30] "C:\windows\System32\inetsrv\iissetup.exe" /install ODBCLogging
[10/28/2014 23:23:30] Install of component ODBCLogging succeeded!
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:30] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:30] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/odbcLogging
[10/28/2014 23:23:30] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/odbcLogging
[10/28/2014 23:23:30] LaunchCommand Succeeded
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:30] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:30] "C:\windows\System32\inetsrv\iissetup.exe" /install RequestMonitor
[10/28/2014 23:23:30] Install of component RequestMonitor succeeded!
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:30] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:30] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:RequestMonitorModule -image:C:\windows\System32\inetsrv\iisreqs.dll -add:false -lock:true
[10/28/2014 23:23:30] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:RequestMonitorModule -image:%windir%\System32\inetsrv\iisreqs.dll -add:false -lock:true
[10/28/2014 23:23:30] LaunchCommand Succeeded
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:30] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:30] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:IsapiModule -image:C:\windows\System32\inetsrv\isapi.dll -lock:true
[10/28/2014 23:23:30] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:IsapiModule -image:%windir%\System32\inetsrv\isapi.dll -lock:true
[10/28/2014 23:23:30] LaunchCommand Succeeded
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:30] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:30] "C:\windows\System32\inetsrv\iissetup.exe" /install ISAPIExtensions
[10/28/2014 23:23:30] Install of component ISAPIExtensions succeeded!
[10/28/2014 23:23:30] Success!
[10/28/2014 23:23:30] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:31] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:31] "C:\windows\System32\inetsrv\iissetup.exe" /install ISAPIFilter
[10/28/2014 23:23:31] Install of component ISAPIFilter succeeded!
[10/28/2014 23:23:31] Success!
[10/28/2014 23:23:31] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:31] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:31] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:IsapiFilterModule -image:C:\windows\System32\inetsrv\filter.dll -lock:true
[10/28/2014 23:23:31] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:IsapiFilterModule -image:%windir%\System32\inetsrv\filter.dll -lock:true
[10/28/2014 23:23:31] LaunchCommand Succeeded
[10/28/2014 23:23:31] Success!
[10/28/2014 23:23:31] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:31] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:31] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/isapiFilters
[10/28/2014 23:23:31] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/isapiFilters
[10/28/2014 23:23:31] LaunchCommand Succeeded
[10/28/2014 23:23:31] Success!
[10/28/2014 23:23:31] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:31] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:31] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe clear config -section:system.webServer/isapiFilters
[10/28/2014 23:23:31] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe clear config -section:system.webServer/isapiFilters
[10/28/2014 23:23:31] LaunchCommand Succeeded
[10/28/2014 23:23:31] Success!
[10/28/2014 23:23:31] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:31] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:31] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/asp
[10/28/2014 23:23:31] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/asp
[10/28/2014 23:23:31] LaunchCommand Succeeded
[10/28/2014 23:23:31] Success!
[10/28/2014 23:23:31] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:31] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:31] "C:\windows\System32\inetsrv\iissetup.exe" /install ASP
[10/28/2014 23:23:32] Install of component ASP succeeded!
[10/28/2014 23:23:32] Success!
[10/28/2014 23:23:32] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:32] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:32] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/cgi
[10/28/2014 23:23:32] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/cgi
[10/28/2014 23:23:32] LaunchCommand Succeeded
[10/28/2014 23:23:32] Success!
[10/28/2014 23:23:32] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:32] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:32] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:CgiModule -image:C:\windows\System32\inetsrv\cgi.dll -lock:true
[10/28/2014 23:23:32] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:CgiModule -image:%windir%\System32\inetsrv\cgi.dll -lock:true
[10/28/2014 23:23:32] LaunchCommand Succeeded
[10/28/2014 23:23:32] Success!
[10/28/2014 23:23:32] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:32] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:32] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:FastCgiModule -image:C:\windows\System32\inetsrv\iisfcgi.dll -lock:true
[10/28/2014 23:23:32] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:FastCgiModule -image:%windir%\System32\inetsrv\iisfcgi.dll -lock:true
[10/28/2014 23:23:32] LaunchCommand Succeeded
[10/28/2014 23:23:32] Success!
[10/28/2014 23:23:32] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:32] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:32] "C:\windows\System32\inetsrv\iissetup.exe" /install CGI
[10/28/2014 23:23:32] Install of component CGI succeeded!
[10/28/2014 23:23:32] Success!
[10/28/2014 23:23:32] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:32] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:32] "C:\windows\System32\inetsrv\iissetup.exe" /install FastCgi
[10/28/2014 23:23:32] Install of component FastCgi succeeded!
[10/28/2014 23:23:32] Success!
[10/28/2014 23:23:32] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:32] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:32] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/WebDAV/globalSettings
[10/28/2014 23:23:32] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/WebDAV/globalSettings
[10/28/2014 23:23:33] LaunchCommand Succeeded
[10/28/2014 23:23:33] Success!
[10/28/2014 23:23:33] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:33] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:33] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/WebDAV/authoring
[10/28/2014 23:23:33] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/WebDAV/authoring
[10/28/2014 23:23:33] LaunchCommand Succeeded
[10/28/2014 23:23:33] Success!
[10/28/2014 23:23:33] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:33] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:33] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/WebDAV/authoringRules
[10/28/2014 23:23:33] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/WebDAV/authoringRules
[10/28/2014 23:23:33] LaunchCommand Succeeded
[10/28/2014 23:23:33] Success!
[10/28/2014 23:23:33] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:33] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:33] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:WebDAVModule -image:C:\windows\System32\inetsrv\webdav.dll
[10/28/2014 23:23:33] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:WebDAVModule -image:%windir%\System32\inetsrv\webdav.dll
[10/28/2014 23:23:33] LaunchCommand Succeeded
[10/28/2014 23:23:33] Success!
[10/28/2014 23:23:33] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:33] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:33] "C:\windows\System32\inetsrv\iissetup.exe" /install WebDAV
[10/28/2014 23:23:33] Install of component WebDAV succeeded!
[10/28/2014 23:23:33] Success!
[10/28/2014 23:23:33] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:33] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:33] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/providerDefinitions
[10/28/2014 23:23:33] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/providerDefinitions
[10/28/2014 23:23:34] LaunchCommand Succeeded
[10/28/2014 23:23:34] Success!
[10/28/2014 23:23:34] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:34] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:34] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/log
[10/28/2014 23:23:34] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/log
[10/28/2014 23:23:34] LaunchCommand Succeeded
[10/28/2014 23:23:34] Success!
[10/28/2014 23:23:34] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:34] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:34] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/firewallSupport
[10/28/2014 23:23:34] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/firewallSupport
[10/28/2014 23:23:34] LaunchCommand Succeeded
[10/28/2014 23:23:34] Success!
[10/28/2014 23:23:34] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:34] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:34] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/caching
[10/28/2014 23:23:34] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/caching
[10/28/2014 23:23:34] LaunchCommand Succeeded
[10/28/2014 23:23:34] Success!
[10/28/2014 23:23:34] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:34] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:34] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/security/ipSecurity
[10/28/2014 23:23:34] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/security/ipSecurity
[10/28/2014 23:23:34] LaunchCommand Succeeded
[10/28/2014 23:23:34] Success!
[10/28/2014 23:23:34] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:34] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:34] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/security/requestFiltering
[10/28/2014 23:23:34] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/security/requestFiltering
[10/28/2014 23:23:35] LaunchCommand Succeeded
[10/28/2014 23:23:35] Success!
[10/28/2014 23:23:35] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:35] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:35] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/security/authorization
[10/28/2014 23:23:35] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe reset config -section:system.ftpServer/security/authorization
[10/28/2014 23:23:35] LaunchCommand Succeeded
[10/28/2014 23:23:35] Success!
[10/28/2014 23:23:35] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:35] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:35] "C:\windows\System32\inetsrv\iissetup.exe" /install FTPSvc
[10/28/2014 23:23:35] Successfully started FTPSVC.
[10/28/2014 23:23:35] Install of component FTPSvc succeeded!
[10/28/2014 23:23:35] Success!
[10/28/2014 23:23:35] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:36] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:36] "C:\windows\System32\inetsrv\iissetup.exe" /install FTPExtensibility
[10/28/2014 23:23:36] Started configuration of the FTP COM+ package used for extensibility
[10/28/2014 23:23:39] Finished configuration of the FTP COM+ package used for extensibility
[10/28/2014 23:23:39] Install of component FTPExtensibility succeeded!
[10/28/2014 23:23:39] Success!
[10/28/2014 23:23:39] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:39] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:39] "C:\windows\System32\inetsrv\iissetup.exe" /install ManagementScriptingTools
[10/28/2014 23:23:39] Install of component ManagementScriptingTools succeeded!
[10/28/2014 23:23:39] Success!
[10/28/2014 23:23:39] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:40] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:40] "C:\windows\System32\inetsrv\iissetup.exe" /install ManagementConsole
[10/28/2014 23:23:40] Install of component ManagementConsole succeeded!
[10/28/2014 23:23:40] Success!
[10/28/2014 23:23:40] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:40] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:40] "C:\windows\System32\inetsrv\iissetup.exe" /install LegacySnapin
[10/28/2014 23:23:40] Install of component LegacySnapin succeeded!
[10/28/2014 23:23:40] Success!
[10/28/2014 23:23:40] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:40] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:40] "C:\windows\System32\inetsrv\iissetup.exe" /launch_servicing C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\inetmgr.dll
[10/28/2014 23:23:40] Launching command C:\windows\System32\regsvr32.exe, with params C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\inetmgr.dll
[10/28/2014 23:23:41] LaunchCommand Succeeded
[10/28/2014 23:23:41] Success!
[10/28/2014 23:23:41] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:41] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:41] "C:\windows\System32\inetsrv\iissetup.exe" /launch_servicing C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\certobj.dll
[10/28/2014 23:23:41] Launching command C:\windows\System32\regsvr32.exe, with params C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\certobj.dll
[10/28/2014 23:23:41] LaunchCommand Succeeded
[10/28/2014 23:23:41] Success!
[10/28/2014 23:23:41] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:41] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:41] "C:\windows\System32\inetsrv\iissetup.exe" /launch_servicing C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\logui.ocx
[10/28/2014 23:23:41] Launching command C:\windows\System32\regsvr32.exe, with params C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\logui.ocx
[10/28/2014 23:23:41] LaunchCommand Succeeded
[10/28/2014 23:23:41] Success!
[10/28/2014 23:23:41] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:41] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:41] "C:\windows\System32\inetsrv\iissetup.exe" /launch_servicing C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\cnfgprts.ocx
[10/28/2014 23:23:41] Launching command C:\windows\System32\regsvr32.exe, with params C:\windows\System32\regsvr32.exe /s C:\windows\System32\inetsrv\cnfgprts.ocx
[10/28/2014 23:23:41] LaunchCommand Succeeded
[10/28/2014 23:23:41] Success!
[10/28/2014 23:23:41] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:42] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:42] "C:\windows\System32\inetsrv\aspnetca.exe" /install /basic 2.0.50727.0
[10/28/2014 23:23:49] Installation success
[10/28/2014 23:23:49] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:50] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:50] "C:\windows\System32\inetsrv\iissetup.exe" /install NetFxEnvironment
[10/28/2014 23:23:50] Install of component NetFxEnvironment succeeded!
[10/28/2014 23:23:50] Success!
[10/28/2014 23:23:50] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:51] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:51] "C:\windows\SysWOW64\inetsrv\aspnetca.exe" /install /basic 2.0.50727.0
[10/28/2014 23:23:54] Installation success
[10/28/2014 23:23:54] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:54] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:54] "C:\windows\System32\inetsrv\iissetup.exe" /install AdminService
[10/28/2014 23:23:54] Install of component AdminService succeeded!
[10/28/2014 23:23:54] Success!
[10/28/2014 23:23:54] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:54] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:54] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe install module -name:ConfigurationValidationModule -image:C:\windows\System32\inetsrv\validcfg.dll -lock:true
[10/28/2014 23:23:54] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe install module -name:ConfigurationValidationModule -image:%windir%\System32\inetsrv\validcfg.dll -lock:true
[10/28/2014 23:23:55] LaunchCommand Succeeded
[10/28/2014 23:23:55] Success!
[10/28/2014 23:23:55] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:55] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:55] "C:\windows\System32\inetsrv\aspnetca.exe" /install /managedextensibility 2.0.50727.0
[10/28/2014 23:23:55] Installation success
[10/28/2014 23:23:55] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:55] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:55] "C:\windows\System32\inetsrv\iissetup.exe" /install NetFxExtensibility
[10/28/2014 23:23:55] Install of component NetFxExtensibility succeeded!
[10/28/2014 23:23:55] Success!
[10/28/2014 23:23:55] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:55] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:55] "C:\windows\SysWOW64\inetsrv\aspnetca.exe" /install /managedextensibility 2.0.50727.0
[10/28/2014 23:23:55] Installation success
[10/28/2014 23:23:55] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:56] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:56] "C:\windows\System32\inetsrv\aspnetca.exe" /install /fullaspnet 2.0.50727.0
[10/28/2014 23:23:56] Classic .NET AppPool App Pool already exists
[10/28/2014 23:23:56] Installation success
[10/28/2014 23:23:56] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:56] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:56] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe unlock config -section:system.webServer/handlers
[10/28/2014 23:23:56] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe unlock config -section:system.webServer/handlers
[10/28/2014 23:23:56] LaunchCommand Succeeded
[10/28/2014 23:23:56] Success!
[10/28/2014 23:23:56] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:56] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:56] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\inetsrv\appcmd.exe unlock config -section:system.webServer/modules
[10/28/2014 23:23:56] Launching command C:\windows\System32\inetsrv\appcmd.exe, with params C:\windows\System32\inetsrv\appcmd.exe unlock config -section:system.webServer/modules
[10/28/2014 23:23:57] LaunchCommand Succeeded
[10/28/2014 23:23:57] Success!
[10/28/2014 23:23:57] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:57] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:57] "C:\windows\System32\inetsrv\iissetup.exe" /install ASPNET
[10/28/2014 23:23:57] Install of component ASPNET succeeded!
[10/28/2014 23:23:57] Success!
[10/28/2014 23:23:57] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:57] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:57] "C:\windows\SysWOW64\inetsrv\aspnetca.exe" /install /fullaspnet 2.0.50727.0
[10/28/2014 23:23:57] Classic .NET AppPool App Pool already exists
[10/28/2014 23:23:58] Installation success
[10/28/2014 23:23:58] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:23:59] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:23:59] "C:\windows\System32\inetsrv\iissetup.exe" /install PowerShellProvider
[10/28/2014 23:23:59] Install of component PowerShellProvider succeeded!
[10/28/2014 23:23:59] Success!
[10/28/2014 23:23:59] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:24:00] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:24:00] "C:\windows\System32\inetsrv\iissetup.exe" /install WASConfigurationAPI
[10/28/2014 23:24:00] Install of component WASConfigurationAPI succeeded!
[10/28/2014 23:24:00] Success!
[10/28/2014 23:24:00] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:24:00] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:24:00] "C:\windows\System32\inetsrv\iissetup.exe" /firewall W3SVC
[10/28/2014 23:24:00] Install firewall rules of component W3SVC succeeded!
[10/28/2014 23:24:00] Success!
[10/28/2014 23:24:00] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:24:00] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:24:00] "C:\windows\System32\inetsrv\iissetup.exe" /firewall FTPSvc
[10/28/2014 23:24:00] Install firewall rules of component FTPSvc succeeded!
[10/28/2014 23:24:00] Success!
[10/28/2014 23:24:00] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:24:00] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:24:00] "C:\windows\System32\inetsrv\iissetup.exe" /launch C:\windows\System32\sc.exe sidtype ftpsvc unrestricted
[10/28/2014 23:24:00] Launching command C:\windows\System32\sc.exe, with params C:\windows\System32\sc.exe sidtype ftpsvc unrestricted
[10/28/2014 23:24:00] LaunchCommand Succeeded
[10/28/2014 23:24:00] Success!
[10/28/2014 23:24:00] [ End of IIS 7.0 Component Based Setup ]
[10/28/2014 23:24:00] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/28/2014 23:24:00] "C:\windows\System32\inetsrv\iissetup.exe" /firewall AdminService
[10/28/2014 23:24:00] Install firewall rules of component AdminService succeeded!
[10/28/2014 23:24:00] Success!
[10/28/2014 23:24:00] [ End of IIS 7.0 Component Based Setup ]

App_offline.htm should return a Connection: close header

$
0
0

Hi, I have been experimenting a bit with this feature and wanted to use this for loadbalancing purposes, but realized that it still uses keep-alive connections even though the response is a 503.

I'm not sure if there is a reason behind this, but in the scenario where one is using a load-balancing proxy, such features might "stick" a visitor to a certain server until the keep-alive connection is killed, which would work against the principle of a failover cluster.

In comparision, a web-site that has been shut down manually, will start returning a 404, with a connection: close header to efficiently kill the current persistent connection, and a retry would shuffle the visitor to another server.

Some load-balancing systems do send a RESET packet to all active connections on a node, but this isn't necessarily an option.

According to this dialog: https://issues.apache.org/bugzilla/show_bug.cgi?id=56555

Both Tomcat and Apache httpd enforces a connection: close header for 503 responses. IIS even does this if it hits the connection limit configured.

I tried adding it manually using rewrite rules, but to no avail.

Viewing all 26310 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>