Hi all,
Well, I have a confusion regarding Model delete.
I have created a Model in Customization (Overlayering) mode on ApplicationSuite, and created few data entities, classes etc. Now I chose to delete the model.
Steps I followed to delete the model:-
- Stopped AOS service from IIS.
- Manually deleted the Model folder from C:\AosService\PackagesLocalDirectory\ApplicationSuite path,
- Deleted the Model Descriptor file from the Descriptor folder.
- Then restarted AOS service.
Just to confirm the model deletion, I searched in the Visual Studio, and I didn't find any of my codes inside the Application Explorer, which is expected because there is no model.
But surprisingly, when I curiously tried to hit my created data entities' url from browser (https://usnconebox..../data/mydataentitypubliccollectionname), it went on successfully and all the data entities' rows were fetched properly!!!
How come this is possible? Have I missed anything while deleting the model? As my custom model is not there, there should not be any custom data entities as well.
*This post is locked for comments
I have the same question (0)