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

Slow Loading Pages. Maximum Delay happens between 'HANDLER_CHANGED' and 'NOTIFY_MODULE_START'

$
0
0

Certain pages of my My ap.net web application are loading slowly. The pages load after 30 to 40 secs only. So I have enabled FREB to capture the Delay. I have analysed the Freb logs and I see that the Maximum Delay happens between  'HANDLER_CHANGED' and 'NOTIFY_MODULE_START'

25.HANDLER_CHANGEDOldHandlerName="", NewHandlerName="ExtensionlessUrlHandler-Integrated-4.0", NewHandlerModules="ManagedPipelineHandler", NewHandlerScriptProcessor="", NewHandlerType="System.Web.Handlers.TransferRequestHandler"02:58:57.552
26.NOTIFY_MODULE_STARTModuleName="HttpCacheModule", Notification="BEGIN_REQUEST", fIsPostNotification="false"02:59:48.802

Most of the Freb log shows ModuleName="HttpCacheModule", at the Notify_module_start.

Any help is much appreciated.


convert htaccess to web config

$
0
0

will be a great work if possible to convert htaccess to web config  

i would like to see my php scripts running on windows   but the htaccess stops running them  

it will be a great work  

How to set redirect from root to sub directory using URL rewriting technique in asp.net?

$
0
0

 I have used below URL rewrite rule for redirect from root to sub directory by using URL Rewriting technique in asp.net.

 <system.webServer>

 <rewrite>
  <rules>
   <clear/>
   <rule name="Root Hit Rewrite" stopProcessing="true">
     <match url="^$" />
     <action type="Rewrite" url="/TestApp1/Index.htm" />
    </rule>
  </rules>
 </rewrite>
 </system.webServer>

 Above mentioned rule is working fine. But sub directory image is not loading because image refrence should refer  to http://xxx/TestApp1/Images/AboutUs-650x200-2017-01-01.jpg instead of http://xxx/TestApp1/AboutUs-650x200-2017-01-01.jpg. 404  file not found error is coming. How to resolve the above mentioned error?

IIS 8 enable 32-bit False not working

$
0
0

hi guys,

I have 4 servers (systest, QA, UAt and Live) my WCF services are running fine on UAT and Live but it doesn't work in systest and QA.

If I enable 32-bit in IIS for systest/QA it works. I am not sure why systest is behaving like that.

I am using IIS version 8.5.9600.16384 on all environments with .NET CLR v4.0. All the servers have latest patch/updates.

could someone please suggest anything?

Rewrite rules for 2 scenarios -

$
0
0

Hi community, 

Hope to get your input on a few rewrite/redirect scenarios.

I have 2 main websites and a tertiary site that will replace the older of the 2 main sites.

We have the following configuration:

  • Website-a.com - is a very old and very large site that runs on IIS which is winding down for decommissioning
  • Website-b.com - is a newer, static site running on NGINX that will house some of the content fromwebsite-a.com 
  • Website-c.com - is an even newer, static site, again running NGINX that will eventually replacewebsite-a.com for the remaining content not housed on website-b.com

The timescale’s for decommissioning of website-a.com is running into the 24month+ range and we are undertaking a phased approach of content migration. With multiple teams where there are team members of varying levels of knowledge, experience and ability having to implement redirects… we’ve had to build a tool with a simple user friendly UI that will allow the build of redirects, that are in this case, exportable in IIS Rewrite Module format.

What we’re looking to establish is the correct rewrite parameters for a few scenarios we foresee appearing in the short term and we wish to test them out. We’ve covered off a few already, but there are a couple still outstanding and sadly this area is not my forte.

To that end, I was hoping for assistance from you, the community more learned than I in the intricacies of IIS and rewrite module. Here are the scenarios I’m looking to cover:

  • Scenario A - Subdirectory > single URL
  • Scenario B - Multiple individual URLs > single URL 

Or in more detail 

Scenario A - redirect/rewrite rule all of the following subdirectory:

  • http://www.website-a.com/Topics/People/some-working-group/
  • http://www.website-a.com/Topics/People/some-working-group/remit
  • http://www.website-a.com/Topics/People/some-working-group/membership
  • http://www.website-a.com/Topics/People/some-working-group/contacts
  • http://www.website-a.com/Topics/People/some-working-group/Report
  • http://www.website-a.com/Topics/People/some-working-group/meetings
  • http://www.website-a.com/Topics/People/some-working-group/meetings/2008
  • http://www.website-a.com/Topics/People/some-working-group/meetings/2009

