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
Printable View
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
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
Code:<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>
Quote:
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 processedCode: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."
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
It's in the ASPX.VB file on the server, which is why you don't see it (as explained in the quote)
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 :-)
Original poster was banned. Doesn't make much sense to continue a thread that he/she cannot see.