Base solution for your next web application

Activities of "ismcagdas"

Hi,

No, it only shows that current user is a host user. If you mean all host users with admin role by "host admin", then you need to check current user's role as well. If you mean the host user with username = "admin", you need to check current user's username as well.

Can you search this text in your solution ? "fonts.gstatic.com"

Hi,

Can you send your project to <a href="mailto:[email protected]">[email protected]</a> ? If it does not contain any private information. I want to take a look at this issue on your project.

Thanks.

Hi,

I have created an issue here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/407">https://github.com/aspnetzero/aspnet-zero/issues/407</a>. We will try this with latest open sans fonts. You can follow this issue.

Thank you very much for your work on this.

Answer

So, as far as I understand you can use an ASPX page in a MVC 5 application but you cannot use it in AspNet Zero template, is that right ?

Hi,

That's a good way to go, we also suggest that.

Hi,

If you are using Angular project, instead of document ready, you need to use ui-jq So, remove this part of code

<script>
    $(document).ready(function () {
        // page is now ready, initialize the calendar...
        $('#calendar22').fullCalendar({
            // put your options and callbacks here
            weekends: false // will hide Saturdays and Sundays
        })

    });
</script>

and add ui-jq to your calendar div.

<div id="calendar" class="has-toolbar fc fc-ltr fc-unthemed" ui-jq="fullCalendar"> </div>

In angular 1.x apps, you need to use jquery plugins like this. At least this is one of the ways.

Hi,

Can you check this locations according to your project type ?

If you are using ASP.NET MVC 5 <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/tree/dev/src/MyCompanyName.AbpZeroTemplate.Web/Content">https://github.com/aspnetzero/aspnet-ze ... eb/Content</a>

If you are using ASP.NET Core <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/tree/dev/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/wwwroot/fonts">https://github.com/aspnetzero/aspnet-ze ... root/fonts</a>

Your styles seems OK, I think they are not the source of your problem.

Hi,

This is actually not related to Asp.Net Zero I think but I will try the same scenario and get back to you today. Maybe we can figure out something.

Hi,

I have tried to host AspNet Zero as a IIS website but I haven't tried virtual directory. It should be possible just like another MVC application.

Can you send your app pool's basic settings ?

Showing 11841 to 11850 of 12740 entries