BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Hello,
I tried many different ways, but I simply cannot get any Syncfusion ASP.Net Webforms control working. I tried using the project template wizard from Syncfusion in Visual Studio, I tried the manual way and I tried adding the Syncfusion controls via NuGet packages
into an existing project. I can always execute my project, but the
controls simply do not appear or appear very small without any text /
style / function in the browser.
I now took the WebSample Project from the Syncfusion Demo folder and was able to get a bit more further. I created a test-page.
This
is the result I get from Visual Studio with IIS Express using Firefox.
It doesn´t show the correct theme, but anyway I get a result:
This is the result with Visual Studio / IIS Express using Edge. The theme is correct, but there is no function at all:
This
is the result, when I run the site through IIS Server. No text / style /
function at all.
The IIS Server runs fine with other Apps and Syncfusion controls are
installed in the GAC. Is there a documentation what I need to configure
in IIS?
What is wrong here?
Thank you!
Michael
<head runat="server">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%: Page.Title %> - My ASP.NET Application</title>
<%:Styles.Render("~/Content/ej/web/default-theme/ej.web.all.min.css") %>
<%: Scripts.Render("~/Scripts/jquery-3.2.1.min.js")%>
<%: Scripts.Render("~/Scripts/ej/web/ej.web.all.min.js")%>
<%: Scripts.Render("~/Scripts/ej/ej.webform.min.js")%>
</head> |
|
Hello,
thank you for your help.
Somehow I got a working sample project now. I used a demo application and modified it for my needs. It also runs fine in IIS.
However, the Syncfusion project wizard in Visual Studio does not produce a working project for me. Also, following the help topics on how to manually create a project or using NuGet packages was not successfull for me. There is always something missing and the controls do not render correctly. Maybe I didn´t understand some points described there correctly.
As for now, I have a working sample and can work with it.
Michael