To the following URL https://www.website-b.com/some-working-group/

Scenario B - redirect/rewrite rule all of the following:

  • http://www.website-a.com/Topics/People/policy-info
  • http://www.website-a.com/Topics/Publications/more-policy-info
  • http://www.website-a.com/Guides/based-on-policy-info
  • http://www.website-a.com/policy-info-faqs

To the following URL https://www.website-b.com/new-policy-guide/

As you can see, scenario B is an indicator that there are some fragmented areas ofwebsite-a.com that require rewrite/redirection. However, due to the volume of redirects that we suspect will be required, we want to regex as much as possible for efficiency.

So my question is, how would one construct rules for each scenario?

I require the rule for /rewriteMaps and the corresponding /globalRule. From these I can have our tool configured to employ the correct structure and syntax for the outputs for the tool in given scenarios.

Thanks all for reading. Let me know if i'm missing any vital information... Any and all help appreciated :) 

Kind regards, 

VanGTO

Certificates that are needed with public key if there is a Chain

$
0
0
Hello,
I'm checking an problem where WCF service is running other company's IIS Server and our Server is running WCF Client.
Connection uses Client Certificate Authentication.

Certificates that we have are: Root and Intermediate certificates and also Client certificate
containing Private Key.

We have given to the other company our Client certificate's public key.

When our WCF client is trying to use WCF service, service gives 403 forbidden error.

After examine the error I started to thing that because we have Certificate chain
(Root, Intermediate and Client Certs) should our Root and Intermediate certificates
also reside in the other company's IIS Server?

Other words does public key also need Root and Intermediate certificates in WCF service side?
Could that error 403 occur because this?

Thanks

How to setup the http/ftp under a domain network?

$
0
0

Hi,

     Im new in setting a host terminal. Iv read through the posts before about how to set up the IIS and manage it.

But I still cannot access my ftp/http at home. Im using router at home but I think its not a problem becuz I can connect

to my workmate's ftp. We set up the ftp under the same domain network which we access the www through a centrol server.

Im wondering whats wrong and what can I do to solve the problem. I cannot get contact with my workmate now, so I dun know

what to do. Please advice.

Remote Management Giving 500 Internal Server Error

$
0
0

Hi,

I am trying to setup remote management in IIS so that I am able to use webdeploy from VS2010.

I am hitting an issue, getting (500) Internal Server Error whenever I try "Connect to a site..." from the IIS Start Page.

The following is the log file:

#Software: Microsoft Internet Information Services 7.5
#Version: 1.0
#Date: 2010-08-03 03:57:34
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-08-03 03:57:34 127.0.0.1 POST /Service.axd Module=Framework&Method=GetWebManagementInfo&Site=Default%20Web%20Site 8172 - 127.0.0.1 WebManagementShell|7.0.0.0|2.0.50727.4927|System.Windows.Forms.Control 500 0 0 2578
#Software: Microsoft Internet Information Services 7.5
#Version: 1.0
#Date: 2010-08-03 04:00:59
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-08-03 04:00:59 172.20.126.143 POST /Service.axd Module=Framework&Method=GetWebManagementInfo&Site=Default%20Web%20Site 8172 - 172.20.126.143 WebManagementShell|7.0.0.0|2.0.50727.4927|System.Windows.Forms.Control 500 0 0 2468

Any help is appreciated. For configuration I followed according to what was posted in the main IIS website.

Regards,

Leon


Best practices for deploying an MVC application on IIS7

$
0
0

 I'm not a web admin, and I'm new to IIS. So, I'm looking for advice.

My MVC application (e.g. fooapp) is the default application for my site (e.g. foo.bar). I used IIS Manager to add the site to IIS7. When I import the application, IIS Manager wants to put it in it's own directory (/foo), and tells me I shouldn't put it in the base (site) directory. This means that to get to my default MVC view, I have to enter the URL http://foo.bar/fooapp/. Needless to say, I want to get there via http://foo.bar/

