Sometimes it will work just to ignore this error with --ignore-load-errors - windows-server-2008-r2

Using wkhtmltopdf to convert my html to PDF.
Working fine on my local machine which is running on Windows 8.
But it is giving me 'Sometimes it will work just to ignore this error with --ignore-load-errors' error while I try to run the same on Windows 2008 server R2.
Any idea how to fix this.
Thanks

There was a problem with my server.
After configuring my application via host file, it started working.
Thanks

I had a similar issue that turned out to be caused by a DNS resolution issue.
For my particular case, I had to put valid DNS servers in my /etc/resolv.conf file.

Related

How to disable IIS localhost

I'm trying to disable the IIS localhost from Windows, without success. The only thing I'm finding is, that you have to disable the IIS option that's found in the Windows-Features. I disabled it and restarted my computer multiple times, but each time the localhost is still the default IIS...
Is there anything else I can do? I'm a complete newbie on this topic, so please tell me if there's information missing in my question.
Also tried the advice in this article, without success. The terminal does say, that the service has stopped, but localhost is still the Windows IIS. https://www.names.co.uk/support/1607-how_do_i_stop_iis_via_command_prompt_.html
Seems clearing the browser cache solved the problem.

CentOS 6.6 TCadmin - Server not responding to query

Hello "stackers" i've been trying the past few days to set-up TCadmin GamePanel on my CentOS server.
We're running CentOS 64 bit, with 32 lib installed.
-We can create Murmur/counter-strike: Source servers running without problems.
-Other servers not responding to query.
-we've allowed port range 27015 - 27030
-SteamCMD is running and we can connect to steam API (tried via. the server)
Following folder names are with lowercases:
/home/tcagame/user
/home/tcadmin/tcafiles/games
/home/tcadmin/tcafiles/users
So after what my research lead to. It isn't because of uppercase letters.
We've tried to reinstall the entire server but nothing works.
Does anybody know why this is happening?
(if some info are missing i'll provide them to you)
Best regards
Rune
Update:
TCadmin support responded to our ticket:
Bu default Tcadmin Runs the "srcds.exe"
This is not the right file to run
Cilck on the server, choose service settings and change "srcds.exe" to "srcds_run"

IIS not able to locate the web.config

I have a deployed a web application in IIS. Which used to work without any issues. Recently i have shifted that web application to another machine, Here is the problem. Once i setup the Webapplication when i opened the default document in IIS im getting the File not found error as following
Internal Server Error
\?\C:\inetpub\wwwroot\application\web.config
I have no clue why the IIS is not able to find the web.config. The file is present in the path C:\inetpub\wwwroot\application\web.config but the IIS is looking in the path \?\C:....
Please let me know how to resolve this??
Firstly this is documented on support.microsoft.com so I would suggest that anyone who has this issue read this first as it covers a number of solutions which I won't
Now from personal experience I encountered this error after setting up a new development machine. What I had forgotten to do was install the Url Rewrite 2.0 IIS module. Sadly the IIS error gives absolutely no idea that this is the actually issue.
Therefore to solve this issue investigate the system.webServer setting in our web.config and ensure that you have installed all the iis modules that you use. I did this by systematically removing elements from my web.config until I came across the cause.
In my case, I was running ASP .NET Core website so I had to install .Net Core Runtime from
https://dotnet.microsoft.com/download/dotnet-core/current/runtime
I know it's old post but I resolved the same issue as follows:
If you are using TFS and you are getting this problem then Reason is ".vs" file is not excluded from commit.
Because of that ".vs\config\applicationhost.config" gets the local version of another user/Developer.
To Solve the error, First open that file Update Physical path inside "" xml tag.
Also ask user to exclude this folder from TFS to prevent future issues.
If you are getting mysql localhost error. What I will do will work for you.
Control Panel(View by: Large Icons) >> Programs and Features >>
(Usually upper left corner) Turn Windows Features on or off >>
Internet Information Services >> Web Management Tools and World Wide Web Services
After Restart.

WebMatrix error when using FTP?

When I use WebMatrix (the latest version, on Windows 8 RP) to try to connect to an FTP site, it shows an error where files should be shown. I actually have no idea what could be causing this, and I can't find any log file that could help. Screenshot: http://imgur.com/aV7iR
I'm also using IIS 8 to host a local PHP/MySQL site, if that matters
Thanks,
Matthew
I think this might actually be a different issue. There is a bug in WebMatrix RC that causes the remote view to behave badly when connecting to directories with large numbers of files.
We've fixed this now, and it should not repro in our next release. Sorry for any inconveniences this has caused.
Ah, it turned out to be because I had a file called "CFLogo.png" and another file called "cflogo.png" on my server and WebMatrix wasn't able to deal with both of them having essentially the same name :\

The connection to the server was reset while the page was loading

Whenever I upload a huge file to the server (10MB). I get the following error on FireFox:
The connection to the server was reset while the page was loading
I am using Classic ASP on a Windows 2003 machine running IIS6.
Does anyone know why this is happening, and what a work around is?
Maybe the AspMaxRequestEntityAllowed Metabase Property is set below and that disconnects you.

Resources