Solid Architecture for Quality ASP.NET AJAX
How useful is for you being able to access a readonly copy of the ASPX source via Web? Something like this:
http://localhost/App/SOURCE.AXD/page.aspx
Of course only through localhost :-)
I know there is something like that available now, I tried to find it earlier today, I could use that right now.
>>I know there is something like that available now, I tried to find >>it earlier today, I could use that right now. Where?
My site has an online code viewer: http://www.WilsonDotNet.com/Code
I have been using this app: http://workspaces.gotdotnet.com/two47sourcebrowse here http://scottwater.com/dottextsourcetree/browse.aspx for a while now.
I created an HTTP handler that does this. Basically, it gives a "pretty" view when browsing to a .cs or .vb file on the Web site (through localhost only, of course). A discussion of this, as well as the downloadable code, is available at this article: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/httphandl.asp