Base solution for your next web application

Activities of "drenton"

This page, <a class="postlink" href="http://aspnetzero.com/Documents/Development-Guide#introduction">http://aspnetzero.com/Documents/Develop ... troduction</a> under the header SENDING EMAILS makes reference to two modes: DEBUG and RELEASE. Where is the mode set?

In addition, this page <a class="postlink" href="http://docs.asp.net/en/latest/fundamentals/environments.html">http://docs.asp.net/en/latest/fundament ... ments.html</a> makes reference to the use of more than two environments; DEVELOPMENT, STAGING, and PRODUCTION. What would you suggest to implement multiple environments with Zero?

So we plan to have three environments: Development, Staging, and Production.

What I meant by recommendation was not how many environments, but rather is there a recommended way to setup a three environment configuration with Zero.

Hi,

We want to use multi tenancy with only one role configuration.

e.g. All tenancy will have the same roles, and each role will have the same permissions.

If there is accounting manager role, this role will have the same permission in all tenancy.

Is it possible?

Is this level three menu issue fixed?

After I select level 3 menu, it collapsed, so User can't see which menu is currently selected

And I don't know why but this link does not work for me <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/108">https://github.com/aspnetzero/aspnet-zero/issues/108</a>

Thanks.

Hi,

Currently, We are using version "1.8.2.0" and my git id is WhistlerHusky

Thanks.

+1 to the original poster's concerns. These are files are artifacts from the Mac OS file system.

I see there are a number of files in the Zero project that are missing. They are found at <Project>.Web\Scripts.

While I am checking the project to see if these are referenced, is there any reason that I would not delete them from the project list, as they are causing the VS Publish task to fail?

I downloaded the project today and still got the same error"System.Web.Mvc, Version=5.1.0.0" and had to scratch my head for a while. I've downloaded the project several times and never had this problem before. so I thought the problem is with my visual studio(today I updated to 2015 sp3 and other tools too!).

It would be great if we don't see an error before change a code.

Thanks ;)

I published 2 AspNetZero project and had no problem before.

When I publish new project that I downloaded last week, there is no option for "Execute code first migrations" only I can see "update database"

New project create a newproject.pubmxl like below.

<Object Type="DbDacFx">
            <PreSource Path="localhost" includeData="False" />
            <Source Path="$(IntermediateOutputPath)AutoScripts\Abp.Redis.Cache_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
          </Object>
          <UpdateFrom Type="Web.Config">
            <Source MatchValue="localhost" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
          </UpdateFrom>
        </ObjectGroup>

below is from my previous project (I use * for sensitive info)

<ObjectGroup Name="Default" Order="3" Enabled="True">
          <Destination Path="Data Source=***;Initial Catalog=***;Persist Security Info=True;User ID=***;Password=****" />
          <Object Type="DbCodeFirst">
            <Source Path="DBMigration" DbContext="****.EntityFramework.****, HGIntranet.EntityFramework" MigrationConfiguration="***.Migrations.Configuration, ***.EntityFramework" Origin="Configuration" />
          </Object>
        </ObjectGroup>
      </Objects>

Both project are used in the same computer and the same visual studio 2015 sp3.

I copy the old one to new one, it does not work.

It seems the project.web project could not find entity framework in project.entityframework project.

I downloaded ASP.NET MVC 5.1 / AngularJS. and I don't change anything at all, but it does not work.

I have old version(abp0.9.1) witch I don't change anything, it works fine.

For testing. I created a new Web project(solution) and add class library project then add Entity Framework, then I referenced it from web project, it works, but As I reference the aspnetzero(downloaded project).entitiyframework with needed projects(core,application etc..) it does not work.

Showing 1 to 10 of 44 entries