Description

When analyzing a .NET application,  HTML5 extension was not called by the .NET analyzer for the creation of ASP.NET operation objects and hence ASP.NET operations objects were not created and saved.

Observed in CAST Extension
Release
Yes/No
2.0.x, x>16(tick)


Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(error)
CSS2(tick)
CSS3(tick)
Step by Step Scenario
  1. ServMan → Manage Extensions → install HTML5/Javascript extension on the triplet
  2. Create a user-defined Universal Analysis Unit for HTML5/Javascript
  3. Run the analysis on javascript source code.
Action Plan
  1. When you are using HTML5 extension 2.0.17 or above, you will not have ASP.NET operations created by HTML extension as this feature has been removed from HTML5 extension from HTML5 2.0.17 onwards.
  2. So, to get the operation objects you have to either degrade the HTML5 extension to  2.0.16 or lower and use
  3. Else, you need to install com.castsoftware.dotnetweb extension which is responsible for the creation of objects, check this document for more information:  

    HTML5 and JavaScript - 2.0 - Release NotesPUB 

  4. Also, as there have been some corrections and evolution in com.castsoftware.dotnetweb, the result will be different but will be better.
Notes/comments

Ticket # 27023

Related Pages