I see 2 possible solutions:

 1. Add a default page to the site directory that redirects to the MVC app.
 2. Ignore the IIS admonition and load the app into the site directory.

My IIS7 knowledge is limited. I have played around with some options (such as HTTP Redirect). Since nothing changed,  I obviously don't understand what I'm doing.

Anyway, if there are some considered "best practices" and/or other suggestions, please let me know

Intermittent Too Many Redirects issue - suspect IIS Rewrite Cache

$
0
0

A website running WordPress responds intermittently with Too Many Redirects but only for specific URLs and only for approximately 30 minutes.  After that the page is served as expected.  The rest of the website responds correctly using the same rewrite rules.

For example, Failed Request Tracing shows the following for a particular URL:

URL_REWRITE_START RequestURL /category/referendum-2/

<snip>

REDIRECT_FROM_CACHE_ACTION CachedRedirectedURL http://www.website.com/category/referendum-2/ RedirectType Permanent

URL_REWRITE_END RequestURL http://www.website.com/category/referendum-2/

This obviously is the start of an infinite redirect loop.

When the URL is served correctly Failed Request Tracing shows:

URL_REWRITE_END RequestURL /index.php

If a querystring is added to the requested URL eg. /category/referendum-2/?key=value IIS serves the requested page correctly.  Because of this I suspect the querystring causes IIS to skip the rewrite cache meaning the cache causes the redirect loop.

I've seen the post at https://blogs.msdn.microsoft.com/danielvl/2010/01/07/registry-values-for-iis-url-rewrite/ detailing how to disable the rewrite cache via the registry but the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\Rewrite does not exist.

Can anyone suggest if my suspicions re. the rewrite cache being the cause of the redirect loop are correct?

If so how can I proceed to resolve the issue?

Thanks

Requests slow/lost to IIS 8.5

$
0
0

Hi all. 

We have been struggling for days and couldn't find any solution to this.

Description:

1. Service is using NTLM auth.

2.. When more requests are sent to service at same time, some of them will be delayed ~10s between sent by browser and hitting on IIS, as showed by logs on both ends. This only happens to the last request of NTLM handshakes.

3. At some extreme situation where more and larger requests are made, those requests are sent but not hitting IIS as showed by logs. This also only happens to the last request of NTLM handshakes. The client get 502 bad gateway eventually.

4. I was thinking about IIS requests queue overflowing, but by default it is thousands and our service is not that big. Plus even if it is the case, client will get a 503 Server Unavailable instead of 502.

So, could it be related with NTLM auth threads being not enough and how can I solve this?

Thank you very much!

-Abie

Why is IIS redirect to an local DNS name?

$
0
0

We have two DNS names (local.mysite.com and mysite.com). Our mysite.com is pointing to cloudhost.com and from cloudhost.com we have a reverse proxy back to local.mysite.com for sub sites that are still on-prem. However, in our IIS that serves those on-prem sub sites, every redirect-rules that we have, it goes to local.mysite.com instead of mysite.com even though in the redirect rules we specifically told it to gowww.mysite.com. Any suggestion is much appreciated.

Unable to install IIS Database Manager (x64) under Windows 10 Pro (x64)

$
0
0

Under the operating system Windows 10  Pro x64 can not install IIS Database Manager for IIS using the Microsoft Web Platform Installer as well as a separate installer iisdbmanager_amd64_en-US.msi downloaded from the official site of Microsoft.

Error: IIS Version 7.0 or greater is required to install IIS Database Manager.

The system installed IIS version 10.0.10586.0

Installation log:

=== Verbose logging started: 16.12.2015  16:39:58  Build type: SHIP UNICODE 5.00.10011.00  Calling process: C:\WINDOWS\system32\inetsrv\InetMgr.exe ===
MSI (c) (84:60) [16:39:58:725]: Resetting cached policy values
MSI (c) (84:60) [16:39:58:725]: Machine policy value 'Debug' is 0
MSI (c) (84:60) [16:39:58:725]: ******* RunEngine:
           ******* Product: C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (84:60) [16:39:58:725]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (84:60) [16:39:58:741]: Grabbed execution mutex.
