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

PlayReady DRM server error 0x8004c600

$
0
0

Hello,

I have a client which requests a license to decrypt a Smooth streaming content (live channel).

When the server receives the requests, it returns this error:

<faultstring>System.Web.Services.Protocols.SoapException: Internal service error
   at Microsoft.Media.Drm.RightsManager.ConvertRmServerExeception(RMServerException ex)
   at Microsoft.Media.Drm.RightsManager.AcquireLicense(XmlDocument challenge)</faultstring>
            <faultactor>http://10.10.33.221/PlayReady/rightsmanager.asmx</faultactor>
            <detail>
                <Exception>
                    <StatusCode>0x8004c600</StatusCode>

According to the code it means this:

This indicates a server problem. Device should silently retry 3 times. If failure persists, user must be informed about a server failure and to try again later

Would you have an idea on how to fix this?

Thanks,


IIS periodically stops responding on port 443

$
0
0

Hi colleagues.

Windows server2008 R2. Roles: Web serviceand File services. Firewall is turned off.

IIS periodically stops responding onport 443.

telnet servername 443  -the connection to fail. at the same time
connection  on port 80 success.

connection limits  is not set.

NETSTAT -a -n -o result:

TCP 0.0.0.0:443 0.0.0.0:0 LISTENING

how i can resolve this?

URL Rewrite on IIS causes diamonds with question marks to appear in pages

$
0
0

Hi. 

On IIS 7 or 8, when you have an ASP.NET site deployed (happened with blogengine.net and my own we sites), cyrillic characters display fine until you install URL Rewrite module. When installed, module probably processes the streat of the response data, which results in appearing of diamonds with question mark in them:

When I uninstall the Url Rewrite from IIS machine, the problem automatically goes away.

The problem only occurs with test that was entered into the site through web-based WSWYG-editor (same happened in BlogEnginge.net). When you look at the same text in an edit mode - there is no problem. But at display time the diamonds appear. 

Please help with that, since I'd like to be able to have Url Rewrite functionality + be able to display editable cyrillic text on the pages.

Thanks in advance,

Max

No Video Buffering on Windows 10 IE11/Edge with Rewrite

$
0
0

We have a website that plays video in the browser.

On SBS 2008 we use ARR 2.5 and IIS Rewrite 2 to reverse proxy to another computer in the network. I also tried ARR 3.0.

This works great for the browsers IE/Chrome/Firefox on Win7, Win8 and Win8.1. The video plays, seeks and buffers.

On Windows 10 IE and Edge the video plays but it does not buffer and seek only works when the file has been fully downloaded. Chrome and Firefox play, seek and buffer fine.

If I use the router to point directly at the computer in the network then it plays, seeks and buffers fine - it is only when using ARR and IIS Rewrite.

I have played around with ARR buffer settings but nothing I do gets it to buffer?

Anyone have any ideas?

Thanks,

Adam

No Video Buffering on Windows 10 IE11/Edge with Rewrite

$
0
0

We have a website that plays video in the browser.

On SBS 2008 we use ARR 2.5 and IIS Rewrite 2 to reverse proxy to another computer in the network. I also tried ARR 3.0.

This works great for the browsers IE/Chrome/Firefox on Win7, Win8 and Win8.1. The video plays, seeks and buffers.

On Windows 10 IE and Edge the video plays but it does not buffer and seek only works when the file has been fully downloaded. Chrome and Firefox play, seek and buffer fine.

If I use the router to point directly at the computer in the network then it plays, seeks and buffers fine - it is only when using ARR and IIS Rewrite.

I have played around with ARR buffer settings but nothing I do gets it to buffer?

Anyone have any ideas?

Thanks,

Adam

Logging issue - Doesn't apply configuration changes

$
0
0

Hello,

For a few days we are having the strangest issue with IIS8.5, running in WS2012R2. IIS is not applying any configuration changes I do in the Logging feature (the standard one), it keeps recording the logs as before without taking into account any change.

I have enabled "One log per Server", W3C format, directory, a new set of fields etc... on theroot of the web server. Logging is not delegated (in Feature Delegation), and in "Default web site" it reads "This server has been configured to log requests to one log file per server...". 

