Quantcast
Channel: Troubleshooting
Viewing all 1814 articles
Browse latest View live

App pool recycle settings (Private Memory usage) causing the app pool to crash

$
0
0

We have an ISAPI extension developed in C++ running under IIS 7.5. We have created new app pool to server the incoming traffic. 

I was exploring the recycle settings for app pool under IIS and tried with Private memory usage. I configured the app pool to recycle if the usage goes beyond 50 MB. When I send heavy load to the site, the limit is reached and app pool sends signal to IIS saying the I reached the private memory limit. But before IIS can take any action, it crashes the app pool.

After going through event viewer, I saw that app pool sent 5 signals to IIS saying that I have reached my memory limit set, and then crashed. Looks like in this case Rapid-Fail Protection setting kicked in and took the app pool down.

Is there a way where I can configure app pool to send only one signal to IIS when it reached it's Private memory set limit?


IIS Secure Web service+ using it as proxy server for development environment

$
0
0

Will it be possible to access the web service as per my need, I  need to use my local machine's IDE for development and use another machine as proxy server to make call to web service hosted through other IIS server.

IIS7 FTP7 - Cannot issue FTP command "MDTM" remotely

$
0
0

Windows Server 2008 R2, IIS7, FTP7

Bear with me, since I am not incredibly experienced with Windows Server and IIS7. I am troubleshooting an issue with some software for a customer. Our software issues the .NET FTP.GetDateTimestamp command for an ftp request, which internally is issuing "MDTM" to the FTP server. The logs show a 500 error, command not recognized when they are running this software on an external machine. It seems that if they run the software locally on the server, there are no FTP problems whatsoever, everything runs smoothly. But when running the software on an external machine and connecting to the FTP server remotely it doesn't recognize the command. I verified this by using CMD's ftp> program to connect. When running this on the server I can issue "quote FEAT" and "quote MDTM" and it recognizes the command. When I run ftp> and connect remotely from another machine, I can issue low level commands listed by "?", but it gives back 500 errors for both "quote FEAT" and "quote MDTM".

I have been able to get this to work fine on other deployments, using Windows Server 2012R2 and Windows Server 2012, so I think this is an issue with their security configuration or perhaps permissions but I don't know what to look for. Any suggestions on where to look or at what to look?

Thanks.

Messed up my bindings on Default Web Site

$
0
0

I was trying to  fix a problem with IIS on my Exchange 2013 server that whenever I open the ECP, I get a certificate error because the website is using "http://localhost/ecp".

I am updated to CU7. These are my current bindings after I removed one of the 443 bindings:

Browse *.80 (http)

Browse 127.0.0.1:80 (http)

Browse 127.0.0.1:443 (https)

Now I cannot open ECP or OWA, and my Outlook client no longer connects to the Exchange server over the LAN.

This is the binding that I removed:

Browse :443 (https)

           ___________________________________________________________________

Update:

I got the ECP and Outlook working again after adding this binding:

Browse *:443 (https)

Thankfully! Now I am back to the original problem of a certificate error with localhost.

******UPDATE*****

My issue was resolved by changing the shortcut for the website.

PROBLEM RESOLVED! 

Session Expired Intermittently

$
0
0

Hi Experts,

I am facing some  issue related to session timeout intermittently with IIS site. Its not idle timeout there is something else. user getting session expired message on random page. 

Web server are on Vmware. I did TCP Chimney offload disabled, but it doesnt help and I am not getting any error in IIS logs(Reviewed by wireshark). 

can you anyone tell me what could be the reason for it

worpress migration to windows server causes redirect loop on home page

$
0
0

Hello, I just migrated my wordpress website to a 2008 Windows server running IIS 7

The migration worked fine and all pages showing fine except that the homepage is causing an infinite redirect loop.

here is the homepage (where the redirect loop is): http://www.aalphayellowcab.net
Here is a page that Works fine: http://www.aalphayellowcab.net/about/

I have tried the following but to no avail:

1) I have re-saved my permalinks on the wordpress, this did not help.

2) On the wp-config.php file I have added:

define('WP_HOME','http://www.aalphayellowcab.net'); 
define('WP_SITEURL','http://www.aalphayellowcab.net');

I have also added:

define('ADMIN_COOKIE_PATH', '/'); 
/** define('COOKIE_DOMAIN', ''); **/ 
define('COOKIEPATH', ''); 
define('SITECOOKIEPATH', '');

3) I then added this rule to the web.config file:

<rule name="Redirect to WWW" stopProcessing="true"> <match url=".*" /> <conditions> <add input="{HTTP_HOST}" pattern="^aalphayellowcab.net$" /> </conditions> <action type="Redirect" url="http://www.aalphayellowcab.net/{R:0}" redirectType="Permanent" /> </rule>

I have also tried it this way:

<rule name="Redirect to WWW" stopProcessing="true"> <match url=".*" /> <conditions> <add input="{HTTP_HOST}" pattern="^www.aalphayellowcab.net$" /> </conditions> <action type="Redirect" url="http://aalphayellowcab.net/{R:0}" redirectType="Permanent" /> </rule>

Nothing seems to work, is there something I can do to overwrite the loop?
What else can I do to resolve this issue?
I am thinking maybe there is another php file that is causing this.

Thanks in advance,

Louis

IISConfig.exe -apStartMode not working on IIS8

$
0
0

when creating a new application pool with iisconfig.exe from release management the -apStartMode AlwaysRunning has no effect for some reason, the application pool is create with all other settings i had but this one won't sink in, any ideas?

Thanks

Guy

\\localhost isn't working right

$
0
0

Please fix the following errors:


HTTP API 2.0 logs help

$
0
0

The HTTPERR folder on my Win 2008 IIS Server is suddenly being slammed with significantly more log files than usual, up to 80 now in just one day, each one shows thousands of lines with POST as the cs-method, QueueFull as the s-reason, and all from the same 4-5 IP addresses repeating over and over again.  What is happening here and is there any way to stop it? I believe the queue being full is causing my web sites to produce the HTTP Error 503 that has shown up since this began. Any suggestions or help would be appreciated.

Here is an example of what the log files are showing:  
2014-12-31 16:28:08 198.12.68.138 58912 65.215.71.131 80 HTTP/1.0 POST /xmlrpc.php 503 7 QueueFull DefaultAppPool

It is the same thing over and over again, from the 4-5 same IP addresses.

Unable to download Azure Pack Website from Web Platform Installer

$
0
0

Hey 

I got through all of the components of Azure Pack Websites installation manually except for azure pack websites. When I try to install using web platform, it only needs to install Azure Pack Websites. when I click to install, it downloads but after 45 min it gives me the following error, "This product did not install successfully". I tried clearing the cache but didn't change. Below is the initial log. Please can you help me solve the issue.

DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9842185
DownloadManager Information: 0 : https://go.microsoft.com/?linkid=9842185 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 175
Content-Type: text/html; charset=utf-8
Expires: Thu, 01 Jan 2015 08:57:55 GMT
Location: https://www.microsoft.com/web/webpi/5.0/webproductlist.xml
Server: Microsoft-IIS/8.5
X-AspNet-Version: 2.0.50727
Set-Cookie: MC1=GUID=bea707b35142e3419dd0ee9cb43ea99c&HASH=b307&LV=20151&V=3; domain=microsoft.com; expires=Sun, 03-Oct-2010 07:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Thu, 01 Jan 2015 08:58:55 GMT


DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/webproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Fri, 19 Dec 2014 00:43:10 GMT
ETag: "2e566bc3241bd01:0"
Cache-Control: max-age=485
Date: Thu, 01 Jan 2015 08:58:57 GMT
Connection: keep-alive
X-CCC: PL
X-CID: 2


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\1343597488.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/webapplicationlist.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/webapplicationlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Fri, 17 Oct 2014 12:44:38 GMT
ETag: "97c9cd1c8eacf1:0"
Cache-Control: max-age=900
Date: Thu, 01 Jan 2015 08:58:59 GMT
Connection: keep-alive
X-CCC: PL
X-CID: 2


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\-97141593.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/webapplicationlist.xml' after preprocessing, location on disk: 'C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-97141593.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Thu, 08 May 2014 18:42:31 GMT
ETag: "26a51545ed6acf1:0"
Cache-Control: max-age=241
Date: Thu, 01 Jan 2015 08:59:01 GMT
Connection: keep-alive
X-CCC: PL
X-CID: 2


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\-230948881.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/mediaproductlist.xml' after preprocessing, location on disk: 'C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-230948881.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Tue, 21 Oct 2014 20:26:36 GMT
ETag: "0e69d4f6dedcf1:0"
Cache-Control: max-age=541
Date: Thu, 01 Jan 2015 08:59:01 GMT
Connection: keep-alive
X-CCC: PL
X-CID: 2


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\-1135381691.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/ToolsProductList.xml' after preprocessing, location on disk: 'C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1135381691.xml'
DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml
DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Content-Type: text/xml
Last-Modified: Thu, 08 May 2014 18:42:32 GMT
ETag: "8285645ed6acf1:0"
Cache-Control: max-age=900
Date: Thu, 01 Jan 2015 08:59:01 GMT
Connection: keep-alive
X-CCC: PL
X-CID: 2


DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\-1877981721.xml.temp
DownloadManager Information: 0 : Filtering by current OS
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml' after preprocessing, location on disk: 'C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1877981721.xml'
DownloadManager Information: 0 : Sucessfully loaded the feed 'https://go.microsoft.com/?linkid=9842185' after preprocessing, location on disk: 'C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\preprocessor\1343597488.xml'
DownloadManager Information: 0 : Getting ratings file from http://go.microsoft.com/?linkid=9752395
DownloadManager Information: 0 : http://go.microsoft.com/?linkid=9752395 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 203
Content-Type: text/html; charset=utf-8
Expires: Thu, 01 Jan 2015 08:58:02 GMT
Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery
Server: Microsoft-IIS/8.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Thu, 01 Jan 2015 08:59:01 GMT
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Set-Cookie: MC1=GUID=1a839702c6d4954998f322aa25f4cfbb&HASH=0297&LV=20151&V=3; domain=microsoft.com; expires=Sun, 03-Oct-2010 07:00:00 GMT; path=/
Age: 0


DownloadManager Information: 0 : Content-Encoding header: 'gzip'
DownloadManager Information: 0 : Number of bytes downloaded over the internet: '22630'
DownloadManager Information: 0 : Number of bytes after possible decompression: '75389'
DownloadManager Warning: 0 : Error getting last-modified header, error code: 12150
DownloadManager Warning: 0 : HttpQueryInfoWithRetry for HTTP_QUERY_LAST_MODIFIED failed.
DownloadManager Information: 0 : Ratings file loaded successfully
DownloadManager Information: 0 : Adding product Windows Azure Pack: Websites V2 Update 4 (HostingPrimaryControllerBootstrapper_v2) to cart
DownloadManager Error: 0 : WebClient download error. Uri: http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Error: 0 : WebClient download error. Uri: http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png, Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/7.5
P3P: CP="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"
X-Powered-By: ASP.NET
Date: Thu, 01 Jan 2015 08:59:46 GMT
Cteonnt-Length: 1245
Content-Length: 795
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Content-Encoding: gzip
Age: 0


DownloadManager Error: 0 : WinInet download error. Uri: http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png, Error: System.Net.WebException: Url 'http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png responded with 404
DownloadManager Information: 0 : Response headers:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/7.5
P3P: CP="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"
X-Powered-By: ASP.NET
Date: Thu, 01 Jan 2015 08:59:47 GMT
Cteonnt-Length: 1245
Content-Length: 795
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Content-Encoding: gzip
Age: 0


