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

SMTP IIS 6.0 mail queue backlog

$
0
0

We have SMTP installed on Windows Server 2012 R2 - IIS 6.0 Manager.

The issue is when our SMTP service becomes quite busy throughout the day, there will be a large amount of emails waiting to be sent out under the directory of C:\inetpub\mailroot\Queue

The queue will be waiting on 45000 + emails to be sent out, the queue will keep on growing and emails will eventually stop being delivered to clients without the SMTP service crashing.

The strange thing is that if the mail queue is on a low amount (about 40 - 100) the emails will be sent out instantly and the queue will not increase dramatically, it's only when we leave SMTP running for a few days, the mail queue increases dramatically and then eventually emails stops being sent out.

This happens in our Physical and our Cloud AWS environment, so it has to do with the SMTP Service itself. We have gone through all the Event Viewer and SMTP logs to see if there is anything out of the ordinary, but there is not an indication of an actual crash that would cause the queue to increase and the emails to fail. When the issue happens, the SMTP logs come through at a slow rate as well.

We are currently using an alternative solution called Hmail which is an open source SMTP service, and this is working without any issues, but we would like to use Microsoft SMTP service rather. NSlookup can resolve to mail records on the server.

Does anyone have ideas where we can start narrowing down the problem?

Regards.


(413) Request Entity Too Large

$
0
0

Hi guys.