MSI (c) (84:60) [16:39:58:897]: Cloaking enabled.
MSI (c) (84:60) [16:39:58:913]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (84:60) [16:39:58:913]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (DC:6C) [16:39:58:929]: Running installation inside multi-package transaction C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi
MSI (s) (DC:6C) [16:39:58:929]: Grabbed execution mutex.
MSI (s) (DC:80) [16:39:58:929]: Resetting cached policy values
MSI (s) (DC:80) [16:39:58:929]: Machine policy value 'Debug' is 0
MSI (s) (DC:80) [16:39:58:944]: ******* RunEngine:
           ******* Product: C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi
           ******* Action: 
           ******* CommandLine: **********
MSI (s) (DC:80) [16:39:58:944]: Machine policy value 'DisableUserInstalls' is 0
MSI (s) (DC:80) [16:39:58:960]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (DC:80) [16:39:58:975]: SRSetRestorePoint skipped for this transaction.
MSI (s) (DC:80) [16:39:58:991]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 
MSI (s) (DC:80) [16:39:58:991]: File will have security applied from OpCode.
MSI (s) (DC:80) [16:39:58:991]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi' against software restriction policy
MSI (s) (DC:80) [16:39:59:007]: SOFTWARE RESTRICTION POLICY: C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi has a digital signature
MSI (s) (DC:80) [16:39:59:100]: SOFTWARE RESTRICTION POLICY: C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi is permitted to run at the 'unrestricted' authorization level.
MSI (s) (DC:80) [16:39:59:116]: MSCOREE not loaded loading copy from system32
MSI (s) (DC:80) [16:39:59:179]: End dialog not enabled
MSI (s) (DC:80) [16:39:59:179]: Original package ==> C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi
MSI (s) (DC:80) [16:39:59:179]: Package we're running from ==> C:\WINDOWS\Installer\1a2ba89c.msi
MSI (s) (DC:80) [16:39:59:210]: APPCOMPAT: Compatibility mode property overrides found.
MSI (s) (DC:80) [16:39:59:210]: APPCOMPAT: looking for appcompat database entry with ProductCode '{19BDC40F-C6F0-4333-9838-1907EB4E7192}'.
MSI (s) (DC:80) [16:39:59:210]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (DC:80) [16:39:59:413]: Machine policy value 'TransformsSecure' is 0
MSI (s) (DC:80) [16:39:59:413]: User policy value 'TransformsAtSource' is 0
MSI (s) (DC:80) [16:39:59:444]: Machine policy value 'DisablePatch' is 0
MSI (s) (DC:80) [16:39:59:444]: Machine policy value 'AllowLockdownPatch' is 0
MSI (s) (DC:80) [16:39:59:444]: Machine policy value 'DisableLUAPatching' is 0
MSI (s) (DC:80) [16:39:59:444]: Machine policy value 'DisableFlyWeightPatching' is 0
MSI (s) (DC:80) [16:39:59:460]: APPCOMPAT: looking for appcompat database entry with ProductCode '{19BDC40F-C6F0-4333-9838-1907EB4E7192}'.
MSI (s) (DC:80) [16:39:59:460]: APPCOMPAT: no matching ProductCode found in database.
MSI (s) (DC:80) [16:39:59:460]: Transforms are not secure.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\logs\install\2015-12-16T16.39.58\iisdbmanager_amd64_en-US.txt'.
MSI (s) (DC:80) [16:39:59:460]: Command Line: ACTION=INSTALL REBOOT=ReallySuppress CURRENTDIRECTORY=C:\WINDOWS\system32 CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=6020 
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{E3860978-DDC0-4486-99F3-6A46C69CC99D}'.
MSI (s) (DC:80) [16:39:59:460]: Product Code passed to Engine.Initialize:           ''
MSI (s) (DC:80) [16:39:59:460]: Product Code from property table before transforms: '{19BDC40F-C6F0-4333-9838-1907EB4E7192}'
MSI (s) (DC:80) [16:39:59:460]: Product Code from property table after transforms:  '{19BDC40F-C6F0-4333-9838-1907EB4E7192}'
MSI (s) (DC:80) [16:39:59:460]: Product not registered: beginning first-time install
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
MSI (s) (DC:80) [16:39:59:460]: Product {19BDC40F-C6F0-4333-9838-1907EB4E7192} is not managed.
MSI (s) (DC:80) [16:39:59:460]: MSI_LUA: Credential prompt not required, user is an admin
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
MSI (s) (DC:80) [16:39:59:460]: Entering CMsiConfigurationManager::SetLastUsedSource.
MSI (s) (DC:80) [16:39:59:460]: User policy value 'SearchOrder' is 'nmu'
MSI (s) (DC:80) [16:39:59:460]: Adding new sources is allowed.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
MSI (s) (DC:80) [16:39:59:460]: Package name extracted from package path: 'iisdbmanager_amd64_en-US.msi'
MSI (s) (DC:80) [16:39:59:460]: Package to be registered: 'iisdbmanager_amd64_en-US.msi'
MSI (s) (DC:80) [16:39:59:460]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (s) (DC:80) [16:39:59:460]: Machine policy value 'DisableMsi' is 0
MSI (s) (DC:80) [16:39:59:460]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (s) (DC:80) [16:39:59:460]: User policy value 'AlwaysInstallElevated' is 0
MSI (s) (DC:80) [16:39:59:460]: Product installation will be elevated because user is admin and product is being installed per-machine.
MSI (s) (DC:80) [16:39:59:460]: Running product '{19BDC40F-C6F0-4333-9838-1907EB4E7192}' with elevated privileges: Product is assigned.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\WINDOWS\system32'.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '6020'.
MSI (s) (DC:80) [16:39:59:460]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '0dd625e124ccf944bf316b0d6efbcd8c'.
MSI (s) (DC:80) [16:39:59:460]: RESTART MANAGER: Session opened.
MSI (s) (DC:80) [16:39:59:460]: TRANSFORMS property is now: 
MSI (s) (DC:80) [16:39:59:460]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '400'.
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\Favorites
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Network Shortcuts
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\Documents
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Recent
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\SendTo
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Templates
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\ProgramData
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Local
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\Pictures
MSI (s) (DC:80) [16:39:59:475]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\AppData\Roaming\Microsoft\Windows\Start Menu
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\Users\Kalashka\Desktop
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
MSI (s) (DC:80) [16:39:59:491]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
MSI (s) (DC:80) [16:39:59:491]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16 
MSI (s) (DC:80) [16:39:59:507]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
MSI (s) (DC:80) [16:39:59:507]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Kalashka'.
MSI (s) (DC:80) [16:39:59:507]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Microsoft'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\1a2ba89c.msi'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\Kalashka\AppData\Local\Microsoft\Web Platform Installer\installers\DBManager\F1BFCAFE4C25CF025C79AAD02EA4CF0A3996E71E\iisdbmanager_amd64_en-US.msi'.
MSI (s) (DC:80) [16:39:59:507]: Machine policy value 'MsiDisableEmbeddedUI' is 0
MSI (s) (DC:80) [16:39:59:507]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
MSI (s) (DC:80) [16:39:59:507]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
MSI (s) (DC:80) [16:39:59:507]: Note: 1: 2205 2:  3: PatchPackage 
MSI (s) (DC:80) [16:39:59:507]: Machine policy value 'DisableRollback' is 0
MSI (s) (DC:80) [16:39:59:507]: User policy value 'DisableRollback' is 0
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
=== Logging started: 16.12.2015  16:39:59 ===
MSI (s) (DC:80) [16:39:59:507]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038 
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '603'. Its new value: '601'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '603'. Its new value: '601'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '601'. Its new value: '600'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '601'. Its new value: '600'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (DC:80) [16:39:59:507]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '600'. Its new value: '502'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '600'. Its new value: '502'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '502'. Its new value: '501'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '502'. Its new value: '501'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '501'. Its new value: '500'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '501'. Its new value: '500'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '500'. Its new value: '400'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '500'. Its new value: '400'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '0'. Its new value: '14'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '14'. Its new value: '13'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '13'. Its new value: '12'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '12'. Its new value: '11'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '11'. Its new value: '10'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '10'. Its new value: '9'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '9'. Its new value: '8'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '8'. Its new value: '7'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '7'. Its new value: '6'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '6'. Its new value: '5'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '5'. Its new value: '4'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '4'. Its new value: '3'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '3'. Its new value: '2'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '2'. Its new value: '1'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying ServicePackLevel property. Its current value is '1'. Its new value: '0'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT property. Its current value is '400'. Its new value: '603'.
MSI (s) (DC:80) [16:39:59:522]: PROPERTY CHANGE: Modifying VersionNT64 property. Its current value is '400'. Its new value: '603'.
MSI (s) (DC:80) [16:39:59:522]: Doing action: INSTALL
Action start 16:39:59: INSTALL.
MSI (s) (DC:80) [16:39:59:538]: Running ExecuteSequence
MSI (s) (DC:80) [16:39:59:538]: Doing action: AppSearch
Action start 16:39:59: AppSearch.
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1322 2:  
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1322 2:  
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:538]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:569]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:585]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:600]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:600]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:647]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:679]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:694]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:694]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:710]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:710]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:710]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:710]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:710]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:710]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:710]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:725]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:725]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:725]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:725]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:741]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:741]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:741]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:741]: Note: 1: 1325 2: administration.config 
MSI (s) (DC:80) [16:39:59:804]: PROPERTY CHANGE: Adding SMOINSTALLED property. Its value is 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SqlServer.Smo\10.0.0.0__89845dcd8080cc91\'.
MSI (s) (DC:80) [16:39:59:804]: PROPERTY CHANGE: Adding CLRTYPESINSTALLED property. Its value is 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SqlServer.Types\10.0.0.0__89845dcd8080cc91\'.
MSI (s) (DC:80) [16:39:59:804]: PROPERTY CHANGE: Adding IISINSTALLPATH property. Its value is 'C:\WINDOWS\system32\inetsrv'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding IISMAJORVERSION property. Its value is '#10'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding IISMINORVERSION property. Its value is '#0'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding IISCOREWEBENGINEINSTALLED property. Its value is '#1'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding IISW3SVCINSTALLED property. Its value is '#1'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding IISMANAGEMENTCONSOLEINSTALLED property. Its value is '#1'.
MSI (s) (DC:80) [16:39:59:819]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IISADMIN 3: 2 
MSI (s) (DC:80) [16:39:59:819]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inetmgr\7.0 3: 2 
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding NETFRAMEWORK20 property. Its value is '#1'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding NETFRAMEWORK20_SP_LEVEL property. Its value is '#2'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding NETFRAMEWORK35_SP_LEVEL property. Its value is '#1'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding POWERSHELLINSTALLED property. Its value is '#1'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding WINDOWSUPDATE_START_TYPE property. Its value is '#3'.
MSI (s) (DC:80) [16:39:59:819]: PROPERTY CHANGE: Adding WINDOWSEDITION property. Its value is 'Professional'.
MSI (s) (DC:80) [16:39:59:819]: Doing action: FindRelatedProducts
Action ended 16:39:59: AppSearch. Return value 1.
Action start 16:39:59: FindRelatedProducts.
MSI (s) (DC:80) [16:39:59:819]: Doing action: LaunchConditions
Action ended 16:39:59: FindRelatedProducts. Return value 1.
Action start 16:39:59: LaunchConditions.
MSI (s) (DC:80) [16:39:59:819]: Product: IIS Database Manager -- IIS Version 7.0 or greater is required to install IIS Database Manager.

