Hello i have question i am new at using aspx and c# ..
after i get my website from server using FTP i can access the aspx page only but i can not view the code of c# behind it .. i think they are saved in bin file but how can i view them .. thanks

Recommended Answers

All 2 Replies

ASP.NET code runs on the server, and is never sent to the browser. You can't see the code because it is not part of the web page itself - rather, it is the code which generates the web page's HTML and Javascript code before it is even sent to the client side.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.