Base solution for your next web application

Activities of "ST_Development"

<br> Hi, we are using asp.net zero for developing a SaaS MultiTenant solution. Each tenant has an individual database. In our licencing model we want to setup three editions "basic", "pro" "premium". Each tenant can buy a specific number of licenses ("maximum count of users") which are connected to e.g. edition "basic". When now upgrading to "pro" he has to upgrade ALL licences. Therefore we need to seperate EDITION and MAXIMUM COUNT OF USERS. The Number of USERS must be independant and adjustable for each TENANT. Is that possible

  • What is your product version? 9.2.0
  • What is your product type (Angular or MVC)?Angular
  • What is product framework type (.net framework or .net core)? .net core
  • What is ABP Framework version? 5.9

Hallo,

solved, our Firewall was the problem.

Hallo ,

how can I solved this Problem? Quellübergreifende (Cross-Origin) Anfrage blockiert: Die Gleiche-Quelle-Regel verbietet das Lesen der externen Ressource auf https:....:22742/AbpUserConfiguration/GetAll?d=1564988204069. (Grund: CORS-Anschlag schlug fehl)

greetings

So I solved the Error: ng build --prod does not copy any web.config file. So I copy it additionally !

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.webServer>
    <staticContent>
      <remove fileExtension=".json" />
      <mimeMap fileExtension=".json" mimeType="application/json" />
	  <mimeMap fileExtension="woff" mimeType="application/font-woff" />
      <mimeMap fileExtension="woff2" mimeType="application/font-woff" /> 
    </staticContent>
    <!-- IIS URL Rewrite for Angular routes -->
    <rewrite>
      <rules>
        <rule name="Angular Routes" stopProcessing="true">
          <match url=".*" />
          <conditions logicalGrouping="MatchAll">
            <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
            <add input="{REQUEST_URI}" pattern="^/(api)" negate="true" />
          </conditions>
          <action type="Rewrite" url="/" />
        </rule>
      </rules>
    </rewrite>
  </system.webServer>
</configuration>

Yes, it looks similar.

Product is Angular and the framwork is .net core

How can we solve this error: https://#myServer#/poppins-v5-devanagari_latin-ext_latin-300.01860d964547bc9d93cf.woff2 net::ERR_ABORTED 404 (Not Found) We use Version 6.9.0 The .wolf2 file is published right...

Thank You

Showing 1 to 8 of 8 entries