All Forumshttp://forums.iis.net/default.aspxAll ForumsThu, 23 May 2013 21:17:04 -0400urn:uuid:00000000-0000-0000-0000-000000000000urn:uuid:00000000-0000-0000-0000-000002051271http://forums.iis.net/p/1198969/2051271.aspx/1?Invalid+object+name+error+for+azure+database+connected+tableInvalid object name error for azure database connected table <p>Hi,</p> <p>&nbsp;</p> <p>I'm trying to create a website using webmatrix 3 using sql database connected from windows azure. I have added the connection string, and the database connection/compatibility test passes. But when I try to launch the website through IE (I haven't published it because its not finished yet), it gives me the following error.</p> <p>&nbsp;</p> <p><i>Invalid object name 'Coordinate'.</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"> <span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br> <b>Exception Details: </b>System.Data.SqlClient.SqlException: Invalid object name 'Coordinate'.<br> <b>Source Error:</b></span></span></p> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td> <pre>Line 2: var db = Database.Open(&quot;SQLAzureConnection&quot;); Line 3: var selectQueryString = &quot;SELECT * FROM Coordinate&quot;; <span color="red" style="color:red">Line 4: var row = db.QuerySingle(selectQueryString); </span></pre> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td> </tr> </tbody> </table> <p></p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span></span></p> <p><b>Source File: </b>c:\Users\VP\Documents\My Web Sites\TL\Page.cshtml<b> &nbsp;&nbsp; Line: </b>4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span></span></p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span>&nbsp;</p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span></span></p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif">The table name &quot;Coordinate&quot; is correct and it exists in the database. Any insight would be great!</span></p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span></span></p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span>&nbsp;</p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span></span></p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif">Thanks.</span></p> 2013-05-24T00:48:50-04:002013-05-24T00:48:50.107-04:00urn:uuid:00000000-0000-0000-0000-000002051270http://forums.iis.net/p/1198968/2051270.aspx/1?Appool+COM+component+ASP+NET+IIS+7+5Appool, COM component, ASP.NET, IIS 7.5 <p>Hi all. This may seem like an ASP.NET specific question but I do not think so, so I apologise if it is.</p> <p>I have a classic ASP site (I did NOT develop this). This runs fine on IIS6 on WS2003.</p> <p>There is a COM component that was developed by someone many years ago in VB6. There is a function in there called &quot;GetCertFile&quot;. You give it a folder path (UNC network path) and it deals with it and gives you back a filename. That works just fine.</p> <p></p> <p>I now have developed a new website. ASP.NET 4.0, running on IIS7.5. This is a seperate physical server than the one which has the classic ASP site.</p> <p>COM Component is registered - so this is not a problem.</p> <p>This new site uses the SAME functionality in terms of calling the GetCertFile. Feeding it the SAME UNC path and this results in an empty string being given back. This makes no sense.</p> <p>When I look at the Last Win32 error, I get error code 3 which is File not found.</p> <p></p> <p>Now here is something interesting....</p> <p></p> <p>If I dev a simple winforms .NET 4.0 app and do the same as above, I get the filename back no problem (just like the behavior on the classic ASP site).</p> <p></p> <p>I am COMPLETELY stumped - I have no idea why I am getting such a different behavior.</p> <p>I am convinced this is down to configuration of IIS or something.</p> <p></p> <p>The old site does use forms authentication (ASP.NET to asp hand off) where as the new website is pure ASP.NET and does also have forms authentication.</p> <p></p> <p>Here is where it gets even more interesting:</p> <p></p> <p>If I create a new ASP.NET project and use the same code as above and having it run on the local dev IIS (cassini), it works fine! No problem!</p> <p>But when I create a virtual directory and have the test website run from this (making sure I enable 32bit app on the app pool since the COM component is 32 bit and the website is 64bit), then it does NOT work.</p> <p></p> <p>What am I missing? Can anyone shed some light on this? I really need to get this to work but this makes no sense why I am getting such a different behavior.</p> <p>There are no errors or warning in the eventlogs. So I am lost. I do think its an IIS / app pool thing somewhere but again, not sure and I need experts like yourselves to aid me here.</p> <p></p> <p>Thanks!</p> 2013-05-23T23:08:50-04:002013-05-23T23:08:50.403-04:00urn:uuid:00000000-0000-0000-0000-000002051269http://forums.iis.net/p/1198967/2051269.aspx/1?IIS+8+NLB+Share+Configuration+HTTP+RedirectIIS 8 NLB Share Configuration HTTP Redirect <p>I'm stumped. &nbsp;I have 3 Windows 2012 Servers, installed with shared configuration, NLB, and DFS replication for the shared root web folder. &nbsp;All of my HTTP sites work great. &nbsp;I have installed a wildcard SSL cert on all three web servers. &nbsp;My single HTTPS site itself works fine if you go directly to it. &nbsp;However, I'd like to have http://demo.mydomain.com&nbsp;redirect to https://demo.mydomain.com</p> <p><a href="https://demo.mydomain.com"></a>I unshared all three servers, installed URL Rewrite, restarted and then reshared the servers. &nbsp;The app is installed in the add/remove programs, but doesn't show up on the sites for configuration, and I can't figure out another way to do this. &nbsp;</p> <p>Help please!</p> 2013-05-23T22:37:36-04:002013-05-23T22:37:36.203-04:00urn:uuid:00000000-0000-0000-0000-000002050697http://forums.iis.net/p/1198613/2050697.aspx/1?IIS7+5+DFS+Shared+Config+Default+DocumentIIS7.5 DFS Shared Config Default Document <p>Hello,</p> <p>One of my previous system admins setup DFS Shared Configs for IIS. &nbsp;I recently had to rebuild this DFS share. &nbsp;When I brought this back online, some of the settings that were shared before using DFS Shared Configs are no longer working as they were before. &nbsp;I have been unable to find a solution for this. &nbsp;In my current set up, I have DFS setup as a hub and spoke. &nbsp;I'm using a single server to make changes to the settings in IIS on the main server and have those replicated to all the other servers in my web pool. &nbsp;The two settings that I have been unable to replicate from the main server are &quot;Default Document&quot; and &quot;Error Pages&quot;. &nbsp;The other two settings that we manipulate regularly are &quot;ASP&quot; and &quot;Logging&quot;. &nbsp;ASP and logging are replicating their settings to the other servers in the pool as expected. &nbsp;However, the Default Doc and Error Pages are not replicating the changes that I make on the main server to the other servers in the pool. &nbsp;In the previous setup, the Default Doc and the Error Pages were replicating from the main server to the pool. &nbsp;I have been unable to determine how to get either DFS or IIS to function as it did previously. &nbsp;Can anyone shed some light on how I can get the Default Doc and Error Pages settings to replicate from the main server to the other servers in the pool using DFS or point me in the right direction to find the correct tutorial or forum thread that I may have missed?</p> 2013-05-16T19:26:36-04:002013-05-16T19:26:36.177-04:00urn:uuid:00000000-0000-0000-0000-000002051206http://forums.iis.net/p/1198927/2051206.aspx/1?The+there+was+an+error+while+performing+this+operation+messageThe "there was an error while performing this operation" message <p>Hi -&nbsp;</p> <p>Still trying to come up to speed with IIS, and have managed to deploy 3 different web apps on our server: &nbsp;One .NET 2.0, two different .NET 4.0.&nbsp;</p> <p>The server runs Windows Server 2008 R2, Service Pack 1.</p> <p>The apps were built in VS 2012 and deployed via &quot;Web Deploy Package&quot;. &nbsp;These run as expected. &nbsp;&nbsp;</p> <p>Now, the app that runs on .NET 2.0 was originally written in VB back in the day. &nbsp;We want to update it, so have ported all of the code to C# and built it on .NET 4.0. &nbsp;We created a Web Deploy Package and deployed. &nbsp;No problems there.</p> <p>But for this app, when you click ANY of the configuration icons under either ASP.NET, IIS, or Management (ie., &quot;Authentication&quot;), a dialog pops up with this message:</p> <p style="padding-left:30px">There was an error while performing this operation. <br> Details:</p> <p style="padding-left:30px">Filename: \\?\C:\inetpub\wwwroot\AsicOP/WO1.3\web.config <br> Error: Cannot read configuration file</p> <p>Did a lot of searching and found a lot of references to permissions problems. &nbsp;Unfortunately, this isn't the case with this guy - All our permissions seem to be working fine. &nbsp;</p> <p>Also - If we build the new app to target .NET 2.0 and deploy it, it works fine - We don't get the &quot;there was an error...&quot; dialog. &nbsp;</p> <p>We could just stick with 2.0, but think it'd be better if we could move forward.</p> <p>Suggestions?</p> <p>In advance, thanks!</p> <p>Scott Osborn</p> <p></p> 2013-05-22T22:32:37-04:002013-05-22T22:32:37.67-04:00urn:uuid:00000000-0000-0000-0000-000002051266http://forums.iis.net/p/1198966/2051266.aspx/1?WebPI+4+5+can+t+find+Recommended+Configuration+for+Hosting+Providers+WebPI 4.5 - can't find “Recommended Configuration for Hosting Providers” <p>I am running Windows 8 Pro and Web PI 4.5. I want to install all the products necessary to enable the &quot;Deploy&quot; menu item in IIS so I can Import and Export packages from IIS. I already have installed &quot;Web Deploy 3.0&quot; and &quot;Web Deploy 3.0 without bundled SQL Support (latest)&quot;. I have tried to install &quot;Web Deploy 3.0 for Hosting Servers&quot;, and while it seems to complete successfully, it still keeps showing up in WebPI 4.5 with an &quot;Add&quot; button instead of showing &quot;Installed&quot;. I installed IIS through the &quot;Add and Remove Windows Features&quot; in the Control Panel.</p> <p>With Web Deploy 3.0 installed, I can run web deployment packages from the command line. But I want to enable the access through the IIS Management Console, and it is not showing up. Without the &quot;Recommended Configuration for Hosting Providers&quot; entry in WebPI 4.5, I don't know what other pieces I need to install to get this to show up.</p> <p>What should I do? Why is this entry not showing up in WebPI 4.5?</p> <p>Thank you,</p> <p>Cindy K.</p> 2013-05-23T19:48:46-04:002013-05-23T19:48:46.593-04:00urn:uuid:00000000-0000-0000-0000-000002051265http://forums.iis.net/p/1198965/2051265.aspx/1?nopCommerce+Installation+FailurenopCommerce Installation Failure <p>I cannot install nopCommerce version 3.0.&nbsp; The error I receve is:</p> <p>&nbsp;</p> <p>DownloadManager Error: 0 : Signature verification failed on downloaded file. URL: <a href="http://nopcommerce.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=679576"> http://nopcommerce.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=679576</a>. File location: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\nopCommerce\1be3b8a652fd2bd9133037aeda25cbd63b8fd4b1 \nopCommerce_3.00_WPI.zip. File size: 19248 kb</p> <p>&nbsp;</p> <p>Please advise.</p> <p>&nbsp;</p> 2013-05-23T18:51:34-04:002013-05-23T18:51:34.91-04:00urn:uuid:00000000-0000-0000-0000-000002051264http://forums.iis.net/p/1198964/2051264.aspx/1?IIS+7+0+IIS 7.0 <p>I just installed IIS 7.0 on my windows 7 Laptop with .NET 4.0</p> <ol> <li>Verify the installation IIS Manager (INETMGR) </li></ol> <table border="1" cellspacing="0" cellpadding="0"> <tbody> <tr> <td valign="top" width="121"> <p>Name</p> </td> <td valign="top" width="66"> <p>Status</p> </td> <td valign="top" width="78"> <p>.Net Frame</p> </td> <td valign="top" width="114"> <p>Managed Pipeline</p> </td> <td valign="top" width="150"> <p>Identity</p> </td> <td valign="top" width="48"> <p>Apps</p> </td> </tr> <tr> <td valign="top" width="121"> <p>DefaultAppPool</p> </td> <td valign="top" width="66"> <p>Started</p> </td> <td valign="top" width="78"> <p>v2.0</p> </td> <td valign="top" width="114"> <p>Integrated</p> </td> <td valign="top" width="150"> <p>ApplicationPoolIdentity</p> </td> <td valign="top" width="48"> <p>1</p> </td> </tr> <tr> <td valign="top" width="121"> <p>Classic.Net AppPool</p> </td> <td valign="top" width="66"> <p>Started</p> </td> <td valign="top" width="78"> <p>v2.0</p> </td> <td valign="top" width="114"> <p>Classic</p> </td> <td valign="top" width="150"> <p>ApplicationPoolIdentity</p> </td> <td valign="top" width="48"> <p>0</p> </td> </tr> </tbody> </table> <p>I run <a href="http://localhost/">HTTP://Localhost</a> and it worked fine - see the IIS 7 image</p> <p>Register .Net 4.0 on Command Line, type the directory&nbsp;&nbsp;<pre class="prettyprint">C:\Windows\Microsoft.NET\Framework\v4.0.30319</pre></p> <p><pre class="prettyprint">Typed&nbsp;\aspnet_regiis.exe &ndash;ir and press enter; Now I have ASP v4.0</pre></p> <table border="1" cellspacing="0" cellpadding="0"> <tbody> <tr> <td valign="top" width="121"> <p>ASP.NET v4.0</p> </td> <td valign="top" width="66"> <p>Started</p> </td> <td valign="top" width="78"> <p>V4.0</p> </td> <td valign="top" width="114"> <p>Integrated</p> </td> <td valign="top" width="150"> <p>ApplicationPoolIdentity</p> </td> <td valign="top" width="48"> <p>0</p> </td> </tr> <tr> <td valign="top" width="121"> <p>ASP.NET v4.0 Classic</p> </td> <td valign="top" width="66"> <p>Started</p> </td> <td valign="top" width="78"> <p>V4.0</p> </td> <td valign="top" width="114"> <p>Classic</p> </td> <td valign="top" width="150"> <p>ApplicationPoolIdentity</p> </td> <td valign="top" width="48"> <p>0</p> </td> </tr> </tbody> </table> <p>I run <a href="http://localhost/">HTTP://Localhost</a> and it still worked fine - see the IIS 7 image</p> <p>Changed the DefaultAppPool to .Net Framework v4.0.30319</p> <p>I run <a href="http://localhost/">HTTP://Localhost</a>and I got &quot;HTTP Error 503. The service is unavailable.&quot;</p> <p>What am I missing here, please help me fix this issue, I have been working on this for 2 weeks and cannot find a solution on the Web, just step by step instruction to enable to run v4.0 on my local machine.</p> <p>&nbsp;I cannot run my application on v2.0 because it is in .Net 4.0</p> <p>&nbsp;</p> 2013-05-23T18:02:41-04:002013-05-23T18:02:41.207-04:00urn:uuid:00000000-0000-0000-0000-000002051253http://forums.iis.net/p/1198960/2051253.aspx/1?Web+app+logs+me+in+as+anonymous+Web app logs me in as anonymous? <p>Hi guys, I have an intranet site that automatically detects who logs in... however, I have ASP.NET impersonation on (set to authenticated user) as well as Windows authentication turned on. I have anonymous authentication disabled. Yet when I still access the page it says login failed for user NT AUTHORITY/ANONYMOUS LOGON.</p> <p>I just don't get why it sees me as anonymous? Obviously the site works if it can tell who is logged in. Do you guys know where I should start looking? Thank you.</p> 2013-05-23T14:48:00-04:002013-05-23T14:48:00.883-04:00urn:uuid:00000000-0000-0000-0000-000002051186http://forums.iis.net/p/1198918/2051186.aspx/1?iis+7+logging+2008+server+r2iis 7 logging 2008 server r2 <p>I have http logging installed and I am not able to establish logging in the features veiw of IIS manager. Any ideas?</p> 2013-05-22T11:51:57-04:002013-05-22T11:51:57.037-04:00urn:uuid:00000000-0000-0000-0000-000002051259http://forums.iis.net/p/1198961/2051259.aspx/1?Trouble+Installing+SSL+certificates+to+server+sites+in+IIS7Trouble Installing SSL certificates to server/sites in IIS7 <p>I'm having a lot of trouble installing a(some?) SSL certificates to my site. We have been provided with some certificates (a pfx, several .pem files, and a jks) for authentication to use an API.<br> <br> Unfortunately my experience with certification like this is almost nil. Days have now passed and I'm not sure I'm any closer to solving this problem.</p> <p>When I try to import the pfx file from the server's Server Certificates window I am told 'Certificate cannot be used as an SSL server certificate';</p> <p>Trying to import the pem files to the site through the 'complete certificate request...' option returns an access error. (this exact error <a href="http://forums.iis.net/t/1189847.aspx/1">http://forums.iis.net/t/1189847.aspx/1</a>) But the solution outlined in that thread did not solve the problem.<br> <br> It may be that I am using the certificate files completely incorrectly. I believe the files themselves are correct however. The pem files include a pub key a priv key an intermediate CA and a root CA. How I am meant to use them is a little above me. I believe these can be combined into one pem file however this didn't work either.<br> <br> Renaming to .cer did allow me to install them to the Windows machine but have resulted in no practical changes.<br> <br> Any advice or guidance on to the right path would be greatly appreiciated (have of course already had a peruse of existing threads and FAQs).&nbsp;</p> 2013-05-23T15:50:53-04:002013-05-23T15:50:53.24-04:00urn:uuid:00000000-0000-0000-0000-000002023246http://forums.iis.net/p/1189847/2023246.aspx/1?Server+Certificate+Complete+Certificate+Request+errorServer Certificate - Complete Certificate Request error <p>I get this error when I choose the cerificate file and give the friendly name and click on Ok.</p> <p>Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p> <p>I made sure the IUSR, IIS_USERS, NETWORK SERVICE, Administrator ( the domain user ) all have full control to the folder where this file is located?</p> <p>What else do I need to setup??</p> <p>Thanks</p> 2012-06-10T18:00:24-04:002012-06-10T18:00:24.807-04:00urn:uuid:00000000-0000-0000-0000-000002051217http://forums.iis.net/p/1198934/2051217.aspx/1?WebMatrix+3+errors+and+problemsWebMatrix 3 errors and problems I've begun using WebMatrix 3 and IIS express 7.5 for the first time to host a website with database for the first time. Unfortunately I've been running into a mass of errors which I cannot find solutions for. I have read the manual and the trouble shooting guides as well as searching the web. It seems I'm the only person with this problem. I am a programmer and hosting is not my strongest skill, a few friends have tried to help and still no resolution so any help would be appreciated. When Webmatrix is loaded I can open a site from a folder, which is ready to go however once I select it I get the message &quot;website 'FE' does not exist. First solution to this for me was to create a new site and just move it in, however even creating a new site gives the error &quot;website 'emptysite1' does not exist&quot;. If I ignore the error and try to open the site loaded in IIS task bar, I get an error page 503.14 where the solution is to config APCMD. When I run it however it opens the prompt, loads the text then closes the prompt. Any help would be great, I have tried many solutions and nothing. Solves the problem. I have uninstalled and reinstalled everything. Comparability mode Renamed index.aspx as HTML which worked but couldn't externally be connected externally but its not a HTML site. 2013-05-23T06:42:43-04:002013-05-23T06:42:43.76-04:00urn:uuid:00000000-0000-0000-0000-000002050967http://forums.iis.net/p/1198830/2050967.aspx/1?Github+missing+from+WebMatrixGithub missing from WebMatrix &lt;div&gt; <p>Recently made a copy of one of my sites to play with and I have come to the realization there is no Nuget link.</p> <p>It goes from View, Launch(VS), Galleries, to Snippets.</p> <p>How do I get it back in there?</p> &lt;/div&gt; 2013-05-18T12:35:21-04:002013-05-18T12:35:21.007-04:00urn:uuid:00000000-0000-0000-0000-000002051252http://forums.iis.net/p/1198959/2051252.aspx/1?ARR+Proxy+provide+client+certificateARR Proxy provide client certificate <p>Hi all,</p> <p>I've got a web service (i.e:&nbsp;<a href="https://myservice.com">https://myservice.com</a>)&nbsp;host on my server. This web service need a client certificate to access them (client certificate required in iis website).</p> <p>Example :<br> I've install Application Request Routing and Url rewrite module in my IIS. I've got a website (asp.net application) that has this url : <a href="http://www.example.com.">www.example.com.</a>&nbsp;I created a new application in this website with the name &quot;wcf&quot;. I want that every request made on wcf &quot;endpoint&quot; are tranfered on my webservice.</p> <p>So I create a rules (using url rewrite mod) on the subapplication of my website as follow :&nbsp;</p> <p>- Match pattern : (.*)<br> - Action type : Rewrite<br> - Action properties : <a href="https://myservices.com/{R:0}">https://myservices.com/{R:0}</a></p> <p>IIS<br> ==<br> - site1 (website)<br> -- wcf (subapplication)</p> <p>When I type the following url (<a href="http://www.example.com/wcf/myservice.svc">www.example.com/wcf/file.svc</a>), the &quot;proxy&quot; (/wcf) go to <a href="https://myservices.com/file.svc">https://myservices.com/file.svc</a>&nbsp;and the result is returned to <a href="http://www.example.com.">www.example.com.</a>&nbsp;It works fine when I disable client certificate on my web service. but when the client certificate is activated on the web service i've got the following error :</p> <p>502.3 - Bad Gateway<br> A certificate is required to complete client authentication</p> <p>It means that the ARR proxy doesn't provide client certificate to web service.</p> <p>I want to know if ARR is able to provide client certificate to my web service. If yes, how can I do this ?</p> <p>Thank you</p> 2013-05-23T14:39:02-04:002013-05-23T14:39:02.973-04:00urn:uuid:00000000-0000-0000-0000-000002051235http://forums.iis.net/p/1198946/2051235.aspx/1?Can+t+get+phpinfo+to+work+Configuration+problem+Can't get phpinfo() to work! Configuration problem. <p>Hello,</p> <p>I'm new to PHP. I'm trying to install it on Windows Server 2008 R2 (Version 6.1 Build 7600) with IIS version 7.5.7600.16385. FastCGI is also installed.</p> <p>I tried installing PHP via the WebPI, then via the installer link and finally via the zip file and manual configuration. In each case I get the same result. The version of PHP is 5.3.25 Non Thread Safe (php-5.3.25-nts-Win32-VC9-x86). I installed the PHP manager that sits inside the IIS Manager and this seems to think that PHP is configured. I've made what I believe to be all the required changes to the php.ini file.</p> <p>If I create a &quot;hello world&quot; HTML file in c:\inetpub\wwwroot then that is served fine. If I put in a text file (phpinfo.php containing the normal &lt;?php phpinfo(); ?&gt;) in the same directory then I get a 404 error.</p> <p>The details of the error are:</p> <p>HTTP Error 404.0 - Not Found<br> The reource you are looking for has been removed, had its name changed, or is temporarily unavailable.</p> <p>Module: IIS Web Core<br> Notification: MapRequestHandler<br> Handler: PHP_via_FastCGI<br> Error Code: 0x80070002<br> Requested URL: http:/localhost:80/phpinfo.php<br> Physical Path: c:\inetpub\wwwroot\phpinfo.php<br> Logon Method: Anonymous<br> Logon User: Anonymous</p> <p>I found out that IIS is using IUSR as the user and made sure that IUSR had rights both to the .php file as well as php.exe.</p> <p>This is strarting to drive me crazy. If you have any ideas what I might have missed please do let me know. Thanks.</p> <p>Chris</p> <p></p> <p></p> 2013-05-23T13:22:14-04:002013-05-23T13:22:14.893-04:00urn:uuid:00000000-0000-0000-0000-000002051250http://forums.iis.net/p/1198958/2051250.aspx/1?Troubleshooting+500+ErrorTroubleshooting 500 Error <p>I'm having major problems uploading files and I don't understand the logged error from a 500 Internal Server Error.</p> <p></p> <p>This is the error logged in W3SVC12:</p> <p style="padding-left:30px">2013-05-23 12:45:46 W3SVC12 DSVR017177 213.171.205.235 POST /account/test/server/php/ - 80 - 88.202.236.161 HTTP/1.1 Mozilla/5.0&#43;(Windows&#43;NT&#43;6.1;&#43;WOW64)&#43;AppleWebKit/537.31&#43;(KHTML,&#43;like&#43;Gecko)&#43;Chrome/26.0.1410.64&#43;Safari/537.31 PHPSESSID=d828b568c8c122e45b4b376ff1287a74;&#43;__atuvc=0%7C13%2C0%7C14%2C0%7C15%2C0%7C16%2C18%7C17;&#43;__utma=11234787.1386610922.1366208206.1369298491.1369306266.65;&#43;__utmc=11234787;&#43;__utmz=11234787.1366208206.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) http://www.free2read.co.uk/account/test/ www.free2read.co.uk 500 0 2147500037 1572 7786458 105114</p> <p style="padding-left:30px"><br> 2013-05-23 12:46:03 W3SVC12 DSVR017177 213.171.205.235 POST /account/test/server/php/ - 80 - 88.202.236.161 HTTP/1.1 Mozilla/5.0&#43;(Windows&#43;NT&#43;6.1;&#43;WOW64)&#43;AppleWebKit/537.31&#43;(KHTML,&#43;like&#43;Gecko)&#43;Chrome/26.0.1410.64&#43;Safari/537.31 PHPSESSID=d828b568c8c122e45b4b376ff1287a74;&#43;__atuvc=0%7C13%2C0%7C14%2C0%7C15%2C0%7C16%2C18%7C17;&#43;__utma=11234787.1386610922.1366208206.1369298491.1369306266.65;&#43;__utmc=11234787;&#43;__utmz=11234787.1366208206.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) http://www.free2read.co.uk/account/test/ www.free2read.co.uk 500 0 2147500037 1572 8804902 123031</p> <p></p> <p>If somebody could help me understand what this means, that would be great. I've been trying to resolve this issue since last Friday.</p> <p></p> <p>A little background on the issue:</p> <p></p> <p>I'm writing a file upload script, and this error occurs on 10MB&#43; files most of the time. Occasionally the file gets through but mostly I receive the 500 error. The PHPINI file has the following attributes set:</p> <p style="padding-left:30px"><span>max_execution_time 300</span><br> <span>max_file_uploads 20</span><br> <span>max_input_time 600</span><br> <span>memory_limit 128M</span><br> <span>post_max_size 70M</span><br> <span>upload_max_filesize 50M</span><br> <span>upload_tmp_dir C:\Windows\Temp\</span></p> <p><span>The file uploads to the Temp directory but crashes out 500 before moving the file to the correct directory. I've tried various different scripts, domains, client machines and it always crashes out. If I upload it from remote connection to the server it uploads fine.</span></p> <p><span><br> </span></p> <p><span>Please help!</span></p> <p><span><br> </span></p> <p><span>Thanks.</span></p> 2013-05-23T14:25:25-04:002013-05-23T14:25:25.713-04:00urn:uuid:00000000-0000-0000-0000-000002051249http://forums.iis.net/p/1198957/2051249.aspx/1?Server+to+Client+slow+response+on+IIS7+with+PHP+5+3Server to Client slow response on IIS7 with PHP 5.3 <p></p> <p>I have windows server 2008 R2 and installed IIS7.5 with PHP 5.3. The response time was very slow from Server to Client, so how to log all the slow response times and analyse.</p> <p></p> <p></p> 2013-05-23T14:13:30-04:002013-05-23T14:13:30.04-04:00urn:uuid:00000000-0000-0000-0000-000002051248http://forums.iis.net/p/1198956/2051248.aspx/1?WebDeploy+cant+deploy+siteWebDeploy cant deploy site <p>Hi,</p> <p>I've created a package from site and try to 'Import server or site package' to another IIS</p> <p>but getting the following exception:</p> <p>&quot;&nbsp;The selected package contains applications, which cannot be install the package within the site &quot;</p> <p>It appears that WebDeploy cant package a site and will work only under existing site</p> <p>if i do the restore under Default Web Site or other WebSite i've already created it works but creating the package site under the current</p> 2013-05-23T14:10:34-04:002013-05-23T14:10:34.043-04:00urn:uuid:00000000-0000-0000-0000-000002051233http://forums.iis.net/p/1198944/2051233.aspx/1?SQL+Server+2008+R2+SP2+Failed+To+InstallSQL Server 2008 R2 SP2 Failed To Install <p>Hey,&nbsp;</p> <p>I don't know why but SQL Server 2008 won't install. Because of that nothing else installs either.</p> <p>I'm using Windows 8.</p> <p>Thanks any helpers!</p> <p>Here's the log:</p> <p>DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9817844<br> DownloadManager Information: 0 : https://go.microsoft.com/?linkid=9817844 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Content-Length: 175<br> Content-Type: text/html; charset=utf-8<br> Expires: Wed, 22 May 2013 21:17:11 GMT<br> Location: https://www.microsoft.com/web/webpi/4.5/webproductlist.xml<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 2.0.50727<br> Set-Cookie: MC1=GUID=7b8505b4df276e4e91aa31aa82b7c95d&amp;HASH=b405&amp;LV=20135&amp;V=3; domain=microsoft.com; expires=Sun, 03-Oct-2010 07:00:00 GMT; path=/<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:11 GMT</p> <p><br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/webproductlist.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;2a7fb72c9551ce1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 438447744200000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:12 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\-1250132447.xml.temp<br> DownloadManager Warning: 0 : Could not resolve keyword ID WIF<br> DownloadManager Warning: 0 : Could not resolve keyword ID identity<br> DownloadManager Warning: 0 : Could not resolve keyword ID federation<br> DownloadManager Warning: 0 : Could not resolve keyword ID claims<br> DownloadManager Warning: 0 : Could not resolve keyword ID authentication<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 2, majorSP: 0, minorSP: 0, productType: 6, architecture: x86<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/webapplicationlist.xml<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 2, majorSP: 0, minorSP: 0, productType: 6, architecture: x86<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/webapplicationlist.xml' after preprocessing, location on disk: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\preprocessor\1257519080.xml'<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/mediaproductlist.xml<br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/mediaproductlist.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;f97d7c1bdeace1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 791506043700000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:17 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\-645085719.xml.temp<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 2, majorSP: 0, minorSP: 0, productType: 6, architecture: x86<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/mediaproductlist.xml' after preprocessing, location on disk: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-645085719.xml'<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/ToolsProductList.xml<br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/ToolsProductList.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;66abeab13853ce1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 438447744200000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:17 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\-278528821.xml.temp<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 2, majorSP: 0, minorSP: 0, productType: 6, architecture: x86<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/ToolsProductList.xml' after preprocessing, location on disk: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-278528821.xml'<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/enterpriseproductlist.xml<br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/enterpriseproductlist.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Last-Modified: Thu, 14 Feb 2013 18:06:16 GMT<br> Accept-Ranges: bytes<br> ETag: &quot;a744a9fbddace1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 438581343500000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:17 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\-1611415340.xml.temp<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 2, majorSP: 0, minorSP: 0, productType: 6, architecture: x86<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/enterpriseproductlist.xml' after preprocessing, location on disk: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1611415340.xml'<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://go.microsoft.com/?linkid=9817844' after preprocessing, location on disk: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1250132447.xml'<br> DownloadManager Information: 0 : Getting ratings file from http://go.microsoft.com/?linkid=9752395<br> DownloadManager Information: 0 : Contextual entry products: VWD2010SP1AzurePack<br> DownloadManager Information: 0 : Adding product Visual Web Developer Express 2010 SP1 (Latest) (VWD2010SP1AzurePack) to cart<br> DownloadManager Information: 0 : Contextual navigation to product 'VWD2010SP1AzurePack'<br> DownloadManager Information: 0 : http://go.microsoft.com/?linkid=9752395 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Content-Length: 203<br> Content-Type: text/html; charset=utf-8<br> Expires: Wed, 22 May 2013 21:17:18 GMT<br> Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 2.0.50727<br> Set-Cookie: MC1=GUID=e1c82ec9c790f44fb7c92b76f8f28684&amp;HASH=c92e&amp;LV=20135&amp;V=3; domain=microsoft.com; expires=Sun, 03-Oct-2010 07:00:00 GMT; path=/<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:18 GMT</p> <p><br> DownloadManager Information: 0 : Ratings file loaded successfully<br> DownloadManager Information: 0 : Using SQL mixed mode authentication<br> DownloadManager Information: 0 : Adding product 'VWD2010SP1AzurePack'<br> DownloadManager Information: 0 : Adding dependency product 'VWD2010SP1AzurePack_2_0<br> DownloadManager Information: 0 : Adding dependency product 'VWD2010SP1Pack_1_0<br> DownloadManager Information: 0 : Adding dependency product 'AspWebPagesVS<br> DownloadManager Information: 0 : Adding dependency product 'MVC3Installer<br> DownloadManager Information: 0 : Adding dependency product 'VS10SP1_KB2748141_Only<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVS2010_1_3<br> DownloadManager Information: 0 : Adding dependency product 'MVC4Vs2010_Loc<br> DownloadManager Information: 0 : Adding dependency product 'MVC4VS2010_Only<br> DownloadManager Information: 0 : Adding dependency product 'VS2010SP1Core<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVWD2010_Only_1_3_LP<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVWD2010_Only_1_3_BaseLocale<br> DownloadManager Information: 0 : Adding dependency product 'VS2010SP1Installer<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_2_0<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_Only_2_0_LP<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_Only_2_0_BaseLocale<br> DownloadManager Information: 0 : Adding dependency product 'VWD_RTW<br> DownloadManager Information: 0 : Adding dependency product 'SQLExpress<br> DownloadManager Information: 0 : Adding dependency product 'MVC3Loc<br> DownloadManager Information: 0 : Adding dependency product 'MVC3LocInstaller<br> DownloadManager Information: 0 : Adding dependency product 'SQLCEVSTools_4_0<br> DownloadManager Information: 0 : Adding dependency product 'SQLCEVSToolsInstaller_4_0<br> DownloadManager Information: 0 : Adding dependency product 'SQLCEVSToolsInstallerNew_4_0<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_Only_2_0<br> DownloadManager Information: 0 : Adding dependency product 'VS10SP1_KB2748141<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVWD2010_Only_1_3<br> DownloadManager Information: 0 : Adding dependency product 'MVC4Vs2010_Loc_Only<br> DownloadManager Information: 0 : Setting current install to 1<br> DownloadManager Information: 0 : Starting install sequence<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe instead of downloading from http://go.microsoft.com/fwlink/?LinkID=280385&amp;clcid=0x0409<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VWD_RTW\dd6b1454fe3f90ea126cf550ae344f8e5b831786\vwd_web.exe instead of downloading from http://go.microsoft.com/?linkid=9709959<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 3724<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VS2010SP1Installer\DE33C308A5F9E6EB2CDD23C56EE069191350A792\VS10sp1-KB983509.exe instead of downloading from http://download.microsoft.com/download/2/3/0/230C4F4A-2D3C-4D3B-B991-2A9133904E35/VS10sp1-KB983509.exe<br> DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkID=298625&amp;clcid=0x409' to: C:\Users\netai_000\AppData\Local\Temp\tmp8606.tmp<br> DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkID=298625&amp;clcid=0x409 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Content-Type: text/html; charset=utf-8<br> Expires: Wed, 22 May 2013 21:17:30 GMT<br> Location: http://download.microsoft.com/download/B/E/C/BEC2F248-00B3-49DA-B84A-83674E450DF4/WebPublishVWD2010Tools.msi<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 4.0.30319<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:30 GMT<br> Content-Length: 225</p> <p><br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WebToolsExtensionPublishingVWD2010_Only_1_3_BaseLocale\7CFB53AC7131C4817EEF67DF2800633004BF680C\WebPublishVWD2010Tools.msi' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp8606.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WebToolsExtensionPublishingVWD2010_Only_1_3_BaseLocale\7CFB53AC7131C4817EEF67DF2800633004BF680C\WebPublishVWD2010Tools.msi<br> DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkId=270081' to: C:\Users\netai_000\AppData\Local\Temp\tmp89EF.tmp<br> DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=270081 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Content-Type: text/html; charset=utf-8<br> Expires: Wed, 22 May 2013 21:17:31 GMT<br> Location: http://download.microsoft.com/download/F/5/6/F56EBEBF-41A0-4E71-BAFC-6DEFA354F5A5/VS10SP1-KB2748141-x86.exe<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 4.0.30319<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 21:18:31 GMT<br> Content-Length: 224</p> <p><br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VS10SP1_KB2748141_Only\4EB3F858BE2B98F8BC22C2D138E145462D04095A\VS10SP1-KB2748141-x86.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp89EF.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VS10SP1_KB2748141_Only\4EB3F858BE2B98F8BC22C2D138E145462D04095A\VS10SP1-KB2748141-x86.exe<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi instead of downloading from http://go.microsoft.com/fwlink/?LinkId=212219&amp;clcid=0x409<br> DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/F/4/9/F49D8CF8-BCDB-4F3A-8B8A-8D00077D7DF2/WindowsAzureTools.VS100.exe' to: C:\Users\netai_000\AppData\Local\Temp\tmp8E45.tmp<br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WindowsAzureToolsVS2010_Only_2_0_BaseLocale\276785D5E9249D4D95F919C14326E90791FED28A\WindowsAzureTools.VS100.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp8E45.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WindowsAzureToolsVS2010_Only_2_0_BaseLocale\276785D5E9249D4D95F919C14326E90791FED28A\WindowsAzureTools.VS100.exe<br> DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/F/3/1/F31EF055-3C46-4E35-AB7B-3261A303A3B6/AspNetMVC3ToolsUpdateSetup.exe' to: C:\Users\netai_000\AppData\Local\Temp\tmp9DF6.tmp<br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC3Installer\7A15CA7A49AC8A9EDFE71AC0873A8AA38338C029\AspNetMVC3ToolsUpdateSetup.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp9DF6.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC3Installer\7A15CA7A49AC8A9EDFE71AC0873A8AA38338C029\AspNetMVC3ToolsUpdateSetup.exe<br> DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/2/F/6/2F63CCD8-9288-4CC8-B58C-81D109F8F5A3/AspNetMVC4Setup.exe' to: C:\Users\netai_000\AppData\Local\Temp\tmpA402.tmp<br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC4VS2010_Only\82BCBAE192F8CB875C814821A536C959F85D4727\AspNetMVC4Setup.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmpA402.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC4VS2010_Only\82BCBAE192F8CB875C814821A536C959F85D4727\AspNetMVC4Setup.exe<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Warning: 0 : Command failed. Retries left: 3<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 5936<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Warning: 0 : Command failed. Retries left: 2<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 1516<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Warning: 0 : Command failed. Retries left: 1<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 336<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Error: 0 : Install return code for product 'SQL Server Express 2008 R2 Service Pack 2' is Failure<br> DownloadManager Information: 0 : Product SQL Server Express 2008 R2 Service Pack 2 done install completed<br> DownloadManager Information: 0 : Increasing current install to 2<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer 2010 Express'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 SP1 KB983509'. Skipping install<br> DownloadManager Information: 0 : Product Visual Web Developer 2010 Express had a dependency fail. Increasing install product to 3<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 SP1 Core (SP1 only installation)'. Skipping install<br> DownloadManager Information: 0 : Product Visual Studio 2010 SP1 KB983509 had a dependency fail. Increasing install product to 4<br> DownloadManager Information: 0 : Product Visual Studio 2010 SP1 Core (SP1 only installation) had a dependency fail. Increasing install product to 5<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition (Default Locale)'. Skipping install<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition (Default Locale) had a dependency fail. Increasing install product to 6<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition Language Packs'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition - February 2013'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 family KB 2748141 Only'. Skipping install<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition Language Packs had a dependency fail. Increasing install product to 7<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition - February 2013 had a dependency fail. Increasing install product to 8<br> DownloadManager Information: 0 : Product Visual Studio 2010 family KB 2748141 Only had a dependency fail. Increasing install product to 9<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 family KB 2748141'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Studio 2010'. Skipping install<br> DownloadManager Information: 0 : Product Visual Studio 2010 family KB 2748141 had a dependency fail. Increasing install product to 10<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Studio 2010 had a dependency fail. Increasing install product to 11<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Warning: 0 : Command failed. Retries left: 3<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Warning: 0 : Command failed. Retries left: 2<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Warning: 0 : Command failed. Retries left: 1<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Error: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is Failure (To run this application, you must first install Microsoft Visual Studio 2010 SP1 or Visual Web Developer 2010 Express SP1.)<br> DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation done install completed<br> DownloadManager Information: 0 : Increasing current install to 12<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T00.18.27\SSCEVSTools-ENU.txt<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T00.18.27\SSCEVSTools-ENU1.txt<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T00.18.27\SSCEVSTools-ENU2.txt<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T00.18.27\SSCEVSTools-ENU3.txt<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 (Default Locale)'. Skipping install<br> DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer had a dependency fail. Increasing install product to 13<br> DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 had a dependency fail. Increasing install product to 14<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 (Default Locale) had a dependency fail. Increasing install product to 15<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 Language Packs'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 3 Tools Update Installer'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 3 Tools Update Language Packs Installer'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 3 Tools Update Language Packs'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer Express 2010 SP1 (March 2011)'. Skipping install<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 Language Packs had a dependency fail. Increasing install product to 16<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 4 Installer (VS 2010)- Default Locale'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 4 Language Packs Installer'. Skipping install<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 had a dependency fail. Increasing install product to 17<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 4 with Language Packs (August 2012)'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer Express 2010 SP1 with Azure SDK - 2.0'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer Express 2010 SP1 (Latest)'. Skipping install<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 had a dependency fail. Increasing install product to 18<br> DownloadManager Information: 0 : Product ASP.NET MVC 3 Tools Update Installer had a dependency fail. Increasing install product to 19<br> DownloadManager Information: 0 : Product Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages had a dependency fail. Increasing install product to 20<br> DownloadManager Information: 0 : Product ASP.NET MVC 3 Tools Update Language Packs Installer had a dependency fail. Increasing install product to 21<br> DownloadManager Information: 0 : Product ASP.NET MVC 3 Tools Update Language Packs had a dependency fail. Increasing install product to 22<br> DownloadManager Information: 0 : Product Visual Web Developer Express 2010 SP1 (March 2011) had a dependency fail. Increasing install product to 23<br> DownloadManager Information: 0 : Product ASP.NET MVC 4 Installer (VS 2010)- Default Locale had a dependency fail. Increasing install product to 24<br> DownloadManager Information: 0 : Product ASP.NET MVC 4 Language Packs Installer had a dependency fail. Increasing install product to 25<br> DownloadManager Information: 0 : Product ASP.NET MVC 4 with Language Packs (August 2012) had a dependency fail. Increasing install product to 26<br> DownloadManager Information: 0 : Product Visual Web Developer Express 2010 SP1 with Azure SDK - 2.0 had a dependency fail. Increasing install product to 27<br> DownloadManager Information: 0 : Product Visual Web Developer Express 2010 SP1 (Latest) had a dependency fail. Increasing install product to 28<br> DownloadManager Information: 0 : Clearing cart<br> DownloadManager Error: 0 : System.OutOfMemoryException: Out of memory.<br> at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)<br> at System.Drawing.Image.FromFile(String filename)<br> at Microsoft.Web.PlatformInstaller.UI.ImageServiceImplementation.GetImage(Uri imageUri)<br> DownloadManager Information: 0 : Adding product Visual Web Developer Express 2010 SP1 with Azure SDK - 2.0 (VWD2010SP1AzurePack_2_0) to cart<br> DownloadManager Information: 0 : Using SQL mixed mode authentication<br> DownloadManager Information: 0 : Adding product 'VWD2010SP1AzurePack_2_0'<br> DownloadManager Information: 0 : Adding dependency product 'VWD2010SP1Pack_1_0<br> DownloadManager Information: 0 : Adding dependency product 'AspWebPagesVS<br> DownloadManager Information: 0 : Adding dependency product 'MVC3Installer<br> DownloadManager Information: 0 : Adding dependency product 'VS10SP1_KB2748141_Only<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVS2010_1_3<br> DownloadManager Information: 0 : Adding dependency product 'MVC4Vs2010_Loc<br> DownloadManager Information: 0 : Adding dependency product 'MVC4VS2010_Only<br> DownloadManager Information: 0 : Adding dependency product 'VS2010SP1Core<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVWD2010_Only_1_3_LP<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVWD2010_Only_1_3_BaseLocale<br> DownloadManager Information: 0 : Adding dependency product 'VS2010SP1Installer<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_2_0<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_Only_2_0_LP<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_Only_2_0_BaseLocale<br> DownloadManager Information: 0 : Adding dependency product 'VWD_RTW<br> DownloadManager Information: 0 : Adding dependency product 'SQLExpress<br> DownloadManager Information: 0 : Adding dependency product 'MVC3Loc<br> DownloadManager Information: 0 : Adding dependency product 'MVC3LocInstaller<br> DownloadManager Information: 0 : Adding dependency product 'SQLCEVSTools_4_0<br> DownloadManager Information: 0 : Adding dependency product 'SQLCEVSToolsInstaller_4_0<br> DownloadManager Information: 0 : Adding dependency product 'SQLCEVSToolsInstallerNew_4_0<br> DownloadManager Information: 0 : Adding dependency product 'WindowsAzureToolsVS2010_Only_2_0<br> DownloadManager Information: 0 : Adding dependency product 'VS10SP1_KB2748141<br> DownloadManager Information: 0 : Adding dependency product 'WebToolsExtensionPublishingVWD2010_Only_1_3<br> DownloadManager Information: 0 : Adding dependency product 'MVC4Vs2010_Loc_Only<br> DownloadManager Information: 0 : Setting current install to 1<br> DownloadManager Information: 0 : Starting install sequence<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe instead of downloading from http://go.microsoft.com/fwlink/?LinkID=280385&amp;clcid=0x0409<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VWD_RTW\dd6b1454fe3f90ea126cf550ae344f8e5b831786\vwd_web.exe instead of downloading from http://go.microsoft.com/?linkid=9709959<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 3724<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VS2010SP1Installer\DE33C308A5F9E6EB2CDD23C56EE069191350A792\VS10sp1-KB983509.exe instead of downloading from http://download.microsoft.com/download/2/3/0/230C4F4A-2D3C-4D3B-B991-2A9133904E35/VS10sp1-KB983509.exe<br> DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkID=298625&amp;clcid=0x409' to: C:\Users\netai_000\AppData\Local\Temp\tmp5344.tmp<br> DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkID=298625&amp;clcid=0x409 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Content-Type: text/html; charset=utf-8<br> Expires: Wed, 22 May 2013 22:37:01 GMT<br> Location: http://download.microsoft.com/download/B/E/C/BEC2F248-00B3-49DA-B84A-83674E450DF4/WebPublishVWD2010Tools.msi<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 4.0.30319<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 22:38:01 GMT<br> Content-Length: 225</p> <p><br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WebToolsExtensionPublishingVWD2010_Only_1_3_BaseLocale\7CFB53AC7131C4817EEF67DF2800633004BF680C\WebPublishVWD2010Tools.msi' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp5344.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WebToolsExtensionPublishingVWD2010_Only_1_3_BaseLocale\7CFB53AC7131C4817EEF67DF2800633004BF680C\WebPublishVWD2010Tools.msi<br> DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkId=270081' to: C:\Users\netai_000\AppData\Local\Temp\tmp577B.tmp<br> DownloadManager Information: 0 : http://go.microsoft.com/fwlink/?LinkId=270081 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Content-Type: text/html; charset=utf-8<br> Expires: Wed, 22 May 2013 22:37:02 GMT<br> Location: http://download.microsoft.com/download/F/5/6/F56EBEBF-41A0-4E71-BAFC-6DEFA354F5A5/VS10SP1-KB2748141-x86.exe<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 4.0.30319<br> X-Powered-By: ASP.NET<br> Date: Wed, 22 May 2013 22:38:02 GMT<br> Content-Length: 224</p> <p><br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VS10SP1_KB2748141_Only\4EB3F858BE2B98F8BC22C2D138E145462D04095A\VS10SP1-KB2748141-x86.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp577B.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\VS10SP1_KB2748141_Only\4EB3F858BE2B98F8BC22C2D138E145462D04095A\VS10SP1-KB2748141-x86.exe<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi instead of downloading from http://go.microsoft.com/fwlink/?LinkId=212219&amp;clcid=0x409<br> DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/F/4/9/F49D8CF8-BCDB-4F3A-8B8A-8D00077D7DF2/WindowsAzureTools.VS100.exe' to: C:\Users\netai_000\AppData\Local\Temp\tmp5AC8.tmp<br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WindowsAzureToolsVS2010_Only_2_0_BaseLocale\276785D5E9249D4D95F919C14326E90791FED28A\WindowsAzureTools.VS100.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp5AC8.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\WindowsAzureToolsVS2010_Only_2_0_BaseLocale\276785D5E9249D4D95F919C14326E90791FED28A\WindowsAzureTools.VS100.exe<br> DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/F/3/1/F31EF055-3C46-4E35-AB7B-3261A303A3B6/AspNetMVC3ToolsUpdateSetup.exe' to: C:\Users\netai_000\AppData\Local\Temp\tmp69BD.tmp<br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC3Installer\7A15CA7A49AC8A9EDFE71AC0873A8AA38338C029\AspNetMVC3ToolsUpdateSetup.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp69BD.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC3Installer\7A15CA7A49AC8A9EDFE71AC0873A8AA38338C029\AspNetMVC3ToolsUpdateSetup.exe<br> DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/2/F/6/2F63CCD8-9288-4CC8-B58C-81D109F8F5A3/AspNetMVC4Setup.exe' to: C:\Users\netai_000\AppData\Local\Temp\tmp7835.tmp<br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC4VS2010_Only\82BCBAE192F8CB875C814821A536C959F85D4727\AspNetMVC4Setup.exe' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\netai_000\AppData\Local\Temp\tmp7835.tmp' to: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\MVC4VS2010_Only\82BCBAE192F8CB875C814821A536C959F85D4727\AspNetMVC4Setup.exe<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Warning: 0 : Command failed. Retries left: 3<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 5684<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Warning: 0 : Command failed. Retries left: 2<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 952<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Warning: 0 : Command failed. Retries left: 1<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 840<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Error: 0 : Install return code for product 'SQL Server Express 2008 R2 Service Pack 2' is Failure<br> DownloadManager Information: 0 : Product SQL Server Express 2008 R2 Service Pack 2 done install completed<br> DownloadManager Information: 0 : Increasing current install to 2<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer 2010 Express'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 SP1 KB983509'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 SP1 Core (SP1 only installation)'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition (Default Locale)'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition Language Packs'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition - February 2013'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 family KB 2748141 Only'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 family KB 2748141'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Web Publish 1.3 for Visual Studio 2010'. Skipping install<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : Product Visual Web Developer 2010 Express had a dependency fail. Increasing install product to 3<br> DownloadManager Information: 0 : Product Visual Studio 2010 SP1 KB983509 had a dependency fail. Increasing install product to 4<br> DownloadManager Information: 0 : Product Visual Studio 2010 SP1 Core (SP1 only installation) had a dependency fail. Increasing install product to 5<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition (Default Locale) had a dependency fail. Increasing install product to 6<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition Language Packs had a dependency fail. Increasing install product to 7<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Web Developer 2010 Express Edition - February 2013 had a dependency fail. Increasing install product to 8<br> DownloadManager Information: 0 : Product Visual Studio 2010 family KB 2748141 Only had a dependency fail. Increasing install product to 9<br> DownloadManager Information: 0 : Product Visual Studio 2010 family KB 2748141 had a dependency fail. Increasing install product to 10<br> DownloadManager Information: 0 : Product Microsoft Web Publish 1.3 for Visual Studio 2010 had a dependency fail. Increasing install product to 11<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Warning: 0 : Command failed. Retries left: 3<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Warning: 0 : Command failed. Retries left: 2<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Warning: 0 : Command failed. Retries left: 1<br> DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLCEVSToolsInstallerNew_4_0\05EA0F2A6CF25658086DE71675A417DEAE8E2F85\SSCEVSTools-ENU.msi', commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'<br> DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is '1603'<br> DownloadManager Error: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is Failure (To run this application, you must first install Microsoft Visual Studio 2010 SP1 or Visual Web Developer 2010 Express SP1.)<br> DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation done install completed<br> DownloadManager Information: 0 : Increasing current install to 12<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T01.37.58\SSCEVSTools-ENU.txt<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T01.37.58\SSCEVSTools-ENU1.txt<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T01.37.58\SSCEVSTools-ENU2.txt<br> DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\logs\install\2013-05-23T01.37.58\SSCEVSTools-ENU3.txt<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 (Default Locale)'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 Language Packs'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Windows Azure Tools 2.0 for Microsoft Visual Studio 2010'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 3 Tools Update Installer'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 3 Tools Update Language Packs Installer'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 3 Tools Update Language Packs'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer Express 2010 SP1 (March 2011)'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 4 Installer (VS 2010)- Default Locale'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 4 Language Packs Installer'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'ASP.NET MVC 4 with Language Packs (August 2012)'. Skipping install<br> DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer Express 2010 SP1 with Azure SDK - 2.0'. Skipping install<br> DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer had a dependency fail. Increasing install product to 13<br> DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 had a dependency fail. Increasing install product to 14<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 (Default Locale) had a dependency fail. Increasing install product to 15<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 Language Packs had a dependency fail. Increasing install product to 16<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 had a dependency fail. Increasing install product to 17<br> DownloadManager Information: 0 : Product Windows Azure Tools 2.0 for Microsoft Visual Studio 2010 had a dependency fail. Increasing install product to 18<br> DownloadManager Information: 0 : Product ASP.NET MVC 3 Tools Update Installer had a dependency fail. Increasing install product to 19<br> DownloadManager Information: 0 : Product Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages had a dependency fail. Increasing install product to 20<br> DownloadManager Information: 0 : Product ASP.NET MVC 3 Tools Update Language Packs Installer had a dependency fail. Increasing install product to 21<br> DownloadManager Information: 0 : Product ASP.NET MVC 3 Tools Update Language Packs had a dependency fail. Increasing install product to 22<br> DownloadManager Information: 0 : Product Visual Web Developer Express 2010 SP1 (March 2011) had a dependency fail. Increasing install product to 23<br> DownloadManager Information: 0 : Product ASP.NET MVC 4 Installer (VS 2010)- Default Locale had a dependency fail. Increasing install product to 24<br> DownloadManager Information: 0 : Product ASP.NET MVC 4 Language Packs Installer had a dependency fail. Increasing install product to 25<br> DownloadManager Information: 0 : Product ASP.NET MVC 4 with Language Packs (August 2012) had a dependency fail. Increasing install product to 26<br> DownloadManager Information: 0 : Product Visual Web Developer Express 2010 SP1 with Azure SDK - 2.0 had a dependency fail. Increasing install product to 27<br> DownloadManager Information: 0 : Clearing cart<br> DownloadManager Information: 0 : Adding product SQL Server Express 2008 R2 Service Pack 2 (SQLExpress) to cart<br> DownloadManager Information: 0 : Using SQL mixed mode authentication<br> DownloadManager Information: 0 : Adding product 'SQLExpress'<br> DownloadManager Information: 0 : Setting current install to 1<br> DownloadManager Information: 0 : Starting install sequence<br> DownloadManager Information: 0 : Using cached file at C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe instead of downloading from http://go.microsoft.com/fwlink/?LinkID=280385&amp;clcid=0x0409<br> DownloadManager Information: 0 : Starting EXE command for product 'SQL Server Express 2008 R2 Service Pack 2'. Commandline is: 'C:\Users\netai_000\AppData\Local\Microsoft\Web Platform Installer\installers\SQLExpress\2646a04848d46113d5fe6e54254e07878473a3c5\SQLEXPR32_x86_ENU.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=&quot;NT AUTHORITY\Network Service&quot; /SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1 /hideconsole /IACCEPTSQLSERVERLICENSETERMS /SECURITYMODE=SQL /SAPWD=&quot;****&quot;'. Process Id: 1332<br> DownloadManager Information: 0 : Install exit code for product 'SQL Server Express 2008 R2 Service Pack 2' is '-1'<br> DownloadManager Error: 0 : Install return code for product 'SQL Server Express 2008 R2 Service Pack 2' is Failure<br> DownloadManager Information: 0 : Product SQL Server Express 2008 R2 Service Pack 2 done install completed<br> DownloadManager Information: 0 : Increasing current install to 2</p> 2013-05-23T12:46:03-04:002013-05-23T12:46:03.753-04:00