We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Publish to azure probelm

Hi 
I have created a simple asp.net with only a date picker ej-date-picker follow your Getting Started ASP.NET Core 1.0.1 Application
It' works perfect in dev machine (you can see int doc in .7z attach) but in the azure web site appears only a text box with no other control

 What did I do wrong?

Thank you for your support

Franco


Attachment: Dev_local_machine_http_a47b24c1.7z

1 Reply

DL Deepa Loganathan Syncfusion Team January 16, 2017 09:58 AM UTC

Hi Franco,   
  
Thanks for contacting Syncfusion Support.  
  
In your master page layout, please check if the dependent CSS and script files for rendering Syncfusion components are referred in production mode as shown below.  
   
      
 @* Include the references in both Development and production *@   
<environment names="Development,Production">     
        <script src="~/lib/jquery/dist/jquery.js"></script>   
        <script src="~/lib/bootstrap/dist/js/bootstrap.js"></script>   
        <script src="~/js/site.js" asp-append-version="true"></script>   
        <link rel='nofollow' href="~/lib/syncfusion-javascript/Content/ej/web/default-theme/ej.web.all.min.css"rel="stylesheet" />   
        <link rel='nofollow' href="~/lib/syncfusion-javascript/Content/ej/web/responsive-css/ej.responsive.css"rel="stylesheet" />   
        <script src="~/lib/jquery.easing/js/jquery.easing.js"></script>   
        <script src="~/lib/syncfusion-javascript/Scripts/ej/web/ej.web.all.min.js"></script>   
</environment>   
   
  
   
Please let us know if you need further assistance.   
  
Regards,    
Deepa L.  


Loader.
Live Chat Icon For mobile
Up arrow icon