Sorry !
Problem solved.
I did put the Dbset property of this entity in the context class.
Regards, Abdourahmani
Hi !
I also waited for you on these days. But I dont know how to get in touch with you. When I post a message, because of time difference (my local time is UTC+1) I only get a response the next day.
what should I have to do to be available to you, next time ?
Regards, Abdourahmani
Problem solved by upgrading to AspZero v5.1.0 and adding
web.config
<?xml version="2.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpErrors>
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" path="/index.html" responseMode="ExecuteURL" />
</httpErrors>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>
Best regards, Abdourahmani
@ ismcagdas,
I'm completely lost. 3 days I'm stuck on this issue. And the way you handle my requests is really frustating.
I've sent the mail for the remote meeting and still no reaction.
isn't there someone else who can help ?
Abdourahmani
Please, When is this meeting for ?
No, the problem is not solved. How can we setup this meeting ?
Hi !
Here is the IIS directory structure on server :
[attachment=2:2qszsg8w]IIS Directories.png[/attachment:2qszsg8w]
Inside RapproDab, copied from dist.
[attachment=1:2qszsg8w]RapproDab.png[/attachment:2qszsg8w]
Inside assets :
[attachment=0:2qszsg8w]Assets.png[/attachment:2qszsg8w]
Another point : If, as resqueted, I run
ng --prod --base-href "RapproDab"
I've got this error message
The specified command --prod is invalid. For available options, see `ng help`.
But
ng build --env=prod --base-href "RapproDab"
runs to completion.
Regards,
Hi !
I have a similar problem when deploying my angular + core 2 web app (v5.0.4) to IIS.
dotnet core 2 api app is ok. it starts automaticaly when I browse it.
my customer want all his web apps on the same web server each in its sub directory under wwwroot.
I followed what is recommanded in this thread with no luck.
Building the app :
ng build --env=prod --deploy-url=RapproDab/
updated base href to /Rapprodab then got these errors : [attachment=2:1jq6wi6a]pic01.png[/attachment:1jq6wi6a]
Then I replace all occurences of "RapproDab" in index.html file from "RapproDab/inline.bundle.js" to "./inline.bundle.js".
which lead me to this :
[attachment=1:1jq6wi6a]pic02.png[/attachment:1jq6wi6a]
in the chrome console,
[attachment=0:1jq6wi6a]pic03.png[/attachment:1jq6wi6a]
This time I'm locked. No idea of what to do to resolve these errors.
Please help.
I've got it working.
Thank you !