Click to See Complete Forum and Search --> : Tools to read ASPx


yuenqi
May 28th, 2009, 08:26 PM
I amthinking if there is a tool for me to read code of C# or VB in aspx pages from a client side when I want to view the source code of them ?

Thank you

dglienna
May 28th, 2009, 08:48 PM
You'd have to be able to FTP it from the root folder of the site. Here's what one looks like for a client. It's just an XML file names Show.asx

<ASX VERSION="3.0">
<TITLE>***</TITLE>
<COPYRIGHT>© *** 2009</COPYRIGHT>
<ENTRY>
<TITLE>Last Night's Show</TITLE>
<REF HREF="mms://**.***.com/***/show.wma" />
<AUTHOR>**</AUTHOR>
<ABSTRACT>Friday, May 23, 2009 </ABSTRACT>
</ENTRY>
</ASX>


Server-generated Web page based on ActiveX scripting that uses the Microsoft ASP.NET framework; ASP code is first processed on the Web server and the resulting HTML code is sent to the user's Web browser.

Used by Web pages with URLs ending in ".aspx."

dglienna
May 28th, 2009, 08:49 PM
Server-generated Web page based on ActiveX scripting that uses the Microsoft ASP.NET framework; ASP code is first processed on the Web server and the resulting HTML code is sent to the user's Web browser.

Used by Web pages with URLs ending in ".aspx."

It'd do you no good after it's processed

yuenqi
May 28th, 2009, 09:03 PM
I'd just would like to see if it is around. And you don't like it ?
And I still don't know howto see the source C#/VB code

dglienna
May 28th, 2009, 09:13 PM
It's in the ASPX.VB file on the server, which is why you don't see it (as explained in the quote)

Teranoz
June 3rd, 2009, 09:45 AM
WS_FTP is a good tool to view the source of any server sided script



As long as you have the right login and password for the server they reside on :-)

PeejAvery
June 3rd, 2009, 02:25 PM
Original poster was banned. Doesn't make much sense to continue a thread that he/she cannot see.