Action ended 16:39:59: LaunchConditions. Return value 3.
Action ended 16:39:59: INSTALL. Return value 3.
MSI (s) (DC:80) [16:39:59:835]: Note: 1: 1708 
MSI (s) (DC:80) [16:39:59:835]: Product: IIS Database Manager -- Installation failed.

MSI (s) (DC:80) [16:39:59:835]: Установщик Windows выполнил установку продукта. Продукт: IIS Database Manager. Версия: 1.0.0597. Язык: 1033. Изготовитель: Microsoft Corporation. Установка завершена с состоянием: 1603.

MSI (s) (DC:80) [16:39:59:835]: Deferring clean up of packages/files, if any exist
MSI (s) (DC:80) [16:39:59:835]: MainEngineThread is returning 1603
MSI (s) (DC:6C) [16:39:59:850]: RESTART MANAGER: Session closed.
MSI (s) (DC:6C) [16:39:59:850]: No System Restore sequence number for this installation.
=== Logging stopped: 16.12.2015  16:39:59 ===
MSI (s) (DC:6C) [16:39:59:850]: User policy value 'DisableRollback' is 0
MSI (s) (DC:6C) [16:39:59:850]: Machine policy value 'DisableRollback' is 0
MSI (s) (DC:6C) [16:39:59:850]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (DC:6C) [16:39:59:850]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (DC:6C) [16:39:59:850]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (DC:6C) [16:39:59:850]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (84:60) [16:39:59:866]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (84:60) [16:39:59:866]: MainEngineThread is returning 1603
=== Verbose logging stopped: 16.12.2015  16:39:59 === 

