i have developed angularjs application and i want to call some web form asp.net Pages in this existing applcation
through
$sce.trustAsResourceUrl("url")
I want to open these urls inside my angularjs application. so how can i secure asp.net web form application Please guid me