This is a discussion on Is it possible to see the code that ASP.NET generates from an ASPX file within the ASP and ASP.NET Programming forums, part of the Web Development category; Hi EveryBody, Can Any one tell me "Is it possible to see the code that ASP.NET generates from ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, You can do this by enabling debugging using a <%@ Page Debug="true" %> directive in the ASPX file or a <compilation debug="true"> statement in Web.config, the generated code can be viewed. The code is stored in a CS or VB file (usually in the \%SystemRoot%\Microsoft.NET\Framework\v1.0.nnnn\Te mporary ASP.NET Files).
__________________ H2O Without us, no one can survive.. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code-behind to create node dynamically using XML File or any Stored Procedure | poornima | ASP and ASP.NET Programming | 3 | 02-14-2008 09:46 PM |
| File extension of the code file & object repository file in QTP | vigneshgets | Testing Tools | 1 | 01-16-2008 11:43 PM |
| Is there any sample code for sending a text file from the phone to the PC via... | mobilegeek | Mobile Software Development | 4 | 09-11-2007 04:12 AM |
| Can we generate a C++ source code from the binary file? | Sabari | C and C++ Programming | 1 | 07-30-2007 11:47 PM |
| Can you show a simple code showing file dependency in cache in asp.net ? | oxygen | ASP and ASP.NET Programming | 1 | 07-26-2007 04:08 AM |