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

Hw to use Failed Request Log & Advanced Log to fix a 401

$
0
0

I have a particular web API application that works 100 % in localhost , including a /help page.  When I transfer it to our UAT box .  most of it works , but the /help url returns a 401.     I have traced it in fiddler, & have activated advanced logging & failed request logging.  They all give the same lack of info.  Its a 401 with 0 substatus or windows errorcode.    Logs are set to Verbose, Windows event log returns no error.  

How do I  get a debugging log, which tells me exactly what ( userid x cant read file y)  is being objected to.  I know its vaguely a permissions thing,  & I have globally set permissions to be as broad as possible.  My web config includes the following details .  The intention is to allow all users through ( including Anonymous) 

<authentication mode="Windows" />
<allow users="*" />
<customErrors mode="Off" />

<httpErrors errorMode="Detailed" existingResponse="PassThrough" />

Thanks Richard


IIS-W3SVC-WP Event ID 2307 Level Error

$
0
0

My application often is offline generating this error event:
The worker process for application pool 'sitename' encountered an error 'Configuration file is not well-formed XML
'Trying to read configuration data from file' \\ \ C: \ inetpub \ temp \ AppPools \ sitename \ sitename.config ', line number' 3 '. The data field contains the error code.
 
Environment: Farm ARR 2 hosts with NLB for each farm created two host back end with iis 8.5 using iis shared configuration saved on the file server, DFSR for applications in secondary disk.

I have done several searches without success, in time to solve the problems temporarily perform an iisreset / restart.
I realized that the .config file in the C: \ inetpub \ temp \ AppPools \ sitename \ sitename.config after the error event is corrupted, I give permission for my User read the file and it is only with a line "<! . - eRROR: There's been an error reading or processing the applicationhost.config file Line number: 0 error message: Can not read configuration file because the network path is not found
 ->
When running the iisreset / restart the file is rewritten and application back to work.

Interestingly, all the applications that are utlizando iis shared configuration feature the error instantly even though different host for each application, each host with iis have a folder on the file server and a domain of User was created just for this access another situation I noticed is that when checking my file server the User created to access the shared folders on iis has many open sessions and stay open long and connentions of number on each shared folder to the configurations of iis is very high, all the User created to access

Access denied when trying to create IIS backup

$
0
0

I'm trying create a backup by running:

%windir%\system32\inetsrv\appcmd.exe add backup "MyBackupName"

