Base solution for your next web application
Open Closed

MVC Routing - Backend #194


User avatar
0
Qloud created

How to Route MVC Pages as I would like to call MVC View pages in the backend.

Any sample would be great.

Also, TLS encryption for emails are not working.


8 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    We're using Angular, so using Angular's routing in backend. Can you explain a bit more what do you want to do?

    For TLS, we use SmtpClient.EnableSsl = true (<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/master/src/Abp/Net/Mail/Smtp/SmtpEmailSender.cs#L34">https://github.com/aspnetboilerplate/as ... der.cs#L34</a>) Is there any other thing to do?

    Thanks.

  • User Avatar
    0
    Qloud created

    Hi Halil,

    Thank you for your email.

    I am facing bit difficulty to convert my sample code as your backend application is in Angular JS. I wan to know how to route pure MVC pages with out converting my views in Angular.

    I've tried your step by step phonebook sample and its working fine with Angular, but when I use Telerik scaffold in MVC for generating grid, I can't route the page.

    I am looking for MVC (Multi Page) version for the backend so that I can copy my existing code in to your application model.

    Is ASP.net Zero application supports ( MVC Multi page Templates / Angular JS ) both at the same time.

    It would be great, If you can send me one complete sample project with one page MVC routing / direct me how to achieve this.

    Regards Rama

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    ASP.NET MVC architecture and AngularJs architecture is completely different. So, MVC components can not work on AngularJs. AspNet Zero currently has only AngularJs startup template.

    I'm planning create an MVC version of current backend. Actually, I was waiting ASP.NET vNext release but may create an MVC backend layout with an empty page as a startup point. I will plan it.

    Thanks.

  • User Avatar
    0
    Qloud created

    Hi Halil,

    Great to hear. You can do using RC as it is very close to release.

    Is there any Estimation Date for MVC Templates release. Also, If you can provide ASPNET ZERO Roadmap release dates would be very helpful.

    I really don't need a full version, if you can provide some sort of sample for MVC routing would be great so that I can build my application.

    Regards Rama

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    OK, I will try to prepare a simple MVC template (layout, menu... etc.) soon. But I can not say an exact date for this and roadmap items, since there are also planned documentation and other things to do.

    Have a nice day.

  • User Avatar
    0
    Qloud created

    Thank you.

    I will wait for your sample.

    Regards Rama

  • User Avatar
    0
    Qloud created

    Hi Halil,

    Any update on MVC Admin template. 2015 is releasing on 20th July. Can we expect by end of next week? or it will take longer ?

    We are just in dilemma as Devexpress controls are not supporting due to Architecture issue and waiting for MVC template.

    Roadmap would be great with estimated dates for Internal releases.

    Regards Rama

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    VS release will come in 20th of this month, but I will prepare MVC template with VS 2013 (since 2015 is very new and most of people can not use it in short time). Yes, I will try to finish a very basic MVC template before end of this month.

    Have a nice day.