Debug an asp program

  • Thread starter Thread starter Eitan
  • Start date Start date
E

Eitan

Hello,

Can I debug an asp file with Microsoft Dotnet Development environment
(dotnet architecture) (or check whether the syntax is correct) ?
If so, than how can I do that - need sample, please.

Thanks :)
 
Hi,

Right click you project -> Properties -> Configuration Properties ->
Debugging -> Enable ASP debugging.

HTH

regards
Joyjit
 
Back
Top