And I'm getting this error:

 ERROR ( hresult:80070005, message:Command execution failed.
 Access is denied.

I am an admin on the box (2012R2/IIS8.5) and I'm running the command prompt as admin. Also I have the Full Control permission (via the local administrators group) on the inetsrv directory. Can someone tell me where else to check?

Thanks,

This page can't be diplayed

$
0
0

I installed IIS8.5 on a new 2012R2 server. When I go to http://localhost, however, IE (v.11) gives me "This page can't be displayed". No IIS logs are being generated in IIS, so my request is not hitting the IIS. I've added DisableLoopbackCheck, but that didn't help. Any idea?

Deleting and recreating IUSR account

$
0
0

I have recently started having problems accessing a website held locally on my Windows 10 laptop under IIS 10. I constantly received the ERR_CONNECTION_REFUSED message.

Nothing at all is saved to the IIS logs or the event logs. This is a static html site and the IUSR account has full access. When testing the connection settings in IIS Mgr I receive the following:

Authentication : The user name or password is incorrect. (Exception from HRESULT: 0x8007052E)

Authorization : The credentials used to access the specified physical path are invalid. Verify the credentials and test these settings again.

As far as I know the IUSR account has no password and is created when IIS is first run, so I'm assuming at this stage that the IUSR account is corrupted somehow. I have uninstalled IIS but the account remains behind and I cannot find a way to manually remove it. I have tried using appcmd but there does not seem to be a function for removing the IUSR account.

Any help greatly appreciated.

P.S. I'm not an expert IIS admin, so forgive me if this is something straightforward.

Regards

Andrew

Edit: I have tried simply creating a new local account and using that with the same result.

IIS Webapi .NET 4.5 406 mime type error

$
0
0

We have a .NET WEBAPI running on IIS 7.5 and it will run as designed for 1 to 2 weeks then the Web api site starts to give a

406 - Client browser does not accept the MIME type of the requested page.
The page you are looking for cannot be opened by your browser because it has a file name extension that your browser does not accept.

The only thing that fixes it is to re-create the site using the same exact directory of code, but after another 1 - 2 weeks the same 406 error. Anyone had this issue before?

Faild Request Tracing response buffer always "%1F%8B%08" with custom content trace

$
0
0

I am trying to specify Custom content to trace with Failed Request Tracing (FRT). I'm using "/ver1.0/sdk/java/*" as the Custom content value. The requests that are traced are the correct ones, but I always get a GENERAL_RESPONSE_ENTITY_BUFFER value ofBuffer="%1F%8B%08". If I trace "All content (*)", then I get the expected response data in GENERAL_RESPONSE_ENTITY_BUFFER. Our site is very busy, and I need to minimize the amount of trace files generated. This seems like a bug in FRT. I'm not reaching the maxLogFileSizeKB limit because these trace files are around 250KB, and I have been seeing trace files bigger than 400KB.

Any ideas on how I can get the correct response buffer in the trace files?

Thanks,

David

FTP session issue in IIS 7.0 with FTP 7.5

$
0
0

OS: Windows 2008

IIS: 7.0.6000.16386

FTP: 7.5.7600.14978

Mode: Passive

The issue is when trying to upload a batch of files in PASV mode via FTP script or command line, the first uploading will fail all the time.

After checking the log, it seems after the server allocate a port# to the client end, there'll be another IP/client jump in using the same ftp session, which caused the first uploading connection using the incorrect data (IP+port number). However the later transimission are all normal.

FTP Log as below:
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem sc-status sc-win32-status sc-substatus sc-bytes cs-bytes time-taken x-session x-fullpath

2016-06-10 03:56:34 10.215.49.160 - 10.215.67.151 21 ControlChannelOpened - - 0 0 0 0 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.49.160 - 10.215.67.151 21 USER account1 331 0 0 40 18 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 PASS *** 230 0 0 21 16 0 327847d9-1822-49f6-8bc8-753bb91bda00 /
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 TYPE I 200 0 0 20 8 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 PASV - 227 0 0 51 6 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 CWD /WebASN/Outbound 250 0 0 29 22 0 327847d9-1822-49f6-8bc8-753bb91bda00 /WebASN/Outbound
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 TYPE A 200 0 0 20 8 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 - SIN-testserver\account1 10.215.67.151 51752 DataChannelClosed - - 1223 0 0 0 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 PORT 10,215,49,160,195,244 200 0 0 30 28 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.20.146 SIN-testserver\account1 10.215.67.164 51739 DataChannelOpened - - 0 0 0 0 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.20.146 SIN-testserver\account1 10.215.67.164 51739 DataChannelClosed - - 1236 38 0 0 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 NLST /WebASN/Outbound 425 1236 38 75 23 0 327847d9-1822-49f6-8bc8-753bb91bda00 /WebASN/Outbound
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 TYPE I 200 0 0 20 8 0 327847d9-1822-49f6-8bc8-753bb91bda00 -
2016-06-10 03:56:34 10.215.49.160 SIN-testserver\account1 10.215.67.151 21 TYPE A 200 0 0 20 8 0 327847d9-1822-49f6-8bc8-753bb91bda00 -

Tested the same in another UAT server, however the issue didn't happen.

OS: Windows 2008 R2

IIS: 7.5.7600.16385

FTP: 7.5.7601.17855

Mode: Passive


IIS and SSAS Connection

$
0
0

Hello,

i'm developed a wcf Service (C#) to host under iis 7.5. This Service should read Data from a SSAS(2005) and create Excel-files. Every thing works fine, but i can't connect from my wcf Service to SSAS. For the Connection the Adomdconnection is used. My connection string is working fine on a console Application, but on my wcf Service the "User ID and Password" from the connection string are not used. The Service used as User the Machinename and not the user from the connection string. My Knowledge of IIS is very restricted. The IIS and SSAS are running on different machines. Is this a Authentication Problem from the IIS? On the SSAS Server i have no access.

greeting Gerald

Sorry for my bad english.

World Wide Web Publishing Service stops constantly

$
0
0

Hello.

I have a problem with IIS 7.0 in Windows Server 2008 R2.

I have 2 apps and app pool. When I'm trying to start web server I get an error that World Wide Web Publishing Service is not started. If I try to start it from [Services > World Wide Web Publishing Service] then sometimes it starts normally or sometimes gives an error "World Wide Web Publishing Service started on Local Computer started and then stopped. Sometimes services stop automatically... bla-bla". But after second try it starts fine though.

Then after different time period the service stopps without any error. Also there's no error message in System Event Log. Just usual event 7036 "World Wide Web Publishing Service entered the stopped state".

I have the second server with similar configuration that hasn't such issue.

Does anybody have any idea about what to check?

Issues on IIS with timeouts from outside LAN

$
0
0

I have a content dashboard for various services that I use (PlexRequests, PlexPy, Plex, etc) which is basically a landing page with links.

Each service is accessible from outside my LAN when manually navigating to its port (I use a DDNS provider (no-ip) - so ****.DDNS.net:port) and works without issue that way.

When using the dashboard though (I've tried two different dashboards, both PHP-based), I start to see timeouts. The dashboard itself loads without too much issue, but once I try to use one of the links to navigate to a service it sits there for a few minutes and times out.

When accessing the dashboard over my LAN, it works without issue and I can hop from link to link quickly. The issue only occurs when coming in from the outside. All ports have been forwarded in my router, and I'm not using SSL.

Any thoughts? Is there something on the IIS side that I might have forgotten/not known how to set up?

IIS Express 10 will not start

$
0
0

When I try to start iisexpress, I get the following error, even if I put the trace flag on.  Is there any way to determine what the problem might be?  I cannot find a log or event to give me a clue as to why this will not start.

C:\Program Files\IIS Express>iisexpress /trace:error

The filename, directory name, or volume label syntax is incorrect. For more information about the error, run iisexpress.exe with the tracing switch  enabled (/trace:error).

C:\Program Files\IIS Express>iisexpress /trace:i

The filename, directory name, or volume label syntax is incorrect. For more information about the error, run iisexpress.exe with the tracing switch  enabled (/trace:error).

Even with the /trace:i flag there is no clue as to what the issue might be.

IIS Express was originally installed with Visual Studio 2015 (I am on Update 3).  I've tried repairs on Visual Studio 2015 and well as IIS Express, as well as uninstalling and reinstalling IIS Express and Visual Studio 2015.  I am running Windows 7 Enterprise.

Thanks.

302 logged as 200

$
0
0

Hi

Using SharePoint 2010 on IIS 7.5, when i make a request to intranet.local/ it redirects to intranet.local/pages/default.aspx. This is standard for SharePoint to do such a redirect. If i look at fiddler the first request is a 302 and the second a 200 as expected

If i then look at the IIS logs, both are recorded as 200. This does not seem correct. Can anyone advise?

two of three sites throw 500 internal server errors with no code after them

$
0
0

Hi all,

I've got three sites; two running DNN, and the other running ProjectNami with PHP 5.6. One of the sites,http://cambridgeport90.net, loads and is view-able (coming along great, actually). The others,http://stormlighttech.org, powered by DNN, andhttp://defendersofcambridge.org, powered by ProjectNami, don't.

The following is a log from stormlight ... I have the custom error element of wweb.config set to off (yields nothing useful though, still "500 internal server error. There is a problem with the resource you are looking for and it cannot be displayed"), but the key is, I believe in the following log fragment:

From the log: 2016-07-17 15:20:49 10.0.0.11 GET /Default.aspx tabid=59&error=An+unexpected+error+has+occurred&content=0 80 - 104.193.88.244 Mozilla/5.0+(Windows+NT+5.1;+rv:6.0.2)+Gecko/20100101+Firefox/6.0.2 - 500 0 0 218

What's getting me ... don't error 500's normally have some sort of code after them in order to tell you what's wrong or what to go fix? ( think the "unexpected error has occurred" line, which doesn't look very IIS log-like to me, is trying to tell me something). Just to let you guys know, this site worked fine at one time, I reinstalled the actual web site files because some  module or other I had installed kept breaking things, I had accidentally tried to install into a database with stuff in it, and so on, so I figured it needed to be refreshed.. I can't even load the absolute URL ... stormlighttech.org/install/install.aspx; similar error.

Onto the PHP site:

I installed PHP via the Web Platform installer as recommended. I can see all of the settings ... all of the extensions and what not are there, including all of the ones for the SQL server driver. when I take a look at defendersofcambridge.org, I get: 500 internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.Throws a 404 on the local server ... Do I have to do anything after PHP installs to get it to work? (I think I somehow ended up with both versions  5 and 7 in there when I  was messing with chocolatey, but per PHP manager, everything seems to indicate version 5.something.) Logs look similar to those above ... except no calls ever to index.php, wp-install.php, ever. As if the server isn't actually serving the page. Sort of explains the 404 on the inside, doesn't it? Thankfully that site's not as important as the first. Suggestions would be awesome; this is driving me nuts.

IIS fails to show any pages with 404 error, files exists, has worked up until 5 hours ago

$
0
0
<div class="post-text" itemprop="text">

After recompiling and debugging a .NET mvc application, IIS now refuses to show any pages, not even an index.html in the root of inetpub, and give 404 errors. I did have to do a hard stop of the iis (iisreset) just prior to this, which took a long time and I recycled the app pool. I've done that lots of times without any issue.

2016-07-20 23:00:11 ::1%0 2599 ::1%0 80 HTTP/1.1 GET /index.html 404 - NotFound -

I tried uninstalling and reinstalling IIS, still same issue. I even uninstalled and reinstalled WAS.

All the resources/files are there, and I can step through the virtual directory on the iis management window.

Any idea what to try?

</div>

IIS 8.5 showing old sql query

$
0
0

I'll first apologize for the novice post.  I am a DBA fudging my way through a home-grown-DBA-built aspx (built by a different DBA) database inventory app.  I know very little about IIS which brings me here.

I have a addnewinstance.aspx that utilizes InstanceValidation.vb found in C:\inetpub\wwwroot\App_GlobalResources\

This is a windows 2012r2 machine with IIS8.5 on a SQL server 2014 (both are local/sharing the same machine (I'm sure there are a thousand things to consider with this but I'm here for my specific problem).

The vb validates a certain database exists.  I have since modified the query to point to a new, relevant database in my InstanceValidation.vb.  However when I profile the sql error, its still looking for the old database and has the old query.  

I search everything and I could not see if it references that old database anywhere in any of the scripts.  I have done multiple IIS resets and the machine has been rebooted.

what or where else should I look for this old reference (I'm sorry but you may need to direct me where to go as well)?

Owncloud doesn't work

$
0
0

Hello,

I'm Toni from Germany.

Firstly my english isn't so good.

And i have a problem with my Server.

I installed the Owncloud service on my windows server 2012 r2. I habe PHP 7.0 and mysql server 5.1.

When I go into the Internet Explorer, on my site, I got the error message 500.

I don't find much information for my problem, maybe you can help me?

Thanks 

SSL chain not send by iis. Chain in correct and working on server

$
0
0

I have an iis server running let's encrypt certificates.

My problem is that iis isn't sending the full chain.

If test it with cert util it tell's me chain i ok why isn't iis sending it:

this is the output of certutil:

C:\>certutil -f -urlfetch -verify c:\test.cer
Issuer:
    CN=Let's Encrypt Authority X3
    O=Let's Encrypt
    C=US
  Name Hash(sha1): 7ee66ae7729ab3fcf8a220646c16a12d6071085d
  Name Hash(md5): c0350a4a6f6b94d938b5003a57bb4867
Subject:
    CN=exchange.dikkenberg.net
  Name Hash(sha1): 4f30e29655bd9659d59e782adbc718f53a1ac59e
  Name Hash(md5): b6a452fb8a6fdddda0c01afa2f05fbda
Cert Serial Number: 036b6525c8bfb33446da50997b85c9bf36d0

dwFlags = CA_VERIFY_FLAGS_ALLOW_UNTRUSTED_ROOT (0x1)
dwFlags = CA_VERIFY_FLAGS_IGNORE_OFFLINE (0x2)
dwFlags = CA_VERIFY_FLAGS_FULL_CHAIN_REVOCATION (0x8)
dwFlags = CA_VERIFY_FLAGS_CONSOLE_TRACE (0x20000000)
dwFlags = CA_VERIFY_FLAGS_DUMP_CHAIN (0x40000000)
ChainFlags = CERT_CHAIN_REVOCATION_CHECK_CHAIN (0x20000000)
HCCE_LOCAL_MACHINE
CERT_CHAIN_POLICY_BASE
-------- CERT_CHAIN_CONTEXT --------
ChainContext.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)

SimpleChain.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)

CertContext[0][0]: dwInfoStatus=102 dwErrorStatus=0
  Issuer: CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US
  NotBefore: 26-7-2016 19:39
  NotAfter: 24-10-2016 19:39
  Subject: CN=******
  Serial: 036b6525c8bfb33446da50997b85c9bf36d0
  SubjectAltName: DNS Name=******, DNS Name=******, 
 DNS Name=******, DNS Name=******, DNS Name=******, DNS Name=******, DNS Name=******, DNS Name=******, DNS Name=******, DNS Name=******, DNS Name=******, DNS Name=******
  97c9018be613d951906d34887198f18545db8644
  Element.dwInfoStatus = CERT_TRUST_HAS_KEY_MATCH_ISSUER (0x2)
  Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
  ----------------  Certificate AIA  ----------------
  Verified "Certificate (0)" Time: 0
    [0.0] http://cert.int-x3.letsencrypt.org/

  ----------------  Certificate CDP  ----------------
  No URLs "None" Time: 0
  ----------------  Base CRL CDP  ----------------
  No URLs "None" Time: 0
  ----------------  Certificate OCSP  ----------------
  No Signer "OCSP" Time: 0
    [0.0] http://ocsp.int-x3.letsencrypt.org/

  --------------------------------
    CRL (null):
    Issuer: CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US
    ThisUpdate: 30-7-2016 20:00
    NextUpdate: 6-8-2016 20:00
    ecbecc733dc0d0f0d8f13e57ff88982de445d5d8
  Issuance[0] = 2.23.140.1.2.1
  Issuance[1] = 1.3.6.1.4.1.44947.1.1.1
  Application[0] = 1.3.6.1.5.5.7.3.1 Server Authentication

CertContext[0][1]: dwInfoStatus=102 dwErrorStatus=0
  Issuer: CN=DST Root CA X3, O=Digital Signature Trust Co.
  NotBefore: 17-3-2016 18:40
  NotAfter: 17-3-2021 18:40
  Subject: CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US
  Serial: 0a0141420000015385736a0b85eca708
  cb6c95d597fe6e192d2882339b502d065bb4a3e6
  Element.dwInfoStatus = CERT_TRUST_HAS_KEY_MATCH_ISSUER (0x2)
  Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
  ----------------  Certificate AIA  ----------------
  Verified "Certificate (0)" Time: 4
    [0.0] http://apps.identrust.com/roots/dstrootcax3.p7c

  ----------------  Certificate CDP  ----------------
  Verified "Base CRL (9e)" Time: 0
    [0.0] http://crl.identrust.com/DSTROOTCAX3CRL.crl

  ----------------  Base CRL CDP  ----------------
  No URLs "None" Time: 0
  ----------------  Certificate OCSP  ----------------
  Failed "OCSP" Time: 0
    Error retrieving URL: The operation timed out 0x80072ee2 (INet: 12002 ERROR_
INTERNET_TIMEOUT)
    http://isrg.trustid.ocsp.identrust.com

  --------------------------------
    CRL (null):
    Issuer: E=pki-ops@IdenTrust.com, CN=DST CA X3 OCSP Signer, OU=DST, O=Digital
 Signature Trust, C=US
    ThisUpdate: 2-8-2016 11:51
    NextUpdate: 3-8-2016 11:51
    ec243e50bf0890f22cde404c7776c7305af90fda
  Issuance[0] = 2.23.140.1.2.1
  Issuance[1] = 1.3.6.1.4.1.44947.1.1.1
  Application[0] = 1.3.6.1.5.5.7.3.4 Secure Email
  Application[1] = 1.3.6.1.5.5.7.3.1 Server Authentication

CertContext[0][2]: dwInfoStatus=10c dwErrorStatus=0
  Issuer: CN=DST Root CA X3, O=Digital Signature Trust Co.
  NotBefore: 30-9-2000 23:12
  NotAfter: 30-9-2021 16:01
  Subject: CN=DST Root CA X3, O=Digital Signature Trust Co.
  Serial: 44afb080d6a327ba893039862ef8406b
  137cd76aca382673b15f9394dff6d8544f02c9da
  Element.dwInfoStatus = CERT_TRUST_HAS_NAME_MATCH_ISSUER (0x4)
  Element.dwInfoStatus = CERT_TRUST_IS_SELF_SIGNED (0x8)
  Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
  ----------------  Certificate AIA  ----------------
  No URLs "None" Time: 0
  ----------------  Certificate CDP  ----------------
  No URLs "None" Time: 0
  ----------------  Certificate OCSP  ----------------
  No URLs "None" Time: 0
  --------------------------------
  Application[0] = 1.3.6.1.5.5.7.3.4 Secure Email
  Application[1] = 1.3.6.1.5.5.7.3.1 Server Authentication

Exclude leaf cert:
  9386cd6fddbb5108141e8aa6de02e5076003bca2
Full chain:
  274ef30f8b3ed9c701c5f6bc950782ffbf3927be
------------------------------------
Verified Issuance Policies:
    2.23.140.1.2.1
    1.3.6.1.4.1.44947.1.1.1
Verified Application Policies:
    1.3.6.1.5.5.7.3.1 Server Authentication
Cert is an End Entity certificate
Leaf certificate revocation check passed
CertUtil: -verify command completed successfully.

Getting IIS 400 bad request when posting json data with 17382 characters

$
0
0

Hi I have tried many solutions but not able to fix the issue.

I am getting this issue when I am trying to send large data to server. 

It is working from visual studio but problem is coming when code is deployed on test server.

I have tried increasing values for maxBufferSize="20000000" maxBufferPoolSize="20000000" maxReceivedMessageSize="20000000" but it is not helping

<binding name="BasicHttpBinding_IDwpArticleService" closeTimeout="00:30:00"
          openTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00"
          allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
          maxBufferSize="20000000" maxBufferPoolSize="20000000" maxReceivedMessageSize="20000000"
          messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
          useDefaultWebProxy="true"><readerQuotas maxDepth="32" maxStringContentLength="20000000"
            maxArrayLength="20000000" maxBytesPerRead="20000000" maxNameTableCharCount="20000000" /><security mode="None"><transport clientCredentialType="None" proxyCredentialType="None"
              realm="" /><message clientCredentialType="UserName" algorithmSuite="Default" /></security>


IIS Tracing

76. -NOTIFY_MODULE_START 
ModuleName	ServiceModel-4.0
Notification	2
fIsPostNotification	true
Notification	AUTHENTICATE_REQUEST
Verbose
77. -AspNetPipelineEnter 
ConnID	0
Context ID	{00000000-0000-0000-B901-0080000000F4}
Data1	System.ServiceModel.Activation.ServiceHttpModule
0 ms
Informational
78. -GENERAL_READ_ENTITY_START 

0 ms
Informational
79. -GENERAL_READ_ENTITY_END 
BytesReceived	8192
ErrorCode	0
ErrorCode	The operation completed successfully. (0x0)
 
Verbose
80. -GENERAL_REQUEST_ENTITY 
Buffer	{"param":{"Value":"{\"SupplierId\":\"12096\",\"ArticleId\":\"00034095,00070597,00071709,00073195,00085730,00094536,00094541,00105380,00105403,00105441,00105525,00105907,00105912,00111060,00113417,00113422,00118392,00118410,00118429,00118448,00118453,00118655,00118679,00118684,00118698,00118716,00118721,00118735,00118759,00118778,00118797,00119607,00119612,00119626,00119669,00119674,00119787,00119792,00119805,00119810,00119872,00120658,00121219,00123807,00124388,00124393,00125910,00130327,00140760,00141217,00143848,00143853,00143872,00146979,00146998,00147002,00152003,00155799,00155860,00156416,00157067,00158057,00158062,00158298,00158302,00158378,00160814,00161012,00161026,00161229,00161272,00161408,00168419,00168424,00168438,00168495,00168508,00168513,00168768,00170403,00175542,00181595,00181618,00181760,00181784,00181897,00181901,00182415,00182420,00182458,00182463,00182477,00182482,00182788,00182793,00182806,00182830,00182873,00182887,00182892,00182929,00182934,00182948,00182967,00182972,00182986,00182991,00183014,00183047,00183085,00183108,00183113,00183127,00183189,00183226,00183250,00183429,00183434,00183448,00183537,00183622,00183636,00183660,00183679,00187677,00193046,00193051,00193094,00193107,00193112,00193126,00193683,00200297,00200301,00200315,00200320,00200339,00200344,00200358,00200363,00202569,00203074,00203408,00211168,00211173,00211192,00211205,00211540,00214666,00214671,00216000,00222992,00223005,00224095,00224378,00224383,00224397,00224420,00224444,00225373,00226297,00226301,00226669,00226674,00226805,00226834,00226848,00226853,00226867,00226872,00227174,00229069,00243937,00243942,00247426,00247431,00249977,00249982,00250503,00254681,00254695,00254704,00257401,00264576,00265038,00269376,00269381,00278696,00278861,00280350,00280430,00281175,00281180,00282066,00304676,00304681,00321765,00321770,00329568,07237000,09800092,09800134,09800493,10031652,10034090,10047295,10047592,10105407,10105445,10105563,10105780,10105916,10113426,10113431,10118396,10118424,10118438,10118443,10118669,10118674,10118688,10118693,10118706,10118711,10118725,10118730,10118754,10118768,10118773,10118787,10119598,10119602,10119616,10119621,10119664,10119678,10119720,10119876,10119881,10121209,10122888,10123802,10123816,10124383,10124397,10130317,10130322,10130336,10141250,10143857,10143904,10146993,10147006,10156411,10156492,10158066,10158293,10158368,10158373,10159358,10160130,10160776,10160818,10163812,10168414,10168428,10168503,10168522,10168895,10170148,10170346,10171015,10175179,10175184,10181774,10181868,10181873,10181905,10181929,10182387,10182429,10182453,10182467,10182472,10182797,10182858,10182863,10182882,10182896,10182900,10182919,10182924,10182938,10182943,10182976,10183023,10183037,10183042,10183080,10183155,10183179,10183221,10183259,10183358,10183382,10183457,10183508,10183565,10183570,10183594,10183607,10183669,10183674,10184268,10187667,10187672,10188191,10190919,10193041,10193055,10193098,10193102,10193116,10193121,10193159,10193687,10193692,10200305,10200310,10200329,10200334,10200348,10200353,10203059,10203064,10204087,10210074,10211177,10211196,10211200,10211832,10214661,10214675,10222996,10223000,10224090,10224373,10224387,10224434,10224453,10225674,10226305,10226659,10226664,10226819,10226824,10226838,10226843,10226857,10226862,10229059,10229064,10231236,10243927,10243932,10248581,10249986,10250507,10254690,10254708,10257405,10269385,10269390,10274914,10278691,10280024,10280359,10280439,10280444,10281165,10281170,10281189,10282056,10282061,10299839,10299844,10304671,10304685,10304690,10321779,10324872,10329737,17229900,17239800,19800143,19800162,19800713,20031656,20047327,20047370,20047596,20047600,20071708,20071713,20085729,20085734,20094559,20101630,20105379,20105402,20105440,20105572,20105770,20105906,20105911,20108170,20111059,20113416,20118391,20118414,20118428,20118447,20118659,20118678,20118683,20118701,20118739,20118744,20118758,20118763,20118777,20118782,20118800,20119606,20119611,20119668,20119673,20119791,20119809,20119814,20120657,20121218,20124387,20124392,20125909,20125914,20130326,20140354,20140759,20140764,20141216,20143847,20143852,20143871,20146978,20146983,20146997,20147001,20155798,20155802,20155859,20155864,20156415,20157066,20158061,20158297,20158301,20158377,20159353,20160813,20161228,20161407,20168418,20168423,20168437,20168442,20168499,20168507,20168512,20168767,20168772,20168913,20170398,20170402,20171029,20171034,20175174,20181617,20181759,20181778,20181783,20181900,20181919,20181924,20182419,20182443,20182457,20182834,20182872,20182928,20182933,20182947,20182966,20182971,20183013,20183046,20183051,20183089,20183094,20183126,20183174,20183188,20183225,20183249,20183254,20183386,20183428,20183598,20183621,20183659,20183678,20185026,20187676,20193045,20193050,20193106,20193111,20193125,20193682,20193696,20200296,20200300,20200319,20200324,20200338,20200343,20200357,20200362,20202568,20202573,20203068,20203073,20203407,20203412,20211167,20211191,20214613,20214665,20214670,20222991,20223009,20224377,20224382,20224396,20224400,20224424,20226296,20226300,20226668,20226673,20226809,20226814,20226828,20226833,20226847,20226852,20226866,20226871,20229054,20229068,20240264,20243941,20247425,20254680,20254699,20254703,20264575,20265037,20269375,20280349,20280354,20280429,20280434,20281179,20283833,20304675,20304680,20321769,20321774,20329572,20331768,21279712,27236900,27237400,27239300,29800147,29800152,29800265,29800492,30047360,30085738,30105406,30105618,30105779,30108650,30113425,30118437,30118654,30118710,30118729,30118734,30118748,30118753,30118767,30118772,30118885,30118890,30119597,30119601,30119615,30119620,30119663,30119677,30119875,30121213,30122887,30122892,30124396,30130321,30143724,30143856,30143899,30143903,30146987,30147005,30154675,30156491,30158065,30158070,30158292,30158329,30158372,30159357,30160775,30160817,30160879,30161015,30161020,30161510,30168413,30168427,30168494,30168502,30168521,30168899,30170345,30170388,30171019,30172288,30175178,30175183,30181594,30181773,30181867,30181928,30182386,30182414,30182428,30182452,30182838,30182857,30182862,30182881,30182895,30182904,30182937,30182942,30183022,30183116,30183159,30183178,30183183,30183381,30183531,30183569,30183606,30183625,30187671,30188190,30190918,30193059,30193097,30193101,30193115,30193120,30193158,30193686,30193691,30200309,30200314,30200328,30200333,30200347,30200352,30200366,30203058,30203063,30204086,30210073,30211181,30211195,30211204,30211609,30211831,30214660,30222995,30223004,30224094,30224367,30224372,30224414,30226309,30226658,30226663,30226804,30226818,30226823,30226837,30226842,30226856,30226861,30227177,30227832,30229058,30229063,30236563,30242875,30243926,30243931,30247439,30249990,30250506,30250511,30254689,30254694,30254707,30263919,30265174,30269389,30278690,30280023,30280358,30280363,30280438,30280443,30281169,30281174,30281188,30282055,30282060,30304689,30321764,30321778,30324871,30329576,37229800,37237800,37239700,37240100,39800161,39800811,40031655,40047604,40061845,40085733,40094539,40094558,40101634,40105378,40105383,40105401,40105439,40105444,40105528,40105566,40105571,40105769,40105905,40107891,40111058,40113420,40118413,40118427,40118677,40118682,40118696,40118738,40118762,40118776,40118781,40119605,40119610,40119667,40119790,40119808,40120524,40122896,40123805,40123947,40124391,40125908,40125913,40126187,40130325,40137893,40140758,40140763,40141258,40143851,40143870,40146977,40146982,40155797,40155801,40155858,40155863,40158296,40158300,40158376,40159352,40161029,40161524,40168417,40168422,40168441,40168498,40168506,40168511,40168766,40168771,40168912,40170397,40170401,40175187,40181777,40181782,40181904,40181923,40182376,40182442,40182456,40182828,40182890,40182908,40182927,40182932,40183106,40183248,40183253,40183385,40183432,40183446,40183502,40183564,40183597,40183620,40183639,40183677,40187675,40187680,40188302,40193049,40193054,40193105,40193681,40193695,40200295,40200304,40200318,40200323,40200337,40200342,40200356,40200361,40200506,40202567,40202572,40203067,40203411,40210077,40211171,40211190,40211835,40214607,40214612,40214669,40214674,40216003,40223008,40224376,40224381,40224395,40224404,4022
0 ms
Informational
81. -GENERAL_READ_ENTITY_START 

0 ms
Informational
82. -GENERAL_READ_ENTITY_END 
BytesReceived	8192
ErrorCode	0
ErrorCode	The operation completed successfully. (0x0)
 
Verbose
83. -GENERAL_REQUEST_ENTITY 
Buffer	4442,40224456,40225366,40226295,40226304,40226667,40226672,40226808,40226813,40226827,40226832,40226846,40226851,40226865,40226870,40227167,40227172,40227855,40229053,40229067,40242870,40243940,40247434,40247448,40254679,40254698,40254702,40257404,40265036,40269379,40269384,40280348,40280353,40280433,40281178,40283832,40298428,40304679,40304684,40321768,40321773,41279612,47236800,49800146,49800151,49800170,49800429,49800491,49800863,50047590,50072914,50074098,50085737,50105405,50105410,50107881,50113429,50118399,50118417,50118422,50118436,50118667,50118672,50118686,50118691,50118766,50118771,50118889,50119596,50119619,50119662,50119676,50119884,50121207,50121212,50122669,50122891,50123819,50124395,50130320,50138335,50143855,50143898,50143902,50146986,50146991,50152005,50156414,50158069,50158291,50158328,50158371,50160133,50160816,50161024,50161509,50168426,50168493,50168501,50168898,50170293,50170387,50170392,50171023,50171141,50174837,50175177,50175182,50181786,50181866,50181871,50181913,50181927,50182451,50182837,50182861,50182899,50182903,50182979,50183035,50183078,50183158,50183177,50183224,50183460,50183511,50183568,50183605,50183672,50184271,50187670,50188189,50188194,50193044,50193058,50193096,50193100,50193119,50193124,50193157,50193162,50193685,50193690,50200308,50200313,50200327,50200332,50200346,50200351,50200365,50203076,50204085,50210072,50211199,50211203,50211830,50214664,50216173,50222999,50223003,50224093,50224366,50224390,50224432,50224451,50224470,50225375,50225653,50226308,50226313,50226657,50226662,50226803,50226817,50226822,50226836,50226841,50226855,50227176,50229057,50229062,50231239,50236562,50240267,50243925,50243930,50247424,50248579,50250505,50250510,50254688,50254693,50254706,50257408,50263918,50269388,50269393,50278689,50280022,50280357,50280362,50280437,50280442,50281168,50281173,50281187,50282059,50282064,50292794,50299842,50304674,50304688,50304693,50321763,50321777,50321782,50324870,50329580,50329721,57229700,57230100,57239600,59800160,59800264,60070599,60085732,60094538,60098485,60105377,60105382,60105443,60105527,60105565,60107885,60107890,60112429,60113419,60118394,60118426,60118431,60118704,60118737,60118742,60118756,60118761,60118775,60118799,60118884,60119609,60119614,60119666,60119789,60119807,60119812,60119874,60120523,60121216,60121221,60122895,60123809,60123946,60124390,60125912,60130334,60137892,60140757,60141257,60143850,60143869,60146981,60146995,60155796,60155800,60155862,60157069,60158059,60158295,60158375,60160811,60161090,60161226,60161231,60161274,60161410,60161523,60168416,60168421,60168440,60168497,60168765,60168770,60168911,60170396,60170400,60171032,60171046,60175186,60175407,60181583,60181597,60181615,60181875,60181899,60181903,60181917,60181922,60182417,60182422,60182455,60182813,60182827,60182832,60182870,60182889,60182907,60182988,60183092,60183129,60183172,60183247,60183252,60183426,60183445,60183450,60183501,60183563,60183619,60183624,60183638,60183657,60192459,60193048,60193053,60193109,60193114,60193680,60200299,60200303,60200317,60200322,60200336,60200341,60200355,60200360,60200505,60202566,60202571,60203071,60203410,60210076,60211165,60211170,60211189,60211194,60211542,60214606,60214668,60214673,60216002,60222994,60223007,60224399,60224422,60225365,60226299,60226303,60226666,60226671,60226807,60226812,60226826,60226831,60226845,60226869,60227166,60227171,60229066,60241662,60242869,60242874,60243939,60247433,60254697,60254701,60257403,60265035,60269383,60279990,60280347,60280352,60280432,60281064,60281177,60282054,60283831,60304678,60304683,60318086,60321767,60321772,67237200,69800273,69800862,70031630,70031654,70047594,70063188,70074097,70085736,70094566,70094571,70105409,70105517,70105616,70105777,70107880,70113414,70113428,70118416,70118435,70118666,70118685,70118690,70118713,70118732,70118751,70118765,70118770,70118789,70118888,70119604,70119618,70119623,70119675,70119680,70119722,70119883,70121206,70122668,70122890,70123804,70123818,70129957,70130319,70130324,70130338,70143897,70143901,70146985,70146990,70155866,70156413,70156494,70158068,70158370,70160132,70160815,70161018,70163814,70168425,70168430,70168492,70168500,70168897,70168901,70170391,70171017,70171140,70175176,70175181,70181771,70181785,70181926,70182389,70182450,70182836,70182860,70182884,70182921,70182935,70182940,70183223,70183379,70184270,70187674,70188188,70188193,70193043,70193057,70193095,70193104,70193118,70193123,70193161,70193689,70193694,70200294,70200307,70200312,70200326,70200331,70200345,70200350,70203056,70203061,70210071,70211179,70211198,70211202,70211612,70211834,70214615,70214663,70214677,70216172,70222998,70223002,70224092,70224370,70224394,70224412,70224431,70224474,70225652,70226307,70226312,70226656,70226661,70226802,70226816,70226821,70226835,70226859,70227175,70227854,70229056,70229061,70236561,70240266,70243929,70248578,70249988,70250509,70254687,70254692,70254705,70257407,70269387,70269392,70280021,70280356,70280361,70280436,70280441,70281167,70281172,70281191,70282058,70282063,70299841,70304673,70304687,70304692,70321762,70321776,70321781,70324869,70329584,77230000,77237600,77239500,79800159,79800164,80047598,80047602,80073196,80085731,80094556,80094561,80105376,80105381,80105404,80105442,80105526,80105767,80107889,80108172,80111061,80113423,80118393,80118406,80118411,80118425,80118430,80118449,80118454,80118656,80118661,80118675,80118680,80118699,80118703,80118717,80118736,80118741,80118755,80118760,80118779,80118798,80118883,80119608,80119613,80119665,80119788,80119806,80119811,80119873,80121215,80121220,80122578,80123808,80124389,80124394,80125911,80130328,80138334,80143849,80143854,80143905,80146999,80147003,80152004,80155795,80155861,80157068,80158058,80158063,80158299,80158379,80160853,80161013,80161027,80161065,80161409,80168415,80168420,80168439,80168496,80168509,80168514,80168769,80175185,80175406,80175543,80181582,80181619,80181761,80181775,80181898,80181921,80182416,80182421,80182440,80182869,80182893,80182906,80182911,80182930,80182992,80183190,80183227,80183251,80183388,80183430,80183500,80183618,80183623,80183637,80183661,80183675,80187678,80187683,80188300,80193047,80193052,80193108,80193113,80193679,80193684,80200298,80200302,80200316,80200321,80200335,80200359,80200364,80202565,80202570,80203065,80203070,80203409,80210075,80211188,80211193,80211541,80214667,80214672,80216001,80222993,80223006,80223011,80224379,80224402,80224440,80225374,80225675,80226298,80226302,80226665,80226670,80226806,80226811,80226825,80226830,80226849,80226854,80226868,80226873,80227165,80227170,80229065,80229070,80242868,80242873,80243938,80247427,80247432,80249983,80250504,80254696,80254700,80257402,80269377,80269382,80278857,80280025,80280346,80280351,80280431,80281063,80281176,80281181,80283830,80304677,80304682,80318085,80321766,80321771,80329588,80331770,87237100,89800272,89800494,90031629,90031653,90047319,90047362,90047376,90085735,90094546,90094551,90098484,90105408,90105446,90105516,90105564,90107879,90107884,90113413,90113432,90118397,90118401,90118415,90118420,90118439,90118444,90118651,90118665,90118670,90118689,90118694,90118707,90118712,90118726,90118731,90118745,90118750,90118769,90118774,90118793,90118887,90118892,90119599,90119603,90119617,90119622,90119679,90119877,90119882,90121210,90122889,90123803,90123817,90124384,90124398,90125915,90130318,90130323,90140355,90141251,90143858,90143900,90146989,90146994,90147007,90154677,90155865,90156412,90156493,90158067,90158294,90158369,90158374,90159359,90160131,90160777,90160876,90163813,90168429,90168504,90168523,90168764,90168896,90171021,90172290,90174835,90175175,90175180,90181614,90181770,90181869,90181874,90181930,90182388,90182454,90182859,90182864,90182883,90182897,90182920,90182944,90183378,90183383,90183458,90183509,90183528,90183533,90184269,90187668,90188187,90188192,90193042,90193056,90193099,90193103,90193117,90193122,90193160,90193688,90193693,90200293,90200306,90200311,90200330,90200349,90200354,90200504,90210070,90211183,90211197,90211201,90211611,90211833,90214662,90214676,90222997,90223001,90224091,90224369,90224374,90224388,90224393,90224411,90224454,90224473,90225364,90226306,90226311,90226660,90226815,902268
0 ms
Informational
84. -GENERAL_READ_ENTITY_START 

0 ms
Informational
85. -GENERAL_READ_ENTITY_END 
BytesReceived	998
ErrorCode	0
ErrorCode	The operation completed successfully. (0x0)
 
Verbose
86. -GENERAL_REQUEST_ENTITY 
Buffer	39,90226858,90226863,90227179,90229055,90229060,90240265,90243928,90243933,90248582,90250508,90254686,90254691,90254709,90257406,90269386,90269391,90278852,90280355,90280360,90280435,90280440,90281166,90281171,90281185,90281190,90282057,90282062,90292792,90304672,90304686,90304691,90321775,97236100,97239900,99800040,99800399,99800907\",\"StatementIdInsert\":\"12\",\"uid\":\"J5JQcsSDIMic0Ftk2iBhq6JroRz6T0tEuT6IWrCzTRRgRyt5+J/qQ3xAVMpIJBkENt7JSirJFaW3mtHeVyC4TkxctGH6tuYW0sKFZDkytNuN65Y+ThtsZG/UKq64DOXZL5ZLTPW8Ed6Wzbph/3voPEsEReFQsItLiri493eKOhg=\",\"sessionId\":\"Qmy8VqS6VCmxTBKzbJcSpPRaSRQKcbPYiWriQD1mazwcFjN0AtNCOIDXhmVci4vgE1eoMqh4+yyNSNxYURbr6ZcWZI5vAUQx09Fx1w6BmpzAlE2ojC1ZDH5MMO/5o1PS+rPklkSYfXYiVVg93BNe97AUHGHeCje/2xxB6Tt77k8=\",\"database\":\"0\",\"sid\":\"TmE9snnJoqJBIhV//RRUikD0KrCJmuZxShv6hzXCH0DxW1fPdNThYAHb3vHS93nOrjiNf1M6+99svZdGPHER6yzJ2WLXSuF90rmFbYLMb81LQakBvhJy0IToNF6BajKK0VN9klwqywO+lFpxUutQxEKI/B/q0XikUKRWWgruIyE=\",\"userName\":\"jacha22\",\"supplier\":\"12096\"}"}}
Verbose
87. -AspNetPipelineLeave 
ConnID	0
Context ID	{00000000-0000-0000-B901-0080000000F4}
Data1	System.ServiceModel.Activation.ServiceHttpModule
Warning
88. -MODULE_SET_RESPONSE_ERROR_STATUS 
ModuleName	ServiceModel-4.0
Notification	2
HttpStatus	400
HttpReason	Bad Request
HttpSubStatus	0
ErrorCode	0
ConfigExceptionInfo	
Notification	AUTHENTICATE_REQUEST
ErrorCode	The operation completed successfully. (0x0)
Verbose
89. -NOTIFY_MODULE_COMPLETION 
ModuleName	ServiceModel-4.0
Notification	2
fIsPostNotificationEvent	true
CompletionBytes	0
ErrorCode	0
Notification	AUTHENTICATE_REQUEST
ErrorCode	The operation completed successfully. (0x0)

IIS 8 Not Loading .DOCX on webpage

$
0
0

I have setup a working default IIS install and have a working website on it but when anyone clicks on a link ending in .PDF, .DOCX or .DOC etc it comes up error 404 not found.

I have double checked and their MIME types are there, am I missing something perhaps a permissions issue on the folder its serving from ?

Cheers
Matt

Viewing all 1814 articles
Browse latest View live


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