After the change, I do an iisreset, and I even rebooted the server. However logs are saved one per site, instead of per server as selected; and the fields I added are not shown in the logs (normal fields, not custom).

Do you have any idea why this could happen?

thanks a lot in advance, I'm getting a bit desperate

ps: permissions on the logging folder are correct

Do u have someone teach me?? since i need to do this on Thursday !!

$
0
0

Demonstrate how to set up a FTP server to facilitate secure file transfers between the Windows machine and the Linux server with SSH and also provide a public folder for anonymous upload.

Demonstrate how to set up a secure SSH connection between one Linux machine and one Windows machine where all host-to-host and user authentications are performed using public/private key authentication. The following user account has been created for you in your lecturer’s machine: userGXX, where “G” is your group and “XX” is your number in the group. It is required that the “root” account should NOT be used for remote login.

Demonstrate how you can eliminate entering pass-phrase every time for remote logging on the Linux server from your Windows desktop using the SSH tunnel mode.

microsoft asp.net mvc 4 runtime

$
0
0

Is there any difference between "microsoft asp.net mvc 4 runtime" and "microsoft asp.net mvc 4"?

I am comparing between dev, staging, and prod servers.  I want to make sure they all have the same thing installed.  One of those servers have "microsoft asp.net mvc 4 runtime".  I searched for "microsoft asp.net mvc 4 runtime" but the installer it let me download is just for "microsoft asp.net mvc 4".  So, i am not sure if they are all the same and why is shown on the Control Panels / Add/Remove Programs as "microsoft asp.net mvc 4 runtime" and the new one i downloaded and installed shown without "runtime".


IIS 8.5 Configuration Editor settings problem

$
0
0

I’d like to use IIS 8.5 built into Server 2012 R2 to perform client authentication and authorization, and am having difficulty finding a way to accomplish it.

I have a website configured with a server certificate, and the SSL settings require SSL and require a client certificate. I want to be able to specify which certificates are accepted. I can restrict the set of valid certificates to those that have been issued by a specific CA, but we need more granularity. Specifically, I want to be able to restrict specific web pages and web actions (e.g. POST) to users who supply a certificate with a specific content in their SubjectDN Common Name of their certificate.

I’ve used the IIS Configuration Editor for this web instance to enable:

clientCertificateMappingAuthentication,

iisClientCertificateMappingAuthentication, and

manyToOneMappings>

I want users whose CN starts with “no” and ends with “ocp” to be permitted to access a webpage, and any other certificate presented to be denied access. So these CNs should be permitted to access the website content:

cn-nob-12345-rocp

cn-nod-67890-wocp

cn-nop-33333-qocp

and these should not be permitted to access that content:

cn-xwy-12345-rocx

cn-xod-67890-wocp

cn-nop-33333-qocx

Here’s a snip from the applicationHost.config file in C:\Windows\System32\inetsrv\config

    <location path="tpkir-web">

        <system.webServer>

            <security>

                <access sslFlags="Ssl, SslNegotiateCert, SslRequireCert" />

                <authentication>

                    <clientCertificateMappingAuthentication enabled="true" />

                    <iisClientCertificateMappingAuthentication enabled="true">

                        <manyToOneMappings>

                            <add name="process writers" description="process writers" password="[enc:AesProvider:Kt7hIIEme01kp/BrWurfbfPV8rJgQAR369nL0uB/b6Q=:enc]">

                                <rules>

                                    <add certificateField="Subject" certificateSubField="CN" matchCriteria="NO*OCP" compareCaseSensitive="false" />

                                </rules>

                            </add>

                        </manyToOneMappings>

                    </iisClientCertificateMappingAuthentication>

                </authentication>

            </security>

        </system.webServer>

    </location>

    <location path="tpkir-write">

        <system.webServer>

            <security>

                <authentication>

                    <clientCertificateMappingAuthentication enabled="true" />

                    <iisClientCertificateMappingAuthentication enabled="true" oneToOneCertificateMappingsEnabled="false">

                        <manyToOneMappings>

                            <add name="subset of issued certs" description="only some certs" userName="webwriter" password="[enc:AesProvider:mBwjbYWUdmjml2tFtyuQi93XLlU82iis6TqKT68CXWQf1fvZ3uSNbTk8Zpu9mV84:enc]">

                                <rules>

                                    <add certificateField="Subject" certificateSubField="CN" matchCriteria="no*ocp" compareCaseSensitive="false" />

                                </rules>

                            </add>

                        </manyToOneMappings>

                    </iisClientCertificateMappingAuthentication>

                </authentication>

            </security>

        </system.webServer>

    </location>

