|
-
May 28th, 2009, 08:26 PM
#1
Tools to read ASPx
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
-----
-
May 28th, 2009, 08:48 PM
#2
Re: Tools to read ASPx
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>
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."
-
May 28th, 2009, 08:49 PM
#3
Re: Tools to read ASPx
Code:
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
-
May 28th, 2009, 09:03 PM
#4
Re: Tools to read 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
-----
-
May 28th, 2009, 09:13 PM
#5
Re: Tools to read ASPx
It's in the ASPX.VB file on the server, which is why you don't see it (as explained in the quote)
-
June 3rd, 2009, 09:45 AM
#6
Re: Tools to read ASPx
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 :-)
-
June 3rd, 2009, 02:25 PM
#7
Re: Tools to read ASPx
Original poster was banned. Doesn't make much sense to continue a thread that he/she cannot see.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|