DownloadManager Error: 0 : WinInet download error. Uri: http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png, Error: System.Net.WebException: Url 'http://i.expression.microsoft.com/cc265059.100web(en-us,MSDN.10).png' returned HTTP status code: 404
at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile)
at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName)
at Microsoft.Web.PlatformInstaller.UI.DownloadServiceImplementation.DownloadFile(Uri uri, String filePath)
DownloadManager Information: 0 : Adding product 'HostingPrimaryControllerBootstrapper_v2'
DownloadManager Information: 0 : Adding dependency product 'WebPIOfflineFeedHostingPrerequisites_v2
DownloadManager Information: 0 : Adding dependency product 'PHP_5_3_19_EULA
DownloadManager Information: 0 : Adding dependency product 'PHP_5_4_9_EULA
DownloadManager Information: 0 : Adding dependency product 'Python_2_7_EULA
DownloadManager Information: 0 : Adding dependency product 'WFastCGI15Py27_EULA
DownloadManager Information: 0 : Adding dependency product 'WFastCGI2Py27_EULA
DownloadManager Information: 0 : Adding dependency product 'NodeJS_0_6_20_Installer_EULA
DownloadManager Information: 0 : Adding dependency product 'NodeJS_0_8_19_EULA
DownloadManager Information: 0 : Adding dependency product 'NodeJS_0_6_17_EULA
DownloadManager Information: 0 : Adding dependency product 'NodeJS_0_6_20_EULA
DownloadManager Information: 0 : Adding dependency product 'NodeJS_0_8_20_EULA
DownloadManager Information: 0 : Adding dependency product 'Git_1_7_11_Preview_EULA
DownloadManager Information: 0 : Adding dependency product 'Mercurial_2_4_1_EULA
DownloadManager Information: 0 : Adding dependency product 'PHP_5_2_17_EULA
DownloadManager Information: 0 : Adding dependency product 'MySQLConnector_6_5_4_EULA
DownloadManager Information: 0 : Adding dependency product 'MySQLConnector_5_5_30_EULA
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Using cached file at C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\625808D0F3A96F151B83F8AF775F44FF19723388\WebSitesFeed.msi instead of downloading from http://go.microsoft.com/fwlink/?LinkID=513253
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft Web Platform Offline Feed Prerequisites'. Commandline is: 'C:\Windows\sysnative\dism.exe /online /enable-feature /featurename:IIS-ManagementScriptingTools /all'. Process Id: 2488
DownloadManager Information: 0 : Install exit code for product 'Microsoft Web Platform Offline Feed Prerequisites' is '0'
DownloadManager Information: 0 : Install return code for product 'Microsoft Web Platform Offline Feed Prerequisites' is Success
DownloadManager Information: 0 : Product Microsoft Web Platform Offline Feed Prerequisites done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Information: 0 : Starting EXE command for product 'PHP 5.3.19 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2228
DownloadManager Information: 0 : Install exit code for product 'PHP 5.3.19 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'PHP 5.3.19 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product PHP 5.3.19 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 3
DownloadManager Information: 0 : Starting EXE command for product 'PHP 5.4.9 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2144
DownloadManager Information: 0 : Install exit code for product 'PHP 5.4.9 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'PHP 5.4.9 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product PHP 5.4.9 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 4
DownloadManager Information: 0 : Starting EXE command for product 'Python 2.7 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2168
DownloadManager Information: 0 : Install exit code for product 'Python 2.7 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Python 2.7 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Python 2.7 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 5
DownloadManager Information: 0 : Starting EXE command for product 'WFastCGI 1.5 Gateway for IIS and Python 2.7 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2332
DownloadManager Information: 0 : Install exit code for product 'WFastCGI 1.5 Gateway for IIS and Python 2.7 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'WFastCGI 1.5 Gateway for IIS and Python 2.7 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product WFastCGI 1.5 Gateway for IIS and Python 2.7 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 6
DownloadManager Information: 0 : Starting EXE command for product 'WFastCGI 2 Gateway for IIS and Python 2.7 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2472
DownloadManager Information: 0 : Install exit code for product 'WFastCGI 2 Gateway for IIS and Python 2.7 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'WFastCGI 2 Gateway for IIS and Python 2.7 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product WFastCGI 2 Gateway for IIS and Python 2.7 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 7
DownloadManager Information: 0 : Starting EXE command for product 'Node.js 0.6.20 Installer (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 668
DownloadManager Information: 0 : Install exit code for product 'Node.js 0.6.20 Installer (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Node.js 0.6.20 Installer (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Node.js 0.6.20 Installer (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 8
DownloadManager Information: 0 : Starting EXE command for product 'Node.js 0.8.19 Executable (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 1564
DownloadManager Information: 0 : Install exit code for product 'Node.js 0.8.19 Executable (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Node.js 0.8.19 Executable (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Node.js 0.8.19 Executable (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 9
DownloadManager Information: 0 : Starting EXE command for product 'Node.js 0.6.17 Executable (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 1556
DownloadManager Information: 0 : Install exit code for product 'Node.js 0.6.17 Executable (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Node.js 0.6.17 Executable (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Node.js 0.6.17 Executable (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 10
DownloadManager Information: 0 : Starting EXE command for product 'Node.js 0.6.20 Executable (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2244
DownloadManager Information: 0 : Install exit code for product 'Node.js 0.6.20 Executable (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Node.js 0.6.20 Executable (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Node.js 0.6.20 Executable (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 11
DownloadManager Information: 0 : Starting EXE command for product 'Node.js 0.8.20 Executable (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2968
DownloadManager Information: 0 : Install exit code for product 'Node.js 0.8.20 Executable (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Node.js 0.8.20 Executable (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Node.js 0.8.20 Executable (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 12
DownloadManager Information: 0 : Starting EXE command for product 'Git 1.7.11 Preview (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 2964
DownloadManager Information: 0 : Install exit code for product 'Git 1.7.11 Preview (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Git 1.7.11 Preview (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Git 1.7.11 Preview (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 13
DownloadManager Information: 0 : Starting EXE command for product 'Mercurial 2.4.1 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 1580
DownloadManager Information: 0 : Install exit code for product 'Mercurial 2.4.1 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'Mercurial 2.4.1 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product Mercurial 2.4.1 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 14
DownloadManager Information: 0 : Starting EXE command for product 'PHP 5.2.17 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 276
DownloadManager Information: 0 : Install exit code for product 'PHP 5.2.17 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'PHP 5.2.17 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product PHP 5.2.17 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 15
DownloadManager Information: 0 : Starting EXE command for product 'MySQL Connector 6.5.4 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 960
DownloadManager Information: 0 : Install exit code for product 'MySQL Connector 6.5.4 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'MySQL Connector 6.5.4 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product MySQL Connector 6.5.4 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 16
DownloadManager Information: 0 : Starting EXE command for product 'MySQL Connector 5.5.30 (Download for deferred installation)'. Commandline is: 'C:\Windows\sysnative\cmd.exe /C echo noop'. Process Id: 1848
DownloadManager Information: 0 : Install exit code for product 'MySQL Connector 5.5.30 (Download for deferred installation)' is '0'
DownloadManager Information: 0 : Install return code for product 'MySQL Connector 5.5.30 (Download for deferred installation)' is Success
DownloadManager Information: 0 : Product MySQL Connector 5.5.30 (Download for deferred installation) done install completed
DownloadManager Information: 0 : Increasing current install to 17
DownloadManager Information: 0 : Starting MSI install for msi 'C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\installers\HostingPrimaryControllerBootstrapper_v2\625808D0F3A96F151B83F8AF775F44FF19723388\WebSitesFeed.msi', commandline: 'WEBSITES_FEED=http://go.microsoft.com/fwlink/?LinkID=513278 FEED_HASH=D2105FF150B3A3169A070C54FFF366FB599C9EF9 FEED_FILE_NAME=WebSites0.9.0.xml WEBSITES_UPGRADE_ACTIONS=None ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Windows Azure Pack: Websites V2 Update 4' is '0'
DownloadManager Information: 0 : Starting EXE command for product 'Windows Azure Pack: Websites V2 Update 4'. Commandline is: 'C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -Command &'C:\Program Files\IIS\Microsoft Web Sites\Feed\WebSitesSetupHelper.ps1' -actions CreateOrUpdateFeed -mainFeed http://go.microsoft.com/fwlink/?LinkID=513278 -mainFeedFileName WebSites0.9.0.xml -mainFeedHash D2105FF150B3A3169A070C54FFF366FB599C9EF9 -feedVersion 2.0-7.9.3.0'. Process Id: 2976
DownloadManager Information: 0 : Install exit code for product 'Windows Azure Pack: Websites V2 Update 4' is '1'
DownloadManager Error: 0 : Install return code for product 'Windows Azure Pack: Websites V2 Update 4' is Failure
DownloadManager Information: 0 : Windows Azure Pack: Websites V2 Update 4 installation log: C:\Users\a-fatmal\AppData\Local\Microsoft\Web Platform Installer\logs\install\2015-01-01T13.00.51\WebSitesFeed.txt
DownloadManager Information: 0 : Product Windows Azure Pack: Websites V2 Update 4 done install completed
DownloadManager Information: 0 : Increasing current install to 18
DownloadManager Information: 0 : Product: WebPIOfflineFeedHostingPrerequisites_v2, Install Status: InstallCompleted-Success, Install Time: 00:00:05.4491938
DownloadManager Information: 0 : Product: PHP_5_3_19_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0312517
DownloadManager Information: 0 : Product: PHP_5_4_9_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156274
DownloadManager Information: 0 : Product: Python_2_7_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156270
DownloadManager Information: 0 : Product: WFastCGI15Py27_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156260
DownloadManager Information: 0 : Product: WFastCGI2Py27_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156259
DownloadManager Information: 0 : Product: NodeJS_0_6_20_Installer_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156255
DownloadManager Information: 0 : Product: NodeJS_0_8_19_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156266
DownloadManager Information: 0 : Product: NodeJS_0_6_17_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156283
DownloadManager Information: 0 : Product: NodeJS_0_6_20_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00
DownloadManager Information: 0 : Product: NodeJS_0_8_20_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00
DownloadManager Information: 0 : Product: Git_1_7_11_Preview_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156251
DownloadManager Information: 0 : Product: Mercurial_2_4_1_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156259
DownloadManager Information: 0 : Product: PHP_5_2_17_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156270
DownloadManager Information: 0 : Product: MySQLConnector_6_5_4_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156341
DownloadManager Information: 0 : Product: MySQLConnector_5_5_30_EULA, Install Status: InstallCompleted-Success, Install Time: 00:00:00.0156184
DownloadManager Information: 0 : Product: HostingPrimaryControllerBootstrapper_v2, Install Status: InstallCompleted-Failure, Install Time: 00:44:41.6702376

