You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
The AJAX Control Toolkit <VERSION>
18.1.0.0
The installation method
Download and install from DevExpress to get AjaxControlToolkit.dll, placed on same directory as bin files.
Minimal steps to reproduce the bug
Line Graph renders as expected on developer machine (see below) but as a horizontal line on the server.
This is a simple test that loads an aspx page containing the demo code for a line graph copied and pasted from http://www.ajaxcontroltoolkit.net/LineChart/LineChart.aspx
There is no code behind except an empty Page_Load.
This is deployed to a GoDaddy server running Windows Server 2019 Standard with the Trust Level set at Full.
Actual result
seen on server...
Expected result
seen on development machine...
Browser(s) used
Google Chrome
Mozilla FireFox
Microsoft Edge
same result on each browser
A site deployment method
IIS
Complete aspx page
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestGraph.aspx.cs" Inherits="Application.TestGraph" %>
Tags referencing AjaxToolkit that are common to both development machine and Web.Config on server
<system.web>
</system.web>
The text was updated successfully, but these errors were encountered: