Developer forum

Forum » Development » dw8 on IIS 7 and 64bit server

dw8 on IIS 7 and 64bit server

Medo Huremovic
Reply
I've tried to install DW8 on 64 bit server and IIS 7th Frontend works fine, but the backend does not work. I get this error:

Server Error in '/Admin' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'Dynamicweb.Admin.AdminDefault'.

Source Error:


Line 1:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="Dynamicweb.Admin.AdminDefault" %>
Line 2: 
Line 3:  <%@ Import Namespace="Dynamicweb" %>

Source File: /admin/default.aspx    Line: 1

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237




Replies

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer
Seems like an installation error.

How is /Admin registered - to which folder? And as a virtual or application?



Votes for this answer: 0
 
Medo Huremovic
Reply
Hi Nicolai
You can see in the attachments, how do I register Admin and Pool

IIS.PNG pool.PNG
 
Nicolai Høeg Pedersen
Reply
Hi Medo

Please read the installation guide from http://developer.dynamicweb-cms.com/downloads/documentation.aspx - installing DW8 on IIS7.

Your /Admin and /Files are created as virtal applications and not virtual directories.

 
Medo Huremovic
Reply
 jeps, now its working. 

 

You must be logged in to post in the forum