W3SVC and Windows Process Activation Service will not start

$
0
0

 Hi,

 I am running Windows Server 2012 with IIS.

 After uninstalling some software I cannot get IIS to start. It has been running fine for the last 2 years.

 Through the Microsoft Web Platform I installed PHP 5.6 and the items that were in the Microsoft Web Platform spotlight -Microsoft Azure (cross platform commandline tools, Powershell with SDK, Powershell Standalone, Application Insights). I quickly realized I didn’t want Azure and uninstalled the items from the control panel (along with a few extras it installed like IIS 8.0 Express).

 After a reboot I found that IIS would not start. The W3SVC service would not start. W3SVC complained that the Windows Process Activation Service (WAS) was not started.

 When I try to start Windows Process Activation Service manually I get the following error:

 ------------------

Windows could not start the Windows Process Activation Service service on Local Computer.

 Error 87: The parameter is incorrect.

-----------------

 The Event log reports:

 -----------------

NS1        7000       Error      Microsoft-Windows-Service Control Manager    System 2015-01-01 4:12:26 PM

 The Windows Process Activation Service service failed to start due to the following error:

The parameter is incorrect.

-----------------

 Looking at the properties of the Windows Process Activation Service the path to the executable is

 C:\Windows\system32\svchost.exe -k iissvcs

 Which seems correct.

 Searching online I haven’t found someone with this exact problem but a few suggestions stated to reinstall IIS.  I have done this 3 times now by removing the web server role completely (by using the Server Manager) and reinstalling it. The problem still happens.

 Does anyone know how to reinstall the Windows Process Activation Service or how to fix this problem?  I am at my wits ends. Removing the Web Server role did not uninstall the Windows Process Activation Service.

 Also one other thing I notice after reinstalling the web server role I notice that it remembers all the settings (ie all the sites I have installed, etc..).  Could the problem be in one of the configuration files?  If so how do I fix it or at least delete them so I can have a completely fresh install of IIS.

 Thanks for any replies

 Tom

