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

IIS crash with Access Database Engine 2016 Redistributable

$
0
0

I migrated my IIS server from 2012 to 2016 a few days ago.  Now I am having a lot of problems with my asp websites.  These websites access data from an access database.  When I installed the Microsoft Access Database Engine 2016 Redistributable x64 it said vcruntime140.dll is missing so I installed Visual C++ Redistributable for Visual Studio 2015 x64 and the missing vcruntime140.dll warning went away.  The websites worked for a few minutes then the Application Pool for the website stopped  I started the application pool and the site started up again but stopped soon after.  If I install the Microsoft Access Database Engine 2010 Redistributable x64 things work great.  How can I get this fixed?  I have Office 2016 installed in the company and want to get rid off office 2010 in my WSUS configuration.

Here is one of the events from the eventvwr log.

Log Name:      Application
Source:        Application Error
Date:          5/10/2017 3:09:29 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Prod3.company.local
Description:
Faulting application name: w3wp.exe, version: 10.0.14393.0, time stamp: 0x57899b8a
Faulting module name: KERNELBASE.dll, version: 10.0.14393.1066, time stamp: 0x58d9ef32
Exception code: 0xe06d7363
Fault offset: 0x0000000000033c58
Faulting process id: 0x11f8
Faulting application start time: 0x01d2c9c953a3c69a
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: ef3e2cf3-08f2-47e2-8f57-0b79ae787830
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="Application Error" /><EventID Qualifiers="0">1000</EventID><Level>2</Level><Task>100</Task><Keywords>0x80000000000000</Keywords><TimeCreated SystemTime="2017-05-10T20:09:29.212228800Z" /><EventRecordID>4783</EventRecordID><Channel>Application</Channel><Computer>Prod3.company.local</Computer><Security /></System><EventData><Data>w3wp.exe</Data><Data>10.0.14393.0</Data><Data>57899b8a</Data><Data>KERNELBASE.dll</Data><Data>10.0.14393.1066</Data><Data>58d9ef32</Data><Data>e06d7363</Data><Data>0000000000033c58</Data><Data>11f8</Data><Data>01d2c9c953a3c69a</Data><Data>c:\windows\system32\inetsrv\w3wp.exe</Data><Data>C:\Windows\System32\KERNELBASE.dll</Data><Data>ef3e2cf3-08f2-47e2-8f57-0b79ae787830</Data><Data></Data><Data></Data></EventData></Event>


FTP SPEEDS

$
0
0

Good morning reader. I have set up a basic window 10 FTP on my home desktop, which is functioning for all intensive purposes correctly. However upon transferring a somewhat large file (6gbs) to a colleague last night the download eventually failed. With what i can only assume was a timeout issue or something. Since the download was crawling at a dismal 1mbs, we both have good connection speeds above 300mb/s with uploads above 15mb/s.

Is there anyway in IIS to allow for faster download / upload speeds? There is no 3rd party software being used, my colleague connects via theFTP://ip in a browser of their choosing with basic authentication user / pass, no SSL. During sessions all firewalls are turned off.

rewrite only 1 single page

$
0
0

Hi,

IIS10 + url rewite and arr installed here. This system is used as reverse proxy for several sites (exposing entire internal websites to the internet, nothing fancy)

I have a special situation now: We need to expose 1 single local webpage to the internet, any other external url must be dropped or generate an error/page not found.

So : https://external.domain.com/ needs to point tohttp://internal.domain/local/page.php

but https://external.domain.com/index.php, or ../page.php  (anything after the fqdn) must be blocked

