MuraCMS and ColdFusion2021 Upgrade - iis

I just recently upgraded my CF from 10 to 2021 Enterprise. We are running muraCMS as our framework on the site. My CF files open fine, but my mura templates are giving me errors and I cannot access the full site. I also cannot access the mura Admin page either. My CF site is now pointing to the default server port, 8500. It was using 1000. I have changed my bindings to 8500 for mura, but it still will not connect. I am almost thinking there is a setting in one of the mura files that is pointing to 1000, but I cannot find it. I need help, I have until Sunday night to get this working and I am at a loss. Does anyone have experience with IIS/CF2021/MuraCMS that can lend a hand?

Related

Problems regarding White Screen Of Death (WSOD) at my site

I have a problem regarding White Screen Of Death (WSOD) at my site.
I will try to explain what I have tried until now.
I know it is not a triviel error to debug, but maybe some of you have tried something similar.
Here is the setup: One Windows Server 2019 v1809 with one IIS: 10.0.17763.1.
Multiple websites with associated application pools.
It's a MVC solution, and we are using .net 4.7.2.
What I have tried:
Recycled application pools every night
Restarted the server every night
Issued a IISReset every night
Deleted temporary files in C:\Windows\Microsoft.NET\
Looked at the IIS logs
Looked at the application log, our own log
Looked at the Windows log
Searched the Internet for similar problems
Made sure there always were some traffic at the website
Made sure no errors were shown when pressing F12 in the browser, the site always returs code 200
The WSOD comes at varies times, and not all the sites are affected at the same time.
A manuel recycle of the website always helps.
My question is, have any of you encounted similar problems?
And how did you solve it?
If you need more information please ask, and I will try to provide it.
/Regards Søren
This kind of problem is very unusual in IIS, because there is almost no record and useful information in the log file.
You can try to use this plan to repair IIS.
Unregister all the versions of ASP.NET with command "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis –ua". and the framework 64 also versions. 3.0 and 3.5... etc
Delete ASPNET account from "Local Users and Group – Users".
reregister ASP.NET with IIS using "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis –i". and framework64... net 3, 3.5 etc
Give permissions to the ASPNET account using "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis –ga machinename\ASPNET". for framework 32 and 64 and versions.
Reset IIS .

Getting error server unable to read htaccess file, denying access to be safe. My server keeps changing back to permission 710 automatically

So I've been using a VPS server from namecheap for the past 2 yrs or so and I use it to host some of my clients websites and dashboards to manage mobile apps. Since yesterday around noon all my websites & dashboards started loading the following error:
Forbidden
You don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I contacted my hosting support and they said my home folder for my server was set to permission 710 and using SSH on my WHM dashboard they changed to 711, right after that all my websites, dashboards and even mobile apps came back online and started working, then around 15 minutes later it happened again, I again contacted hosting support and they did the same process and everything came back online, I started to see a pattern here so I asked if they could explain how they changed permissions to 711 on SSH so I can do this myself if needed.
Well its been around 10hrs now and my websites, dashboards & mobile apps keep doing the same thing they go offline and cannot be accessed (For mobile apps they don't load any information) until I access WHM and change my home folder to permission 711.
So I know it has something to do with an htaccess file but have no idea which one or even why its automatically being changed every 15 minutes or so. One of the possibilities mentioned by hosting support was that I may have malware (Wouldn't know how) or one of my scripts uploaded has issues causing my whole server to keep crashing.
I already deleted the 2 scripts uploaded in the last two days but that didn't seem to fix anything, and hosting support takes so long to give me just the most basic answers but most importantly they are just giving me temporary fixes and say they have no idea why this is happening.
I am considering downloading each one of my scripts one by one until im only left with my main site and then start uploading them again one by one to see if I can locate the script causing all of this.
If you have any other ideas on why this could be happening I would really appreciate it if you guys can point me in the right direction.
Thanks!

New MVC 5 App template doesn't run

I am new to VS 2015 and MVC5, but I've used MVC3. I just created a new project using the first few steps in this tutorial (web app):
http://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
When I try to run the app, it times out every time when I access the localhost address. I'm running behind a proxy, but I have my internet options set to ignore the proxy for localhost. I haven't changed a thing from the template. I am wondering if anyone may know what is going on? Any troubleshooting suggestions?
Thanks for any help,
-Jeff
I re-created the project and it worked the second time.

Configuring IIS7.5 with Coldfusion 9.0.1

I am trying for the past couple of days to configure IIS 7.5 and coldfusion to run on my local machine but I hit a wall.
I have two sites that I am trying to create a run locally but 1 of them is working and the other one does not.
My coldfusion admin is working and I was able to set up my settings (db connections and stuff).
Under IIS management I am creating a site, assign it to the correct folder on my machine set the path as "local.site1.com" and everything runs as it should.
When I am trying to do the same thing for Site2, I'm getting a message from Chrome saying "Oops! Google Chrome could not find local.site2.com"
Any recommendations will be greatly appreciated.
add local.site2.com to your hostfile
Are both sites pointing to the same codebase if so that is difficult to achieve with IIS7 and 7.5?

All sites give Error 500 under Sharepoint Foundation (SP2010)

I've just installed Sharepoint Foundatuion on my W2008 64bit server and got it up and running as far as being able to access the Central Admin etc just fine.
I did have to disable 32 bit apps in the application pools for all the SP sites and also, following a tip on here, add a config option for bitness64 as a prerequisite for the services.
However whenever I try to access the "Sharepoint - 80" site itself (or another site collection I created in the admin tool), I am getting an unhelpful 500 error. The log doesn't add anything - I can't find anything to give me a clue as to what it's complaining about.
The server is a hosted VPS and all services like SQL are running locally (and are OK).
Any ideas where I look next?
M
This turned out to be an incorrect specification of the dependencies for the Sharepoint14Module in applicationHost.config
In order to locate the issue I enabled Failed Request Tracing on the server and examined the logs that get output as a result. The preconditions for the module were incorrectly specified (appPool1,bitness64;appPool2,bitness64 instead of appPool1;appPool2,bitness64). Fixing this the sites sprung in to life :)
M

Resources