Prerequisites
- 9.3.0
- Angular
- .Net Core 3.1
After hosting 9.3 version on the server the following error has been occured...
HTTP Error 404.0 - Not Found
The log file is showing following lines.
WARN 2020-11-21 11:27:29,977 [1 ] tion.Repositories.EphemeralXmlRepository - Using an in-memory repository. Keys will not be persisted to storage. WARN 2020-11-21 11:27:29,987 [1 ] taProtection.KeyManagement.XmlKeyManager - Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. WARN 2020-11-21 11:27:33,914 [1 ] taProtection.KeyManagement.XmlKeyManager - No XML encryptor configured. Key {040223b5-31be-4bcf-b95b-41c59920f7bf} may be persisted to storage in unencrypted form.
After entering the server address in the browser and hit enter application ignore child app name.
for eg server address is : http:10.1.1.1/aspnetzero/
after processing request
app redirect to http:10.1.1.1/index.html
and show the above error..
4 Answer(s)
-
0
Hi @velu
Sorry for the delay.
- Are you using merged solution or separete solution ?
- Do you have a web.config in the root directory of your deployed Angular project ?
Thanks,
-
0
Hi,
Yes, we are using a merged solution, and we have a web config in the root.
The hosted application will always be ignoring the child app name.
if we are manually entering the child app name then a login window occurred. and after entering in the application after user id and password.
then also ignore child app name
-
0
Hi Velu,
How did you solve your above problems? I also encountered that problems. Could you please share the solutions with us ?
Thanks
-
0
we encountered the same problem, very wired!