Hi I have a https hosted web site on a server with own domain name and IP address DNS etc and SSL cert and in the default website with some https \ http web services that I need to call, all is ok when web site runs from visual studio able to call both http & https webservices on the server when I publish the site to the server http web service call are ok but the https call fail with Unable to read data from the transport connection,. An existing connection was forcibly closed by the remote host . calling the same web service http works ok but needs to be a https call.. Any help would be appreciated pointers in the right direction
IIS Problem
localhost not Found
Hi,
I was practicing adding a few simple websites to IIS 7 web server "site" folder" and everything was working fine with localhost openning the websites
However now localhost/ is lost and i get 404 error message. I even tried the ip address 127.0.0.1 on the adddress and yet localhost is not there. I checked the host file and everything is correct. Please see below
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
#
127.0.0.1 www.website-1.com
127.0.0.1 www.Website-2.com
127.0.0.1 www.CurrencyWeb.com
127.0.0.1 www.Website-3.com
127.0.0.1 www.Website-4.com
127.0.0.1 www.Website-5.com
127.0.0.1 www.Website-6.com
127.0.0.1 www.Website-8.com
127.0.0.1 www.buttonsWithLogos.com
127.0.0.1 www.website-7.com
127.0.0.1 www.Website-9.com
No matter which site I try to open, I get the following message:
Not Found
HTTP Error 404. The requested resource is not found.
rhttp://localhost/echo.pl?Ask+for=Details&Do=Drive&Do=Skiied 127.0.01 in address bar. Yet i get 404 error.
I must have accidentally changed a setting in IIS Manager that now the localhost is not available
All the websites are on port 80, IP Address =unassigned and type: http.
Please help me to solve the issue.
Thx.
Shervin
My php script is posting to the same port even if changed.
I am on server 2016 IIS version 10.0.14393.
On this server we have a node.js api that is set up on several sites segregated by port. The application pool for them is set to integrate (if that is a factor).
From the same server, if I log in and run the script to port 6447 and then 6453 within about a minute and check the IIS logs for the site for 6447, both will log to 6447. After a minute or two, if I do the same starting with 6453 and then 6447, both will log to 6453. The app I am calling is sending me an auth token and the first tie it takes a bit to respond, but the second time it responds quickly. If I do this from any PC on the internal network, it will do this same thing. If I do it from outside, it works perfectly every time and take longer to respond. It is like it is holding a connection somehow when it is internal. I am not sure even how to go about figuring this out and am hoping someone on here has had a similar experience or could at least point me to what to look at or how to troubleshoot this. I just tested this with postman and it does the same thing, so it is not the php code or implementation for sure.
IIS Transfer
New to this site, so hello all and hope you can help. I've only got basic experience and knowledge of IIS.
I'm in process of decommissioning an old server, call it SERVER1. Server is 2008 R2 and version of IIS is 7.5.
It has various web applications in ASP.Net.
SERVER2 is the destination for them to be re-housed. Server 2012. IIS is 8.0
Far as I can tell I've installed same roles and features and permissions are applied the same way to the folder directories.
But when I copy the files and try and visit the site it errors with HTTP 500. Enabled verbose logging and all it gives me is 500.19.
How can I tell what the difference is to why it works on older IIS on SERVER1 to not working on newer IIS on SERVER2?
Appreciate the help,
Thanks,
Tom
Website won't load for non-admin user
We had a website built on a Windows box. The website loads if you log into Windows as admin or if you log in as a non-admin user but load IE as an admin.
Sorry to say web development is new to me. What I've looked at is below.
If you load IE as the standard user and go to http://localhost/WebSite it gives 'This page can't be displayed'. If you load IE as the admin user and go to the same address the website loads.
Looking at the groups these users belong to the admin account is a member of Administrators, Remote Desktop Users and Users
The standard account is a member of IIS_IUSRS and Users
IIS_IUSRS has access to the Default Web Site within IIS, and the Users group has access to the WebSite site. I have checked the host file and localhost is enabled there; I have tried a suggested change to proxy settings on the web.config file without success. I don’t really know what more to do here – this is not really my specialty. From what I can see, the user belongs to a group that should have access to the websites on the server, but it cannot do so.
In terms of a firewall I checked the settings within Windows Firewall and the rules for port 80 allow access to any user from any IP address so that should not be causing an issue. In terms of File permissions the user has Read and Execute access to the D:\Inetpub directory and all subdirectories. Apart from group membership and file permissions I don’t know what other Windows permissions could be having an effect.
How to enable TLS session resumption
Hello,
I'm trying to enable TLS session resumption (tickets) on IIS 10 (windows server 2019).
I tried to follow this steps (using this post) :
- add the key registery EnableSslSessionTicket=1 under Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
- create a new TlsSessionTicketKey : New-TlsSessionTicketKey -Password$Password -Path"C:\KeyConfig\TlsSessionTicketKey.config"
- enable the created TlsSessionTicketKey : Enable-TlsSessionTicketKey -Password$Password -Path"C:\KeyConfig\TlsSessionTicketKey.config" -ServiceAccountName"System"
- reboot the machine and restart the server
To check that it's (not) working, I used https://www.ssllabs.com/ssltest and wireshark.
Does anybody have a solution ?
HTTP/2 not working on Windows Server 2019
Hi guys,
recently I've upgraded my web servers from Windows Server 2012 R2 to Windows Server 2019 (build 1809, with GUI)
Now I'm trying to enable http/2 support: I think I don't have to do anything, my websites should support http/2 natively, right? Sadly it's not working, with Chrome or IE I see always the http1 protocol (also this test https://tools.keycdn.com/http2-testfails)
I've created a simple html page (with https enabled) but the protocol is still http1
On my machine, with Windows 10, http/2 works perfect
What I'm doing wrong? Any suggestions to debug this issue?
Thanks in advance
HTTP/2 traffics mystery
I need to enable HTTP/2 on a web farm,
I have an IIS 10 on server 2016
when I open pages located on this server from different browsers, chrome/IE11 etc, I can see only HTTP/1 protocol in dev tools
searching the registry: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters]
I could NOT find these keys:
"EnableHttp2Tls"=dword:00000000
"EnableHttp2Cleartext"=dword:00000000
hence, it is not disabled from registry,
is there any other place to disable HTTP/2 from?
thanks,
applicationhost.config ARR external cache error when setting affinity
Installed a server farm in a test env consisting of a controller with WFF/ARR, a primary and a secondary server. All seems to work fine EXCEPT setting serve affinity, which generates the following error on the controller:
There was an error while performing this operation. Details:
\\?\c:\Windows\system32\invetsvr\config\applicationhost.config
Error: The configuration section 'system.webserver/externalCache/diskcache' cannot be read becasue it is missing a section declaration.
I noted that this section did not exist on the controller apphost config file; tried adding it to no avail (tho it's not entirely clear eactly where to add it). Also, I had not set up caching at any time prior. Tried to actively set up ARR caching to fix this
issue after, but no change.
Help!
Bulk SMS Service provider in Delhi, bulk SMS marketing delhi india
If you are looking for quality Bulk SMS Services in Delhithen Sofidial bulk SMS is the best company to getBulk SMS service solution with affordable price in all over Delhi. India
Delhi, known by the many as the ‘Dill’ or the heart of India is the second-most popular city in India and also in the world. Or Delhi as it soon came to be recognized is the largest city in the country. Crowded with a population of around 25 million peoples are belonging to various origins and, cultures Delhi is a mixture of all that India represents.
DELHI IS THE FINANCIAL DECISION MAKER
Called as the center Of political and financial of India from the days of the Mughals, Delhi still recalls some of its old beauty and explains numerous important financial decisions for most Organization’s which have its headquarters built in Delhi. Main among these decisions is being able to define the vital promotion campaigns for their businesses. In the present context, bulk SMS services lodge an important position in promotion campaigns. Bulk SMS services in Delhi, so, play a big role in the capital’s financial situation.
Require authenication on a virtual IIS directory
Hello
I am new to Windows Server 2019 (was familiar with IIS from V1 onwards until last server Win 2008 R2). Would like to set a virtual directory to require [basic] authenication. So basically I am missing the latest inventions with respect to user management.
In old style work mode I would create a user account, permit it on the directory, revoke permissions for IUSR and set basic authenication.
Question how to do it in new style? I have created a user account. Has read permission on directory. How do I revoke (the no longer existing IUSR) or otherwise make it to require authentication?
Thanks for hints (including documentation for it)
Unable to see cached data after disconnecting from network
Hi,
I am learning how to provide offline access and I'm using local server IIS7.
I wrote a very simple HTML5 web application, saved it into IIS7 local server and it works fine as it should while connected to network.
However after disconnecting from the network to go offline , emptying the browser cache, I
reloaded the application, yet i didn't see cached data. It is as if IIS7 never got disconnected from network. All the applications that I saved in Local host server behave as if I am still online.
Am I missing a step to disconnect from IIS7 before disconnecting from network to see the application cache data?
I do see the cache information if I type about: cache in address bar field. But all applications yet work as if I am online.
Thx.
Shervin
Redirect or Rewrite Trying to Figure Out
Hi,
I'd like to do a redirect or rewrite, not sure how.
What I want is if someone clicks a link going to /policy/california-privacy-rights.html it allows it but if someone types in /policy/ that is redirects to /policy.html
policy is a folder containing california-privacy-rights.html and policy.html is in the / folder
I tried a 302 redirect but that redirects everything and I don't want that, I only want to redirect when they try and browse the root of the policy folder that doesn't include and index.html file.
Thanks
SFTP/HTTPS File Server on IIS 10 in WIndows Server 2019
The idea is to have an FTP site for two users to have read/write with SSL (TLS 1.2+) on port 21. So Filezilla and WinSCP can connect to it. Then have a website for clients (forced to ssl) to download those files. So they can send them to downloads.mycompany.com.
- I have a valid DigiCert Wildcard cert for *.mycompany.com.
- No windows AD domain.
- Two users User1 & User2 with a password and a group FTP_Write. User1 & 2 are in said group.
I keep getting access denied or I get "Local policy on server does not allow TLS secure connections." if I use the downloads.company.com|User1 or 2.
I am at a brick wall. I'm about to just download Filezilla Server and call it a day. Or put it all on Linux.
How to rewrite URL in windows server 2016 IIS
need to rewrite the URL
FROM
"name.ourdomain.com.kw:portnumber/apex/app?number&456service_number=123"
TO
"name.ourdomain.com.kw/anything"
move asp website to a new server step by step
Hello Dears,
a live aspx website up and running and want to move it to another server with it's data base...
I need a detailed steps how to move website files and the related database and how to configure web.config file on new server..
HA IIS Fails to Start with Clustweb script
Hi,
We have a 2 node w2016 cluster configured with a single mounted drive/IP that moves from one node to the other. The website files are on this z:\ thats only active on the active node at any point in time. We are not using NLB, however I have configured a shared configuration for IIS that works when failing over, and then manually starting/stopping IIS.
I want to start IIS on a node after failover automatically.
I've copied the script for clusweb7.vbs here (i've added my site/pool, and set start_pool/start_website to 1, and fixed the *Index typo too) but i just cant seem to get IIS to start consistently.
If no services are running it will fail, with an error in event viewer stating script error line 135 This line is still the default from the script linked above. (Set callStartMethod = startMethod.CreateInstance() )
Can anyone help me? Ive lost alot of hair over this so far!
Error 500.
Hi,
I download and installed a Non Thread Safe PHP and Visual C++ redistributable 2015-2019. Unzipped and extracted all the php files into C:/PHP directory. Followed all the instructions using Microsoft website and a youtube video by Robert Mayer
" How to install PHP in Microsoft IIS7 and later". Created a simple test file Phpinfo.php and saved in wwwroot directory in C drive.
I typed the following into the address bar of the browser:
However I get the 500 error message with detail description:
<div class="content-container"></div> <div class="content-container"></div> <div class="content-container"></div> <div class="content-container"></div>VS 2019 APS.NET VB IIS 10 - Error Code 0x80070021
I am using VS 2019 Version 16.7.2 and IIS 10. I am getting the following error when trying to compile a APS.NET VB web application. I have tried several fixes that I found on the internet but nothing is working. I have edited the applicationHost.config file but there seems to be several copies in various places on the c: drive. Which one is used by IIS?
------------------------------------------------------------------------------------------
<div class="content-container">HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
</div> <div class="content-container"></div> <div class="config_source content-container"></div>mycotoxin test
BALLYA supply various types food safety test: milk test, beta lactam test, tetracycline test, honey test, mycotoxin test, aflatoxin m1 test, aflatoxin b1 test, pesticide test, egg test, dairy test and other type rapid test, elisa test, pcr test for food safety detection and protect food safety.