Server Error : The server closed the connection while reading the response - iis

I have windows xp and iis installed , when I want to access localhost to view asp pages , I get the following error :
Server Error
The following error occurred:
[code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response. Contact your system administrator.
Please contact the administrator
thank you .

There's a few causes of this, including a corrupt IIS metabase (which basically means you need to remove the \inetsrv folder from your PC and reinstall IIS).
Most likely is that you have more than 10 connections open to your local IIS at one time. To support more you'll need to use a server operating system such as Windows Server 2003.

Related

How to connect macbook 11.4 big sur remotely with windows server 2008 R2

I have 3 RDP's (2 of Windows server 2012 R2 and 1 Windows Server 2008 R2). By using Microsft Remote Desktop, I am able to get connected remotely with the two Windows Server 2012 R2. But I am unable to connect with Windows Server 2008 R2. I am getting the below error.
Previously I was able to connect with all three. Also, I want to mention that in the windows environment I am not facing any issue with the RDP.
I am stuck to it and don't know what to do. Any help would be highly appreciated.
I had this issue and this is what I did to get working back the RDP client on a Macbook pro mid-2015 with the last big sure release.
First make sure that :
the remote server IS online
the remote server IS accepting RDP connections
the remote server firewall IS configured correctly with the right port
the remote server IS NOT configured to accept only connections with NLA
After validating the above points, then on your client (the Mac) you can try to get working the RDP with this first step :
remove (please make a backup) the file UBF8T346G9.com.microsoft.rdc located in /Users/[Your username]/Library/Group Containers/ then reboot your Mac.
If it still doesn't work, you could try to remove the app, reboot, then re-install the app again.
You can also analyze the Event-Viewer on the 2008 R8 server to see if there is something to help you to spot the issue.
More information about troubleshooting RDP :
https://learn.microsoft.com/en-US/troubleshoot/windows-server/remote/troubleshoot-remote-desktop-disconnected-errors
I faced the same problem some years ago.
here's the solution:
Read the article carefully. https://learn.microsoft.com/en-US/troubleshoot/windows-server/remote/troubleshoot-remote-desktop-disconnected-errors.
And check if the remote server IS accepting RDP connections.
And also check if the remote server accepting only connections with NLA.
delete the file UBF8T346G9.com.microsoft.rdc and Reboot.
And if still doesn't work, then totally uninstall / remove the app and install again and check.
Thank You

ClickOnce won't update when hosted in IIS 10.0 - Application download did not succed

I host ClickOnce application files under my IIS 10.0 (running on Windows 10), but when I publish a new update and try to update the application on my PC I get the error bellow. Details are shown below, but we can see "Unable to read data from the transport connection: An established connection was aborted by the software in your host machine." and "An established connection was aborted by the software in your host machine"
MIME type are configured on my IIS folder for .application, .deploy and .manifest.
Port is open on my firewall and router.
In Visual Studio, under Publish, file are generated with the .deploy extension. The update location is http://myurl:37113/SecondMarcheERPClicOnce/
Any idea on how to fix this issue?
Following Jalpa comment, I tested on my PC and the issue was there, caused by my antivirus... Firewall wasn't implied. So even if the error message point on my host, it was a lie!
Too there is a strange behavior here. If I install the apps locally, it will work (no surprise here). After, if I update it, so from my website (which is not recognized by my AV as it is a DynDns) it will show the error in my post. Disabling my AV (NOD32) for 10 minutes, the update will pass without any issue. After that, I reactivate the AV and every other update will pass without any issue even if I don't disable my AV.
Hope it help someone someday!

IIS Error : Remote connections are not supported

I have switched recently to windows 10 and have no clue if this is linked but my IIS doesn't seem to work as it used to. I previously had a remote connection to one of my website but every time I click its name in IIS it returns me an error: "Remote connections are not supported".
A quick check tells me that IIS Manager for Remote Administration is installed in its version 1.2. I have no idea what is happening and it is really frustrating because I cannot add any new website either.
I had a similar problem. I solved it by downloading and running "IIS Manager for Remote Administration 1.2" and doing a "Repair" operation. This did three things: 1) reduced the startup time for the IIS Manager dramatically, 2) added a "Start Page" root node in my IIS Manager Connections pane (I know this used to be there but I had not noticed it was missing after my Windows 10 update), and 3) fixed my remote connection node.

Deploying Silverlight RIA The remote server returned an error: NotFound

I've installed RIA Server, set the relevant DLL's to "copy local = true" but whenever my application tries to access my service/db I get:
Load operation failed for query 'GetWeatherDatas'. The remote server returned an error: NotFound.
I deployed by copying the xap file and the test page from Visual Studio.
Fiddler reports a 404 error
GET /TheWeatherProjectv2-Web-WeatherDataService.svc/binary/GetWeatherDatas?$orderby=it.date_recorded%2bdesc&$take=10080
Are there application settings I need to add to IIS or change something in my web config?
The machine is Windows 7 pro, running IIS 7.5, I'm hosting the application on my own machine.
Many thanks
Resolved this problem by using 'publish' via Visual Studio 2012, I also had to add an IISAPPPOOL\DefaultAppPool account in my SQL Server database

Why this Help Desk System redirects me to the old server?

I am using the Liberum Help Desk as a Service Request System. It is host on a server that is running Windows Server 2008 R2 32-bit. I configured it with an Access database. It works well. Now, I am trying to shift it to another server running Windows Server 2008 R2 64-bit. At the beginning, I have an error with the JET driver, because there is no JET driver for the 64-bit machines. I fixed it by enabling 32-bit option in the advanced settings of the application pool. However, I am still facing a strange problem which is the following:
When I tried to browse the system that is on the new server (64-bit), it will redirect me to the system hosted on the old server (32-bit) and I don't know why. I checked the code to see if there is any link or something for redirecting me to the old server and I did find anything.
So how to fix this problem? what is the reason of it?
Finally, I found the solution. The problem was with the Access Database; there is a table called config and inside it there is a column for determining the link. I changed the link there and everything works fine.

Resources