visual studio - Failed to translate aspx files into analysis model. -


i seeing issue while scanning visual studio code through fortify. " failed translate following 21 aspx files analysis model. please see log file errors aspx precompiler , user manual hints on fixing those. " aspx files getting skipped. see no precompilation errors while running. vs version 2010. please suggest issue.

thanks!!

you have give precompiled out in scan follow below steps:

go fortify.properties , uncomment , set false com.fortify.vs.skipaspprecompilation=false (by default true)

in compilation element in web.config file set debug="true"

and create virtual directory of web application , add website solution. build website once successful try fortify scan again , should work


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -