I am converting some web site projects into web application projects. To make many changes in projects, it involves using some automated tools. Frequently, files become syntactically incorrect. When codebahind files do this, I get a compile-time error and I have to solve the problem.
However, when the global. Code in code ASX or , I usually do not see error due to run-time. However, if I open ASPX files in the code editor, then I would like to send VS. Errors are available in the error list.
One way to look for errors is to open every Axx and ASPX file in the code, look at the editor and error list, however, it seems that there should be an easy way to check the errors on all the files.
How can I do this?
You need to run ASP.NET. It will execute the same compilation steps that IIS and Visual Studio does both to get the list of compilation errors.
Comments
Post a Comment