The two problems I’m having is that with this is (1) all trusted certificates are being accepted to have access to the web page, and the log file shows that a client cert that matches that criteria does not map to the webwriter account. I configured the log to report the IIS system variable for the client certificate subject DN.(2) The log file shows the correct Subject DN, but it does not show it being mapped to the “webwriter” account, as I expected.

Please let me know what I am doing wrong, and how to accomplish my goal.

 

HOWTO: configure IIS (http.sys) to accept IRI (rfc3987)

$
0
0

Hi everyone,

We keep an IIS8.5 (win-2k12r2) -based web server hosting a website. The website is in hebrew and containing hebrew urls, sample: 

IRI (not encoded): http://www.website.com/articles/219-לעשות-רושם-ראשוני

Equal URL (encoded): http://www.website.com/articles/219-%D7%9C%D7%A2%D7%A9%D7%95%D7%AA-%D7%A8%D7%95%D7%A9%D7%9D-%D7%A8%D7%90%D7%A9%D7%95%D7%A0%D7%99

We've noticed that Facebook fails to scrape website pages with BAD REQUEST (400) error. It happens either user shares URL or IRI.

Facebook debugger helps to resolve the problem and sharing works well afterwards, but first share attempt per page performed without fb-debugger always fails.

I've investigated the issue on the server side and that what I saw in the HTTPERR log (C:\Windows\System32\LogFiles\HTTPERR\httperr.log):

2016-05-10 10:11:03 31.13.110.121 30065 [website ip] 80 HTTP/1.1 GET /articles/219-לעשות-רושם-ראשוני - 400 - URL

As far as I know HTTPERR usually logs links exactly as they requested. In this case I see that requested url is not url-encoded, so I assume that for some reason Facebook Scrapper approaches our website by IRI, not by URL. In the simple terms facebook scrapper tries to get page content by the address which is not url-encoded. If I open the logged IRI in web-browser - it opens OK because browser does URL-ENCODING by default. 

So the question is actually how I can enable support for IRI (rfc3987) for IIS in order to allow it accepting such requests?

Thanks in advance, Michael

diamond with a question mark � in IIS7.0

$
0
0

Hi All,

While rendering Russia content randomly we are getting diamond with a question mark ��.

we have enabled the below encoding in meta tags

<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="content-type" content="text/html;charset=windows-1251" />

УЗИ голов��ого мозга (нейросонография) – выявляет пороки развития головного мозга, измеряет внутричерепное давление и скорость кровотока в полушариях

If you observe головного this word repeated in the sentence twice, first "н" character is having issue, rest the data is coming fine.

We enabled globalization in web.config with UTF-8 that also didn't resolved the issue. 

The issue resolved after we disabled IIS rewrite module as per one of the Post from stack exchange.

Now we got a requirement where we need to use rewrite module.

Can you please help us resolving the encoding issue without disabling rewrite module.

Options we tried are below.

1. Meta data charset set to UTF-8

2. Replacing characters with ASCII equivalent.

3. Enabling Globalization with UTF-8 encoding

4.  Database fields are UTF-8 Encoded, In DB there is no issue

The issue is happening while rendering in the page view.

Thanks,

Prasanna

Rearanging IIS 8.5 enhanced logging fields

$
0
0

Is there a way to rearrange the order of the logging fields in iis 8.5 enhanced logging?
I don't see a way through the GUI, but maybe through powershell or appcmd?

