0
yorytang created
-
ABP Framework version: v4.3.X
-
UI type: Angular
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): yes
How to set the web url to hash# model ?
5 Answer(s)
-
0
can you give more details?
-
0
I have deploy web site to IIS.
There is no problem accessing the page through the left menu ,but if I write url in browser address bar it will show 404 error. -
0
I have change the url to hash # model, but the menu was disappeared and no any error
-
0
Hi,
Probably your
Index.html
file is missing in Angular's root directory, or you may have set the Angular root directory incorrectly while publishing viaISS
.You can find more detailed information on the subject here.
-
0
thanks