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

Canelo vs Jacobs

$
0
0

https://canelovsjacob.com/
https://canelovsjacob.com/
https://canelovsjacob.com/

https://canelo-vsjacob.com/
https://canelo-vsjacob.com/
https://canelo-vsjacob.com/

https://canelovsjacob.com/canelovsjacobs/
https://canelovsjacob.com/canelovsjacobs/
https://canelovsjacob.com/canelovsjacobs/


Embeded secure site not loading RSS

$
0
0

Hey guys.

I have 2 different websites on 2 different public websites secured with Let's Encrypt certificates.

If i access to both they work great.

Example :

site1.samedomain.com worked

site2.samedomain.com worked

As a requirement, we need to embbed site2 into site1 but the site2 does not load until i load site2.samedomain.com, then site2 will load on site1.

Why we need this?... we have some content on site2 (BI site) that needs to be display on site1 (webapp)

Do you guys have any experience on this?.

Any help would be really appreciated.

Thanks in advance,

Justin.

Unique domains per login?

$
0
0

I'd like to use IIS as a reverse proxy to rewrite a site's domain so that its cookies can be isolated to allow users to open it in multiple tabs.  Something that changes "example.com" to "user1001.example.com" and then "user1002.example.com", "user2001.example.com" etc.

Not sure how to (a) generate the new name (mapped to the login page) and (b) utilize the new name in the rules (I could just chop it off when passing through but when returning, I'd need to remember it).

Is this possible with URLRewrite?

Thanks!
Hoshi

Mail problem

$
0
0

I use CDO.Message in my classic ASP application to send mail to my customers.

I create the body of the mail and always write links in it to link buttons to my website.

Sometimes links show wrong on customer's mails clients (Outlook, Gmail,....)

It is always the same routine I use to create mail body and links in it.

For example, 

str = " ... other HTML information ..."
urlDe = "https://www.domain.com/LinkRedir?LinkID=" & LinkID & "&LinkSID=" & LinkSID
str = str & "<p><a href=""" &  urlDe & """ target=""_blank"" ><img src=""https://www.domain.com/images/cab/vizaion.png"" border=""0"" align=""absmiddle"" /></a></p>"

str is the variable for the mail body.

The problem occurss when customer is reading the mail... the URL in the link has characters that I didn't wrote.. And It is always de %20 HTML char for space...

The mail has the image link with this URL :  https://www.domain.com/Link%20Redir?LinkID=SDGBsdfg9sah&LinkSID=D56

The problem is the %20 ... It appears in any part of the URL.. And not all my customers have the problem.

I don´t know why if it is always the same procedure with the same link structure, sometimes it is bad formed!

I really appreciate any help! Thanks!!!

https://canelovsjacobsppv.com

$
0
0

https://canelovsjacobsppv.com
https://canelovsjacobsppv.com/live
https://canelovsjacobsppv.com/canelo

CBS:::ESPN::PPV https://canelovsjacobsppv.com/live

$
0
0

https://canelovsjacobsppv.com
https://canelovsjacobsppv.com/live
https://canelovsjacobsppv.com/canelo

GRWEAT@@!https://canelovsjacobsppv.com/canelo

$
0
0

https://canelovsjacobsppv.com
https://canelovsjacobsppv.com/live
https://canelovsjacobsppv.com/canelo

{Great}!!https://derbyweek.de/

$
0
0

wfgrse

fffffffffffffffffffffffffff

IIS Reverse Proxy for Nextcloud - preserve HTTP_HOST

$
0
0

hi,

I'm trying to reverse proxy cloud.mydomain.com to a debian nextcloud vm internally reachable under cloud.mydomain.local. The website itself works fine, after telling nextcloud not to use gzip for compression, but I can't use nextclouds sync client. After entering the external url, the sync client tries to connect to the internally used URL which is configured in url rewrite. I guess this is because it is transferred by HTTP_HOST.

Can I somehow make nextcloud think the connection came from a different URL?

This is my web.config so far: (I tried to overwrite HTTP_HOST and SERVER_NAME with the desired external url, but it does not work. I'm now testing with little php file just echoing HTTP_HOST and SERVER_NAME)

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<outboundRules>
<rule name="ReverseProxyOutboundRule1" preCondition="ResponseIsHtml1">
<match filterByTags="A, Form, Img" pattern="^http(s)?://cloud.mydomain.local/(.*)" />
<action type="Rewrite" value="http{R:1}://cloud.mydomain.com/{R:2}" />
</rule>
<rule name="RestoreAcceptEncoding" preCondition="NeedsRestoringAcceptEncoding">
<match serverVariable="HTTP_ACCEPT_ENCODING" pattern="^(.*)" />
<action type="Rewrite" value="{HTTP_X_ORIGINAL_ACCEPT_ENCODING}" />
</rule>
<rule name="RestoreHttpHost" preCondition="NeedsRestoringOriginalHost">
<match serverVariable="HTTP_HOST" pattern="^(.*)" />
<action type="Rewrite" value="{HTTP_X_ORIGINAL_HOST}" />
</rule>
<preConditions>
<preCondition name="ResponseIsHtml1">
<add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" />
</preCondition>
<preCondition name="NeedsRestoringAcceptEncoding">
<add input="{HTTP_X_ORIGINAL_ACCEPT_ENCODING}" pattern=".+" />
</preCondition>
<preCondition name="NeedsRestoringOriginalHost">
<add input="{HTTP_X_ORIGINAL_HOST}" pattern=".+" />
</preCondition>
</preConditions>
</outboundRules>
<rules>
<rule name="ReverseProxyInboundRule1" stopProcessing="true">
<match url="(.*)" />
<action type="Rewrite" url="http://cloud.mydomain.local/{R:1}" />
<serverVariables>
<set name="HTTP_X_ORIGINAL_ACCEPT_ENCODING" value="{HTTP_ACCEPT_ENCODING}" />
<set name="HTTP_ACCEPT_ENCODING" value="" />
<set name="HTTP_HOST" value="cloud.mydomain.com" />
<set name="SERVER_NAME" value="cloud.mydomain.com" />
</serverVariables>
</rule>
</rules>
</rewrite>
<httpErrors errorMode="Detailed" />
<httpProtocol>
<customHeaders>
<remove name="X-Powered-By" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>

Thanks in advance,

R'N'L

The custom session state store provider 'Microsoft.Web.Redis.RedisSessionStateProvider' is not found.

$
0
0

Hi All, 

I am configuring REDIS (installed on linux) as custom session state on IIS 10, but unsuccessful. It keeps giving below error.

Parser Error Message: The custom session state store provider 'Custom_Microsoft.Web.Redis.RedisSessionStateProvider' is not found.

Also, I can't install Microsoft.Web.RedisSessionStateProvider via nugget on windows server 2016. After Install-Package Microsoft.Web.RedisSessionStateProvider command execution on powershell I receive "Install-Package : No match was found for the specified search criteria and package name 'Microsoft.Web.RedisSessionStateProvider'". All environment are on-promise. So I can't find official answer, is it supported configuration or REDIS works only in Azure.

Guys pls help.

IIS farm management tools

$
0
0

Hi Guys, 

I am looking for web farm central management tool as I have around 50 web servers.

The IIS Manager is not convenient as it is ask for password each time i close\open.

What you will suggest. 

Thx

The certificate when installing still does not transfer https

$
0
0

My website is currently http but I have installed the certificate to switch to https but I don't see it convert, I don't understand why, does anyone know why it can't be solved?

Virtual SMTP 2012 r2 outbound tls not sending

$
0
0

I am trying to figure out SMTP virtual server with tls.

Specifications

  • Windows Server 2012 r2
  • IIS6 Virtual SMTP Server
  • SSL Certificate for local sub.Domain with CertifytheWeb(LetsEncrypt)
  • Port = 25
  • Authentication = false
  • TLS Certificate found and able to check
  • Send by PHPMailer

What I tried

  1. Mail send successfully without outbound TLS
  2. after setting outbound TLS checked, mail not send and always coming under queue folder (but mailer shows no error)
  3. tried to find under logs, but no error in logs

Please help me to find out the solution, or bug log to follow up. Thank you.


HTTP Error 500.0 - Internal Server Error could not find scriptProcessor in application configuration

$
0
0

I tryed to acess website in localhost but i got this error and i don't know you can a solve this, i looked so many post in the internet but it did not work, somebody can guide me one light on this dark tunnel.

i'm sorry for not have much informations, i'm new to these things. (sorry for be are in portuguese) 

 https://prntscr.com/nkgk1n

Website fails with TLS 1.2 server 2016 & IIS 10

$
0
0

hi guys

we installed a test 2016 server with IIS 10

we have installed our websites (that works perfectly on server 2012R2 with IIS 8)

we also (due to some demands) user only TLS 1.2.

when trying yo browse to the website we get this error (from event viewer):

Log Name: Application
Source: ASP.NET 4.0.30319.0
Date: 4/28/2019 15:10:44
Event ID: 1309
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: vmwebcmspp2.odmz.co.il
Description:
Event code: 3005 Event message: An unhandled exception has occurred. Event time: 4/28/2019 15:10:44 Event time (UTC): 4/28/2019 12:10:44 Event ID: 97e5602f765144adb4b61d7c1452c81d Event sequence: 1 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/527924547/ROOT-1-132009270414736149 Trust level: Full Application Virtual Path: / Application Path: D:\Sites\Orange\ Machine name: VMWEBCMSPP2 Process information: Process ID: 1924 Process name: w3wp.exe Account name: WEBDMZ\bartuser Exception information: Exception type: TargetInvocationException Exception message: Exception has been thrown by the target of an invocation.
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)

A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The client and server cannot communicate, because they do not possess a common algorithm.)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at EPiServer.Data.Providers.ConnectionContext.<OpenConnection>b__0()
at EPiServer.Data.Providers.SqlTransientErrorsRetryPolicy.Execute[TResult](Func`1 method)
at EPiServer.Data.Providers.ConnectionContext.OpenConnection()
at EPiServer.Data.Providers.SqlDatabaseHandler.GetConnection(Boolean requireTransaction)
at EPiServer.Data.Providers.SqlDatabaseHandler.<>c__DisplayClass1`1.<Execute>b__0()
at EPiServer.Data.Providers.SqlTransientErrorsRetryPolicy.Execute[TResult](Func`1 method)
at EPiServer.Data.DatabaseVersionValidator.ValidateDatabaseVersion(Version supportedVersion)
at EPiServer.Data.DataInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
at EPiServer.Framework.Initialization.InitializationEngine.Initialize(HostType hostType)
at EPiServer.Framework.Initialization.InitializationModule.Initialize(HostType hostType)
at EPiServer.Framework.Initialization.InitializationModule.FrameworkInitialization(HostType hostType)
at EPiServer.Global..ctor()
at Orange.EPI.Common.globalAsaxEpi..ctor()
at OrangeCMS.Global..ctor()
at ASP.global_asax..ctor()

The client and server cannot communicate, because they do not possess a common algorithm

Request information: Request URL: http://staging2.partner.co.il/ Request path: / User host address: 192.118.10.10 User: Is authenticated: False Authentication Type: Thread account name: WEBDMZ\bartuser Thread information: Thread ID: 7 Thread account name: WEBDMZ\bartuser Is impersonating: False Stack trace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
Custom event details:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASP.NET 4.0.30319.0" />
<EventID Qualifiers="32768">1309</EventID>
<Level>3</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2019-04-28T12:10:44.442200500Z" />
<EventRecordID>54084</EventRecordID>
<Channel>Application</Channel>
<Computer>vmwebcmspp2.odmz.co.il</Computer>
<Security />
</System>
<EventData>
<Data>3005</Data>
<Data>An unhandled exception has occurred.</Data>
<Data>4/28/2019 15:10:44</Data>
<Data>4/28/2019 12:10:44</Data>
<Data>97e5602f765144adb4b61d7c1452c81d</Data>
<Data>1</Data>
<Data>1</Data>
<Data>0</Data>
<Data>/LM/W3SVC/527924547/ROOT-1-132009270414736149</Data>
<Data>Full</Data>
<Data>/</Data>
<Data>D:\Sites\Orange\</Data>
<Data>VMWEBCMSPP2</Data>
<Data>
</Data>
<Data>1924</Data>
<Data>w3wp.exe</Data>
<Data>WEBDMZ\bartuser</Data>
<Data>TargetInvocationException</Data>
<Data>Exception has been thrown by the target of an invocation.
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp; canBeCached, RuntimeMethodHandleInternal&amp; ctor, Boolean&amp; bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp; stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark&amp; stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)

A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The client and server cannot communicate, because they do not possess a common algorithm.)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal&amp; connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal&amp; connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal&amp; connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at EPiServer.Data.Providers.ConnectionContext.&lt;OpenConnection&gt;b__0()
at EPiServer.Data.Providers.SqlTransientErrorsRetryPolicy.Execute[TResult](Func`1 method)
at EPiServer.Data.Providers.ConnectionContext.OpenConnection()
at EPiServer.Data.Providers.SqlDatabaseHandler.GetConnection(Boolean requireTransaction)
at EPiServer.Data.Providers.SqlDatabaseHandler.&lt;&gt;c__DisplayClass1`1.&lt;Execute&gt;b__0()
at EPiServer.Data.Providers.SqlTransientErrorsRetryPolicy.Execute[TResult](Func`1 method)
at EPiServer.Data.DatabaseVersionValidator.ValidateDatabaseVersion(Version supportedVersion)
at EPiServer.Data.DataInitialization.Initialize(InitializationEngine context)
at EPiServer.Framework.Initialization.ModuleNode.Execute(Action a, String key)
at EPiServer.Framework.Initialization.InitializationEngine.InitializeModules()
at EPiServer.Framework.Initialization.InitializationEngine.Initialize(HostType hostType)
at EPiServer.Framework.Initialization.InitializationModule.Initialize(HostType hostType)
at EPiServer.Framework.Initialization.InitializationModule.FrameworkInitialization(HostType hostType)
at EPiServer.Global..ctor()
at Orange.EPI.Common.globalAsaxEpi..ctor()
at OrangeCMS.Global..ctor()
at ASP.global_asax..ctor()

The client and server cannot communicate, because they do not possess a common algorithm

</Data>
<Data>http://staging2.partner.co.il/</Data>
<Data>/</Data>
<Data>192.118.10.10</Data>
<Data>
</Data>
<Data>False</Data>
<Data>
</Data>
<Data>WEBDMZ\bartuser</Data>
<Data>7</Data>
<Data>WEBDMZ\bartuser</Data>
<Data>False</Data>
<Data> at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp; canBeCached, RuntimeMethodHandleInternal&amp; ctor, Boolean&amp; bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp; stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark&amp; stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
</Data>
</EventData>
</Event>

any body have idea why it keeps failing?

thanks

E

App Pool Hangs, Only Fixed By Restarting It.

$
0
0

I am new to managing IIS.

One of our web services is run by it's own Application Pool.

It takes the requests, runs a SQL query, and returns some JSON.
Roughly once to twice a month the service will seemingly freeze, and stop responding to requests.

IIS reports the app pool as running, and no log that I know of reports an error.
Restarting the app pool solves the problem, until it decides to hang again.

I have tested requests to the service that I logged as occurring shortly before I believe the  app pool froze, but have been unable to duplicate the problem purposefully.

Per some colleague's advice, as they have a similar problem, I have started a task that regularly restarts the app pool.

Is there a way to tell exactly what request - if that is indeed the cause - is causing the app pool to hang?

Are there any causes that might be easy to test for?

Publish Source Code to Github

$
0
0

Hi,

This Search Engine Optimization Toolkit is now 9 years old, if I am right never updated since launch, also it doesn't work by default on Windows Server 2019.

Can we get a source code published on Github so the community could take over?


Thank you :)

Getting 4776 Events Saying Account does not exists on IIS server

$
0
0

Hi Guys,

We have been getting 4776 Events (status with 0xc0000064)on our IIS server stating that the account does not exists for multiple users.

But AD accounts is actually exists and not issues with AD accounts as well.

In Same server I can see Successful logon events for same users, don't understand why its happening

Please help me on this...

Successful logon event 4624 for same user account on same server

An account was successfully logged on.

 

Subject:

                Security ID:                            NULL SID

                Account Name:                     -

                Account Domain:                  -

                Logon ID:                               0x0

 

Logon Type:                                          3

 

New Logon:

                Security ID:                            xxxxxxxxxxx

                Account Name:                     xxxxxxxxxxx

                Account Domain:                  xxxxxxxxxxx

                Logon ID:                               0x2d7af6a6e

                Logon GUID:                          {00000000-0000-0000-0000-000000000000}

 

Process Information:

                Process ID:                             0x0

                Process Name:                      -

 

Network Information:

                Workstation Name:              xxxxxxxxxxxx

                Source Network Address:    xx.xx.xx.xx

                Source Port:                          58480

 

Detailed Authentication Information:

                Logon Process:                     NtLmSsp

                Authentication Package:     NTLM

                Transited Services:                -

                Package Name (NTLM only):              NTLM V2

                Key Length:                           0

 

This event is generated when a logon session is created. It is generated on the computer that was accessed.

 

The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

 

The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).

 

The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.

 

The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.

 

The authentication information fields provide detailed information about this specific logon request.

                - Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.

                - Transited services indicate which intermediate services have participated in this logon request.

                - Package name indicates which sub-protocol was used among the NTLM protocols.

                - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.

4776 Event screenshot

Viewing all 28504 articles
Browse latest View live


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