EPiServer R2 SP2 - content-management

I am attempting to install an EPiServer R2 SP2 site on IIS 6.0 and I received the classfactory not initialised error. I managed to overcome this by downgrading my web.config to one that is compliant with IIS 6.0
The site loads fine and works as it should all except for edit/admin mode and the default login screen which all seem to have lost the styles and javascript. As a result they are unusable. Any ideas on what has gone wrong?

Gah! The error lay in not removing one of the name attributes on one of the httpHandlers

Related

IIS HTTP Error 503 after in place upgrade from 2008 R2 to 2012 R2

I recently upgraded one of our application servers from Server 2008 R2 to Server 2012 R2. Everything seems to be working fine except for our little Intranet. When trying to get to it, you are immediately greeted with Error 503 Service is unavailable.
I did some troubleshooting but nothing has seemed to helped. I made sure the app pool associated with the website is running and double checked the identity. (It's using ApplicaionPoolIdentity). What else can I try? Thanks all!
It turns out the the application pool that our intranet runs from was set to use .NET CLR Version 1.1 instead of version 2.0. After switching to version 2.0 and recycling/refreshing the site, the intranet came right up. Thanks all!

IIS not working after upgrade to Windows 10 Pro from Windows 7 Unlimited

Today I upgraded my windows 7 ultimate to windows 10 pro. Every thing seems to work fine. But the localhost is now throwing error : HTTP Error 503. The service is unavailable.
I checked IIS, it is running. I checked the version of IIS from IIS Manager, it is showing Version 10.0.10240.16384.
I test my sites on localhost.
Before upgrade, in windows 7 ultimate it was working fine. I also checked "Turn windows feature on or off" and found that IIS is installed properly.
Please guide me.
Thanks Joe Raio for providing the hint. I checked the event log and found that rewrite.dll was causing error. I uninstalled IIS URL rewrite extension and the problem is gone. Now everything is working as before, classic asp, php, everything.
Please try this solution
Go to the Application Pool ...
Advanced Settings ...
Process Model ...
Identity ...
Set it to "LocalSystem"

IIS is not working in windows 8.1 Pro

I have formatted and re installed new windows 8.1 and installed and enabled the IIS from program and features through the windows component and installed correctly but when I tried to run the localhost to check IIS then its not working and nothing display on the page. There is no any error shows just white blank page. If anybody can help to resolved this issue then that would be good.
I hope you are talking about Static HTML pages? What all components did you install along with IIS? Make sure you have StaticFileModule installed

Screwturn scripting not working?

I had previously installed screwturn on windows 7 iis and the site was functioning 100%
I have recently installed it on Win Server2008 and it would appear that the scripts are not working.
The website works tabs and logins ok. The problem is in the providers tab, if I click on any displays or on the 'select' label nothing happens. When I had installed this on the windows 7 iis these were clearly working.
All roles should be in place, ISS server, application server.
Do I need to enable anything specific on the server or am I missing a configuration?
SOLVED THE ISSUE"!!!!!#
just downgraded the framework from 4.0 to 2.0 and worked perfectly
I vaguely remember similar issues when running under .NET 4.0 (are you?) - do you have these fixes in your Web.config?
<pages validateRequest="false">
<httpRuntime requestValidationMode="2.0"/>

Crystal Reports 2010 in IIS 7.5 asking for authentication

We're in the process of moving from 2003 IIS6 Web servers to 2008 R2 with IIS 7.5.
We also have a Windows 2008 server running IIS7 and everything works fine on this server.
On the new servers when we go to our crystal reports viewer page we get prompted for windows authentication, then if you type in valid credentials or not you get the following error in firefox:
XML Parsing Error: no element found
Location: http://192.168.10.112/Reports/ReportViewer.aspx?id=49
Line Number 1, Column 1:
^
In IE you just get a blank screen.
The same code runs fine in debug mode on the server in Visual Studio 2010, and works fine on our other servers
Thanks
I know that the answer is too late, but to be a reference for other users.
I faced this problem too in IIS 7.5, and after 5 days investigation, I found that the problem is because the Crystal Reports Viewer running as 32-bit, to solve this issue:
in IIS, go to Application Pools
Select pool that you are using it for your application, normally its "ASP.Net v4.0".
Click on "Advanced Setting..." in the right panel.
set the value "Enable 32-bit Application" to "True"
Also, note that you have to install the oracle client 32-bit version too.

Resources