I`m making a simple uploading app in my system,

but when I'm trying to upload image size more than 50kb "remote server returned an unexpected response (413) request entity too large" error always come up.

googled and seeing other post on this forum and done these things below but nothing worked.

1.setting MaxReceivedMessage

2.setting uploadReadAheadSize

3. set serverRuntime overrideModeDefault into allow in applicationHost.config

I'm using IIS 6 with .netFramework 4.0

and this is my app web.congfig

 

<?xml version="1.0"?><!--
  ASP.NET アプリケーションの構成方法の詳細については、
  http://go.microsoft.com/fwlink/?LinkId=169433 を参照してください
  --><configuration><!--
    .NET 4.5 対応のための web.config の変更点の説明については、http://go.microsoft.com/fwlink/?LinkId=235367 を参照してください。

    次の属性を <httpRuntime> タグに設定できます。
      <system.Web><httpRuntime targetFramework="4.5" /></system.Web>
  --><system.webServer><httpProtocol><customHeaders><!-- IEでxmlファイルなどを勝手に,htmlと判断したりするのを防ぐおまじない --><add name="X-Content-Type-Options" value="nosniff"/></customHeaders></httpProtocol><modules runAllManagedModulesForAllRequests="true"/><serverRuntime maxRequestEntityAllowed="2147483648" uploadReadAheadSize="10485760"/><security><requestFiltering><requestLimits maxAllowedContentLength="10485760"/></requestFiltering></security></system.webServer><system.web><compilation targetFramework="4.5"/><pages controlRenderingCompatibilityVersion="4.0"/><httpRuntime maxRequestLength="10485760" /></system.web><system.serviceModel><!-- WCFがASP.NET環境で動くように --><serviceHostingEnvironment aspNetCompatibilityEnabled="true" /><bindings><basicHttpBinding><binding name="IBROOMMaintenanceDataService" maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" maxBufferPoolSize="2147483647" ><readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"/><security mode="None"/></binding></basicHttpBinding></bindings><behaviors><serviceBehaviors><behavior><!--サーバー側のエラー詳細を、クライアント側に伝えるかどうか 
           開発時:True 本番化時:False--><serviceDebug includeExceptionDetailInFaults="False"/><serviceMetadata httpGetEnabled="True"/><!--<dataContractSerializer maxItemsInObjectGraph="100000000"/>--></behavior></serviceBehaviors></behaviors></system.serviceModel></configuration>

do anybody have any idea for this problem?

V

Website Keeps Checking for Windows Credentials

$
0
0

I currently have an issue with one of my websites constantly checking for Windows credentials.  The reason this is an issue is because the computers in question are logged onto different accounts then what users are logging into the site with.  The local accounts (ones logged into the computers already) are not used for the site so they will never be able to login.  I'm very new to IIS so if I have not given enough information please ask for more details.  This problem only started happening a week ago and nothing was changed on the website (code wise) so I'm think it was a setting accidentally changed in IIS (we mess around in IIS quite frequently but never remember what we have done after it's done).

ASP Pages Suddenly Stop Working and I need To restart my server to make it running again

$
0
0

I have server with windows server 2003

its local server not connecte to the internet

I have application which running by ASP pages

every 28-29 hours asp pages stop working and the browser give me messege that its not connected to internet and no page loaded

and I restart my server and then its workign again

I checked IIS service its running ok and I checked IIS manager and I stopped the services and start it again but nothing resolved the issue

now i tried everything I know and nothing work, always after 28 or 29 hours from restarting my server its happeneing again and I need to restart my server

can anyone give me any advice please

SSL certificate

$
0
0

Hi guys,

I'm learning to use the self-designed certificate.I have import the certificate to the personal and root trust area. I have binded the certificate with my website.However, when i tried to connect to my https website. I got the error message:"There is a problem with this website's secutiry certificate." Then i click the button"Continue to this website",  a error  occur.

If there any suggestions?

david

How could I get the information about concurrent request

$
0
0

Hi,

My website get a slow performance recently.  I assume that  various of concurrent request lead to this problem. My question is how could I get the detail about the concurrent request on my website.

Thanks 

SQL connection error stuck in App Pool

$
0
0

Occasionaly our sql server 2005 won't accept connections for whatever reason (because it's either being restarted, or is too busy doing a backup, etc).    When an ASP.NET application cannot connection to sql server an error occurs.  When the sql server is back online and accepting connections again, the ASP.NET application continues to show the sql connection error.  Stopping and staring the site in IIS as well as touching the web.config to force the app to recycle have no effect.  Recycling the App pool does fix the problem, though.  This happens not too often (every couple of months), but when it does happen it's always the same -the site goes down because of a sql connection issue and never comes back up, and the only way to fix it is to recycle the app pool.  This leads me to think that maybe there is some deep relationship with ADO.NET connection pooling and IIS 6 App pools.  Has anyone else had a similar experience?

Mysterious IIS Application Reset

$
0
0

I'm having a weird problem where my ASP.Net application resets after doing some specific actions on my website. After adding some logging in Application_End(), I see that the shutdown reason is due to "ConfigurationChange". I obtained this from System.Web.Hosting.HostingEnvironment.ShutdownReason. However, I have looked and looked and no config files seem to be changing on my web server. There is no anti-virus running on the server. We are using Windows Server 2012 R2, IIS version  6.2, .NET version 4.5.


Also, yes we do have patch KB3052480 installed. Any help would be very much appreciated. Thanks. 


Incorrect redirection: Http to https on local network

$
0
0

I have a Windows 2008R2 server. In iis 7.5 I have some websites running. The same server also functions as a DNS server. One of the sites has an SSL certificate. The server has only one IP configured, so all sites share the IP on local network. All websites work properly outside the network (on the Internet), but inside is a little different. With Windows 7 all websites work fine but in Windows 8 to 10 the sites run for a while, then all sites are redirected from http to https and I get an  "SSL_ERROR_BAD_CERT_DOMAIN" error.

Only passes in local and with Windos 8 to 10.

All sites will work again if I do a "netsh advfirewall reset" and "netsh int ip reset" on the computer that presents the error.

Any idea what's going on?

IIS Admin Service Won't Start after ransomeware

$
0
0

I was hit with a ransomware recently and after getting my system back my IIS Admin service will not start nor will my SMTP service.  The cause seems to be corrupt MachineKeys. Event Viewer gives:

The IIS Admin Service service terminated with service-specific error 2148073478 (0x80090006).

All searches point to corrupt c23... files.  I tried recovering these files from a backup with no luck.

Might anyone have information how to reconfigure the IIS 6 compatibility components on Server 2008 machine without a complete IIS 7 reinstall?  I currently have HTML/ASP/PHP sites, Wordpress with MySQL sites, and DNN with MS SQL sites on the box, which all are working as they should with the exception of any IIS 6 component reliant services such as SMTP.

Thank you in advance for any information or assistance

IIS v5.0 with SMTP virtual server: Different results depending on tool used to send

$
0
0

Sorry, this may be a bit vague. I have an SMTP virtual server running on IIS 5.0.

When my relay sends mail, mail sent external to the domain fails.

If done manually, from the server, (using EHLO?) the mail gets delivered.

Is there an obvious setting that may be misconfigured?

Thanks in advance!

Access very slow using DNS through internal LAN

$
0
0

Hello everyone.

I have a server hosting a website that is accessible through the internet. If I access this website through a external LAN typing the DNS, the access is fast, but if I try to access the website using the DNS through the internal LAN (same as the server), it's really slow. If I access using the server's internal LAN IP it's fast too.

I've run tracert to see where was it going and there is no issue with the DNS because the router didn't "threw up" the request. It reaches the server in less then 1ms.

The server have domain enabled and the DNS of the website points to our external IP.

One thing that I noticed is that the slow part of the page load is the download of the files. A 1.1mb image took 4 minutes to be fully loaded

Any ideas?

new ip is not in the HTTP.sys IP listen list - but netstat says it's listening on port 80

$
0
0

I'm on IIS6 behind ISA Server.

I added a new ip a few days ago, set up an HTTP & HTTPS listener in ISA Server, setup an IIS6 web and everything went well.

Today, I added another ip and got the 'network location cannot be reached" error when starting the web site.

The event in the System log is:

Cannot register the URL prefix 'http://www.domain.com:80:xxx.61.56.246/' for site '370777097'. The IP address for the site is not in the HTTP.sys IP listen list. The site has been deactivated

netstat -an -p tcp shows:


 TCP    XXX.61.56.246:80       0.0.0.0:0              LISTENING

and I can ping the ip from another box, and it shows up in ipconfig and in IIS where I assign it to the web site and of course in ISA Server where I setup the listener.

I'm perplexed as I just did this, added a new ip, a few days ago.  I know how to do this (in theory ha ha I guess).

That ip is already listening on port 80.  There is no registry entry for listeners (I looked), and if that were needed, my other ip's wouldn't work?

What can I do to resolve this?  Thanks!

"The Web Platform Instaler could not start'

$
0
0

This is the message I get when I tried to install it. I had the installer before and my aim was to install Web Matrix 3, but I kept getting an error that said: "Webmatrix cannot start because it depends on the Microsoft Web Platform Installer". I erased all the files I had to install them again and now I got this message when I tried to reinstall the platform installer. What should do to resolve this and get Web Matrix?

Error asp.net 1.1 app after adding fcgiext.ddl

$
0
0

Hello all,

I'm having trouble with my asp.net 1.1 application, this error happen after adding php extension (fcgiext.dll) to my home directory - Configuration - Add. This is the error:

Unrecognized configuration section 'connectionStrings'.

after adding php extension there is a popup windows "the following child node also define the value of the scriptmap property bla..bla.." and show the list of the asp.net apps and I select that list and press OK, after that that asp.net app error.

To repair this error, i already delete the configuration php fcgiext, uninstall php 5 and uninstall fcgi. But i'm still got this error, please help!!!

thanks

Rusdie


First time running IIS on win10 localhost HTTP 404 Not Found

$
0
0

Hi, guys first time running IIS on win 10 but when I trying to browse website im getting HTTP 404 Not Found

The address is: http://localhost.

The service is running. I dont know what to do, please help me.

Thank you.

IIS Reinstall

$
0
0

I have corrupt machinekeys.  is it possible to remove and reinstall IIS to recreate the keys without re-configuring all my websites?  I have many.

SMTP Virtual Server error

$
0
0

Hi team,

After configuring a fresh install of Server 2016 and configuring the SMTP Virtual Server to act as a relay, while testing (via placing a .txt file under %systemroot%\inetpub\mailroot\pickup we're getting this error:

Unable to deliver this message because the follow error was encountered:"Error is processing file in pickup directory.".The specific error code was 0xC00402CE.The message sender was xxxxx@xxxxx.org.au.

The configuration is to send to Office 365. We have confirmed authentication for the account being used, and we are using the correct email address, ports, SMTP server etc. We have also configured the Exchange Online connector in Office 365 as per instructions, using the IP address.

For the life of us, we cannot find details on the error code online, in fact when we Google it, we get results for different error codes in bold (ie. google is also searching other errors).

We get the same error code, irrespective of the contents of the txt file (even if it's blank!)

Any guidance will be much appreciated! 

images won't display if a "+" is in the username.

$
0
0

A sample file:

/images/18/1954lmMT+JF.JPG - will not display

/images/18/1954lmMT-JF.JPG -will display

IIS 6.0

pass-through Authentication issue.

$
0
0

Created a site using a share as physical path location. I want to configure it to use pass-through Authentication.

  1. 1. Application Pool is using custom Identity.
  2. 2. With Anonymous Authentication, site is loading fine.

3. With Windows Authentication, Site is loading fine on the server but outside server it is giving the below error: 

HTTP Error 500.0 - Internal Server Error

The page cannot be displayed because an internal server error has occurred.

 

Detailed Error Information:

Module

   IIS Web Core

Notification

   AuthenticateRequest

Handler

   StaticFile

Error Code

   0x80070569

Requested URL

   http://server_name:80/

Physical Path

   \\file_server\custapps\BizApps_DEV\biz

Logon Method

   Negotiate

Logon User

   Domain\myusername

Request Tracing Directory

   C:\inetpub\logs\FailedReqLogFiles

Below is details file request tracing logs for the error:

Failed Request Tracing Logs:-

  1. -NOTIFY_MODULE_START

ModuleName

IsapiFilterModule

Notification

AUTHENTICATE_REQUEST

fIsPostNotification

true

0 ms

Verbose

  1. -NOTIFY_MODULE_END

ModuleName

IsapiFilterModule

Notification

AUTHENTICATE_REQUEST

fIsPostNotificationEvent

true

NotificationStatus

NOTIFICATION_CONTINUE

0 ms

Informational

  1. -FILE_CACHE_ACCESS_START

FileName

\\file_server\custapps\Folder\Site1

UserName

<myusername>

DomainName

<domain>

156 ms

Informational

  1. -FILE_CACHE_ACCESS_END

Successful

false

FileFromCache

false

FileAddedToCache

false

FileDirmoned

true

LastModCheckErrorIgnored

true

ErrorCode

Logon failure: the user has not been granted the requested logon type at this computer. (0x80070569)

LastModifiedTime

0 ms

Warning

  1. -MODULE_SET_RESPONSE_ERROR_STATUS

ModuleName

IIS Web Core

Notification

AUTHENTICATE_REQUEST

HttpStatus

500

HttpReason

Internal Server Error

HttpSubStatus

0

ErrorCode

Logon failure: the user has not been granted the requested logon type at this computer. (0x80070569)

ConfigExceptionInfo

 Can you help to identify the probable cause ? It is permission issue or something else.

Viewing all 72 articles
Browse latest View live


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