WebMatrix 3.0 + Git Issue (libgit2 and junctions)

$
0
0

I'm having an issue with Git in WebMatrix 3 in which an error is returned attempting to commit files located within a local junction or symbolic directory.  This is apparently an issue with libgit2 which has been fixed, but not since it shipped with the Git for WebMatrix extension.  I am able to commit and push changes made within junctions via alternate Git clients (namely GitHub for Windows and SourceTree).  Any suggestions?

Thanks in advance.

Automatic Alert for IIS7 http errors

$
0
0

Hi, I'm looking for a simple automatism to get an alert (preferably an email) in case of IIS connection limit exceeded. Is there any add-on available or would I have to parse the log myself and build a little app for this?

Why Username/Password after Certificate authentication?

$
0
0

On WIndows 2012 R2, I configured IIS with iisClientCertificateMappingAuthentication, One-to-one-Mapping, and SSL Required client certificate.  Under Authentication, I enables only WindowsAuthentication.  My problem is that after the client certificate is selected at the prompt, Windows authentication still require username/password verification. 

This blog disables all the authentication, but when I disable windowsAuthentication also, it fails completely.  https://blogs.msdn.microsoft.com/asiatech/2014/02/12/how-to-configure-iis-client-certificate-mapping-authentication-for-iis7/

What am I doing wrong?


[Load Test] An existing connection was forcibly closed by the remote host

$
0
0

I am trying to run a load test using VS 2013 for 50 users and I am getting error: "An existing connection was forcibly closed by the remote host" occasionally.

Application run on IIS 8.5 on two serwers control by ARR.

When I run the test locally I have no such issues and the test runs without any error.

IIS cannot access DFS

$
0
0

Hi All

We have a web server farm with shared configuration. We are trying to setup some website using asp.net and some other modules and keep the content on DFS. App Pool has been set to domain account and I am trying to access the share from IIS using the same domain account

If I access via single server such as \\DFSSERVER01\Shared\Websites, I am able to access the share but when I try \\test.com\dfs\Shared\Websites then I am getting this error

The path does not exist or environment variables in the path could not be expanded to verify whether it exists.

Seems like some DFS issue or restriction in IIS. 

Any thoughts?

Thanks in advance

IIS 7.0 Advanced Logging: Is 1 Log File per Website Possible?

$
0
0

We currently have normal IIS Logging enabled with the "One log file per: Site" option selected, allowing each website to have its own log files. I just set up IIS Advanced Logging and cannot find a comparable option. Advanced Logging for all websites is being done in a single file. How can I set up Advanced Logging so that each website will have its own log files?

Here's how things currently stand:

  • At the machine level, I enabled Advanced Logging and specified a log directory of D:\Logs.
  • For each website, I specified a unique log directory, e.g. D:\Logs\Website1.
  • After these changes were made, I restarted IIS using the command prompt by running iisreset, and successfully received the expected stop/start responses.
  • All logging is still being done in a single log file in the directory D:\Logs. No new log files have been created in the website-specific directories.

Windows Server 2008, IIS 7.0

Fresh IIS Install on Windows 10 - DefaultAppPool problems

$
0
0

I just did a fresh install of IIS on Windows 10 Pro for the first time this system has ever had IIS installed. I used the Turn Windows Features on or off to install it. When it was done and I rebooted, I tried to access http://localhost and I get the error:

The current identity (IIS APPPOOL\DefaultAppPool) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.

Now this is a brand-new install - why wouldn't the installer have created everything it needs in order to get localhost to work? I shouldn't have to go in and manually create folders and assign permissions, should I? Are there other options I need to install to get it working? Why wouldn't the default of just installing IIS without customization work?

Thank you for your help!
Cindy

Fresh install IIS 10, Weird ERROR...

$
0
0

Did a fresh install of Windows 10, added IIS with the Windows Features Add/Remove dialogs.

Getting this error trying to open my site

Error Code   0x8007000d

   \\?\c:\inetpub\wwwroot\Main Content Site\DEV\web.config

What does this mean?

Thanks,

Viewing all 26542 articles
Browse latest View live