IIS 6.1 Enable Web Content Write Permission

ssl certifiacate error issue!!!

$
0
0

Dear all

i have got the ssl certificate from our vendor, i have installed the both intermediate certificate and crt certificate, i have done all the required bindingsto my domain in iis manager, but still the site is showing as non secure i.e it is showing certificate error

 ERR_CERT_COMMON_NAME_INVALID).

error is as below

 

<div id="main-message">

Your connection is not private

Attackers might be trying to steal your information from localhost (for example, passwords, messages or credit cards).

  <div id="debugging"> <div id="error-code" class="error-code">NET::ERR_CERT_COMMON_NAME_INVALID</div> </div> </div> <div id="extended-reporting-opt-in" class="ssl-opt-in"></div>

Getting Parser Error On IIS with Default VS ASP.NET Sample

$
0
0

Hello,

i'm getting a parser error when publishing my webservice on an server with windows 10.

On the developer-Computer everything is fine.

The VS Sample throuths the same exception:

<%@ Application Codebehind="Global.asax.cs" Inherits="MeinTV.WebApiApplication" Language="C#" %>
Microsoft .NET Framework-Version:4.0.30319; ASP.NET-Version:4.6.1590.0

The version of the Service is .NET 4.5. When i'm using 4.6 i will get the same Error.