the internal page (http://internal.domain/local/page.php) contains references to (images/content/..) to other elements on the same site.

any help on this is most welcome

Tim

web hosting on window server for new comer

$
0
0

hi 

i want to know where to start to build web hosting on window server on which version for best.where do i get contact from to build-operate-knowledge transfer about web hosting on window server.i read  doc site  about web hosting but just know a few such ARR,front end server,back end server,etc,i cant continue anymore.i try contacting Partner Technical Consultant before i go to this community but the answer is i need to contact consultant services.who is this guy.may i need guy to build-operate-knowledge transfer for web hosting on window server.arch

How to block back-end web page only for users out side the Organization within IIS

$
0
0

Hi Every one,

We have web site running on IIS 8.0 in Windows Server 2012 and has multiple pages and sub directories in it and they will accessed by the user within and out side the organization, We have business requirement to block particular web page being accessed by the users out side the organization. 

For Example:

Let say web site called www,example.com and has subset www.example.com\test, we would like to block "test" page for out side user at the same it should be accessible to the users with in the organization. Is this something that is possible with in IIS?

Your help and guidance much appreciated here. 

Thanks,

Hema Mallikarjunarao

Adding pools/sites for application with server farm

$
0
0

Hi,


I have an application which is running through server farm and I'm trying to find the simplest way how to add other application pools/sites for this application.

Details:
- I have two servers - Server1 and Server2
- The application is running on Server2 on IIS 10
- Server1 receives requests and directs them based on a rewrite rule to the server farm which is on the Server1

The rewrite rule:

<rule name="rule1" enabled="true" stopProcessing="true">
<match url="^(application)(/.*)?$" />
<action type="Rewrite" url="http://SERVER_FARM/{R:1}{R:2}" />
</rule>

- Server farm directs the requests from Server1 to Server2 where is running the site with application


It works fine this way, but with one application pool/site only. I want everything to work the same way, but with more pools/sites on the Server2. How to add other pools/sites for this application?

Thanks in advance.

AS

What determines the order of the execution of the rules

$
0
0

The application has the following Rewrite rules

<rules>
<rule name="no path" stopProcessing="true">
<match url="(.*)"/>
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{URL}" pattern="^(/)?$"/>
</conditions>
<action type="Redirect" url="https://www.example.se/privat/"/>
</rule>

<rule name="missing trailing /privat" stopProcessing="true">
<match url="(.*)"/>
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{REQUEST_URI}" pattern="^/privat$"/>
</conditions>
<action type="Redirect" url="https://www.example.se/privat/"/>
</rule>

<rule name="missing www" stopProcessing="true">
<match url="(.*)"/>
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTP_HOST}" pattern="^example.se$"/>
</conditions>
<action type="Redirect" url="https://www.example.se{REQUEST_URI}"/>
</rule>

<rule name="not https" stopProcessing="true">
<match url="(.*)"/>
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://www.example.se{REQUEST_URI}"/>
</rule>
</rules>

However the order of the rules does not have any http to http redirect, still the following order is observed


301 http://example.se/ 
301 http://www.example.se/ 
200 https://www.example.se/privat/

Can anybody assist what determines the order of rules

Problem with classic ASP after server .Net update

$
0
0

About a year ago I created a classic ASP web page running on IIS on a server.
It has been working fine until today when a colauge ran an update of Microsoft .Net on the server.

Now my ASP site is not working any more. It is complaining about a web.config file.
So it is like it has switched my ASP interpreter from classic ASP to .Net

How do I change that back? 


The specified password is invalid.Type a new password

$
0
0

I have created website in IIS with version 8.5. I am getting error message "The specified password is invalid.Type a new password"

while trying to set my domain account( which is my login account for my machine ) to apppool identity and website physical path credentials. I have added my domain account to IIS_USRS group in Computer management as well but still did not work.

Recently I had to change my password as part of password policy.I was able to set my old password to both apppool identity and website physical path cred earlier with out any issues.I think it is not working after I have changed the password.Do i need to change something for this ?

Also I am not able to see my domain account in administrators group in computer management even though I have admin access on my machine.Is it mandatory to have domain account in administrators group to use that account in IIS ?

Or please let me know If I have to add my account in any other groups or config files etc ?

 

parseError making the asp page to fail and show 500 internal error on Windows Server 2019

$
0
0

var xmlDoc = new ActiveXObject("Msxml2.DOMDocument.6.0");
xmlDoc.load(XMLFile);
if (xmlDoc.parseError.errorCode != 0) {   
   var myErr = xmlDoc.parseError;   //This line making asp page to fail
   Response.Write("XML Parse Error: " + myErr.reason + XMLFile);
dbDisconnect();
   Response.End;
 

This errors only on Windows Server 2019. On Windows Server 2016 it works fine.

Pls Help!, The process creation has been blocked.

$
0
0



When I click to configuration php.ini or
click to view error.log inside Php Setting, IIS

This error will come and its said

PHP manager
There was an error while performing this operation
Details:
The process creation has been blocked.

How to fix it.

Disable HTTP and Allow only HTTPS

$
0
0

Hi Team,

I've an issue with url redirection. Currently i have an app devleoped in Python and used IIS to deploy it. Portal works fine with http binding. Network team has configured the domain in such a way that if user entershttp://xxx.yyy.net, it will redirect the request host to https.

A week ago, we got SSL certificate for our domain to make it secure. I recieved pfx certificate from them. Using Server Certificates option, i imported the certificate and binded my website with it.

Now the issue, website is running only when i have both http and https bindings in it. If i remove http bindings, website stops.

So i kept both http and https in my binding and to find is the request host url is http or https, i written a log in my python code to track it.

I found it was only http://xxx.yyy.net and not https://xxx.yyy.net.

So is there any workaround to make it https and block http. I dont want the website to work on http.

Situs IDN Sport Terbaik

intellisense for rewrite in web.config vs2017

$
0
0

Have searched for a couple of hours for a solution to this issue with no luck. Every solution I find is 7 or more years old, and have nothing to do with vs2017, and the solutions proposed for earlier versions do not work in vs 2017. The issue is this: When I open the web.config file for my application, the

<rewrite>

tag has a squiggly line under it and this warning appears in the error list:

Warning The element 'system.webServer' has invalid child element 'rewrite'. List of possible elements expected: 'asp, caching, cgi, defaultDocument, directoryBrowse, globalModules, handlers, httpCompression, httpErrors, httpLogging, httpProtocol, httpRedirect, httpTracing, isapiFilters, modules, odbcLogging, security, serverRuntime, serverSideInclude, staticContent, tracing, urlCompression, validation, management'.

Does anybody have a "modern" solution for this issue? Thanks!!

IIS Rewrite/Redirect Help

$
0
0

Hi All,

I am tearing my hair out trying to get this to work so for my sanity I thought I should ask.

I have spent a lot of time ready and working through many different examples but none are working.

I have an address: https://client.mycompany.co.nz

I need this to become: https://client.mycompany.co.nz/Portal/TCP/

I have URL Rewrite and have tried many solutions but either get "To Many Redirects" or nothing works.

https://client.mycompany.co.nz/Portal/TCP/ is the base of the site and can not be made site root unfortunately in this situation. 

Any assistance would be awesome as I think I cant see the solution now from trying too many things!

Cheers Mike


415 UNSUPPORTED MEDIA TYPE

$
0
0
Please help. thanks ModuleName ApplicationRequestRouting Notification EXECUTE_REQUEST_HANDLER HttpStatus 415 HttpReason UNSUPPORTED MEDIA TYPE HttpSubStatus 0 ErrorCode The operation completed successfully. (0x0) ConfigExceptionInfo

ASP.NET application publication with database

$
0
0

Hello, I am doing a development in ASP.Net, the initial page is a login that uses database (SQL Server), when I run it locally, it works very well, however when I publish it in IIS, this login appears and after enter the access data, from there it does not happen (it does not allow access), what can it be?

Hp Designjet T120- The product and benefits

$
0
0

The all-in-one printer is a useful tool for both the office and the home computer use, where theHp Designjet T120, makes the mark. Knowing what features to look for when considering a new all-in-one printer purchase can allow you to purchase a unit that will be more suited to your needs.

Rahuls~@!https://daytona----500.com/

$
0
0

https://daytona----500.com/

https://the-daytona-500.com/

https://500-daytonai.com/

https://daytona----500.com/

https://the-daytona-500.com/

https://500-daytonai.com/

Rahuls~@!https://daytona----500.com/

Viewing all 27852 articles
Browse latest View live


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