Not able to connect to my website

$
0
0

I have been trying for days to get my web page hosted. I have setup a ddns to my WAN address. I opened forwarded port 8080 because I couldn't access anything through port 80. Then I setup a new web site in IIS 7.5 and set the binding to 192.168.0.41 port 8080. Also I set the new web site to my Site1 folder which has all of my web page files in it. Then after all of that the only thing that I can access is my gateway login page. I am very new to this I have never done any of this before so any help will be greatly appreciated. 

IIS 7.5 FTP and Virtual Directory

$
0
0

Software -

- Windows 2003 R2 - IIS 7.5 using FTP

- FileZilla (Protocol=FTP; Encryption=Require explicit FTP over TLS; Logon Type:=Normal; UserName=****; Passwword=******

Currently there are 3 virtual drives and when I connect via FileZilla they all display fine, however when I try to configure a 4th virtual directory it will not display in FileZilla.  

I am actually getting a sporadic failure all together after the directory is created:

Command: LIST
Error: GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Response: 550 Keyset does not exist
Error: Failed to retrieve directory listing

If I delete the Virtual Directory the directories will display again.   What is wrong, all the permissions are identical.  Is there something with the SSL that has to be configured on the directory?  Any assistance would be great.

Routing with laravel problem

$
0
0

My website is working fine but when I click on links on my website, it says "404 - File or directory not found."

Here's my website: http://mmofury.net/food/public

I think it's routing related. It works fine with my apache local server but upon hosting it on azure, that's what happens which makes me very sad.

HELP!!! Getting error(s) when trying to msdeploy import archive. (Migrating from IIS 6 to IIS 8.5)

$
0
0

I have an importing issue with using archivedir option of msdeploy.  I need assistance bad.  

My scenario:

I am migrating from Windows Server 2003 R2 (64-bit) - Standard Edition to Windows Server 2012 R2 - Standard Edition virtual machine being hosted on a Windows Server 2012 R2 - Standard Edition Hyper-V system.  So, I am trying to migrate from IIS 6 to IIS 8.5.

My web server (IIS 6) contains about 40 GB worth of data, so I cannot import using the msdeploy package option.  I was able to archive the data successfully using the archivedir option of msdeploy.  I verified/corrected any dependencies before proceeding with the archive so the new IIS 8.5 server is running the needed dependencies as IIS 6 server.  I performed a -whatif to verify that the test import would run successfully and returned no issues.  However, when I actually perform the import, it stops with an error.

The issue is as follows:
When I run the following command, it errors after about importing the entire contents of the IIS 6 web server to the new IIS 8.5 web server.

msdeploy -verb:sync -source:archivedir=d:\IIS6Server,encryptPassword=[admin password] -dest:webServer60 > WebDeploySyncIIS6ServerArchive.log


However, I was successful in exporting the entire IIS 6 web server content remotely and successful when I ran a test import prior to actually trying to import the content on the IIS 8.5 web server.

The error code is as follows:

Error Code: ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER
More Information: Unable to perform the operation ("Create File") for the specified directory (C:\programe files\Common Files\System\msadc\adcjavas.inc").  This can occur if the server has not authorized this operation for the user credentials you are using.  Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_INSUFFICIENT_ACCESS_TO_SITE_FOLDER.

                                      Error: The error code was 0x80070005.
                                      Error: Access to the path is denied.
                                      Error count: 1.


I have checked out the link and it tells me to grant access to the root folder, but I am having issues proceeding and need assistance/ guidance on how to resolve the issue, step-by-step, if possible.

Also, I know that the default credentials used by the msdeploy is the Web Management Service (wmsvc services) credentials which is Local Service.

I have verified the folder permissions of the msadc folder found under the C:\Program Files\Common Files\System folder and it has the following NTFS permissions:

ALL APPLICATION PACKAGES  =  Read and Execute
CREATOR OWNER                    =  Full Control (only subfolders and files)
SYSTEM                                    =  Modify (This folder only)  &  Full Control (only subfolders and files)
Administrators                         =  Modify (This folder only)  &  Full Control (only subfolders and files)
Users                                        =  Read and Execute
TrustedInstaller                        =  Full Control (This folder and subfolders)


In addition, the msadc folder attributes is marked as Read-Only.


These are all defaults and have not been modified in any way.  All I did was install the IIS on the new server and match the dependencies.  Then I tried to sync the IIS servers using msdeploy.

I first tried synching the IIS servers using msdeploy and the service agent that is running on the IIS 6 server, but I received a similar error that was trying to modify (create/delete) files within this same msadc folder.

Lastly, when I try to grant Administrator full control of this folder or add a new local user account, like the Local Service, it is greyed out to add any new user accounts to it.  I did notice that the folder and files have the owner set as TrustedInstaller though.  So, not sure if that has anything to do with it.

So, with the explanation setup, can someone please help me.  I desperately need to finish this migration today, if at all possible.

Thanks in advance.


Website prompting to open or save file

$
0
0

Recently when we try to access one of our internal urls, users are getting a prompt to open or save the file as opposed to be directed to the website.  I have searched and searched and can't figure out how to resolve this issue.  I've restarted the server, restarted IIS, etc.  Any suggestions would help.

Getting NULL values stored in database when trying to store page ID with PHP.

$
0
0

Hi all,

I'm trying to store the page ID of a webpage into my Webmatrix database using PHP for my comments section so I can display all posted comments to there specific pages. I'm sure I'm using the correct code because everything else is being stored into their respective columns but when I try to store the page ID all I see are NULL values. I've been using $_GET['pageid'] to retrieve the page id for storage but it doesn't seem to work.

New IIS 8 Server

$
0
0

I'm sorry if this is answered somewhere and I just don't know by what criteria to search.  I use IIS very little and have not had any previous experience with IIS 8 until recently.  

My problem is this:

I recently installed a new server running IIS 8.  I set it up without much problem and installed an SSL certificate, everything seemed fine.  However, I also have an older IIS 6 server running on my network.  Now SOMETIMES (usually only from within the network but sometimes outside as well) I will receive an IIS 8 splash screen when browsing to the site that is run by the IIS 6 server.  In addition, when connecting to that same site I will receive a certificate error stating that the certificate names do not match and it is trying to use the new certificate for the old server as well.  I've been trying to find a solution on my own for quite some time, but I am at my wits end.  I would appreciate any help that can be given.  Thank you.

IIS7 colon in URL

$
0
0

Hi,

I'm operating an IIS7 as ReverseProxy (ARR) with MediaWiki in the backend. This Mediawiki needs to support colons in the URL.
 Unfortunately IIS7 does not like colons in the URL, how can I remove a colon from the list of illegal character in web.config?

I found a lot of solutions to add

<!-- The following line strips colons from the invalid characters list. -->
<httpRuntime requestValidationMode="2.0" requestPathInvalidCharacters="&lt;,&gt;,*,%,&amp;,\" />

to my web.config to the <system.web> section.

Well I've only a <system.webServer> section and as soon as I add the above line to my web.config I get only http error 500.

How do I need to adjust my web.config file:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpRedirect enabled="false" destination="" />
        <rewrite>
            <rules>
                <rule name="Reverse Proxy to Mediawiki" stopProcessing="true">
                    <match url="(.*)" />
                    <action type="Rewrite" url="http://mediawiki.local:8086/{R:1}" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

HTTP Error 500.19 - Internal Server Error

$
0
0

HTTP Error 500.19 - Internal Server Error
Absolute physical path "C:\inetpub\custerr" is not allowed in system.webServer/httpErrors section in web.config file. Use relative path instead.  Error Code : 0x8007000d

and here is the web.config file

<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><httpErrors errorMode="DetailedLocalOnly" /></system.webServer></configuration>

Please help to check, thanks

Viewing all 1814 articles
Browse latest View live


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