When running the Debug Site with IIS Express everything is fine, too.

Hope someone can help me.

Best regards

IIS Logfile Analysis Tool

$
0
0

Is there a IIS 8.5 web analytics reporting tool that is easy to install and use for a locally hosted website on a Windows 2012 R2 server?  Any recommendations and suggestions would be most appreciated.

Thank you in advance. 

Regarding IIS and application thread pools and async

$
0
0

When you have your controllers either in ASP.NET MVC or Web API set up to (correctly) use async/await, the thread processing the request will be freed up and returned to the thread pool. As advertised by every online document.

In the book Professional IIS 7, I read that initially HTTP.sys handles the requests in kernel mode and if the threads are maxed out, queues them up (each app pool having its own queue IIRC).

Now, since IIS7 the pipeline is integrated (as compared to IIS6), does that mean that IIS and an application poop is technically the same entity (for the lack of a better word)? And when my application performs an async task, the thread returned to the tread pool technically frees up a thread to process another request for IIS as a whole (for that app pool)?

Or does IIS have its own limited amount of threads and is just a mediator between HTTP.sys and the app pools? So if for example I'm running 4 sites, each app pool capable of servicing 100 requests, but IIS itself not being able to mediate, say, more than 300 requests. In this case, I wouldn't gain anything by freeing up threads in my app pool, since IIS is bottlenecking the whole flow.

Why am I getting a 403?

$
0
0

I've published a 

ClickOnce
 application.

The application downloads and installs properly from 

MyApplication/MyApplication.application
.

However, if they access 

MyApplication/setup.exe
 to automatically install the prerequisites and then run the application, they get a 
403
.

403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.

In Handler Mappings, 

cgi-exe
 is disabled. I've added a module mapping as follows:
Name: setup.exePath: setup.exeState:EnabledPath type: unspecifiedHandler:StaticFileModuleEntry type:LocalAccess required by the handler:ScriptSpecify verbs to be handled: all verbs[Unchecked]Invoke handler only if request is mapped to...

The application pool has 

Full Control
 on the folder and runs on the 
Application Pool Identity
.

What am I missing?

HTTP

$
0
0

I woul like to know about the scope on web designing with  HTTP.

Viewing all 27852 articles
Browse latest View live




Latest Images