Forum Moderators: open
But .asp will bring up a rendered page. In another post, someone mentioned that with ASP (as opposed to a COM) hackers can get in and swipe the code.
Is that possible? Can a client-side browser be configured to not read ASP pages, but instead be forced to download them?
A correctly configured IIS box should never serve a raw ASP file under ANY conditions, but that doesn't mean there isn't an unpatched IIS hole that would allow it to happen...
They could of course be talking about a generic server hack that gives access to the file system, therefore allowing access to raw .asp source files.
[edited by: dmorison at 8:00 pm (utc) on Aug. 11, 2003]
The site is virtually hosted, and before he deleted the second nameserver, my code was exposed to whoever hit the site from that nameserver. I know it's weird, but overture proved it to my by sending me a screenshot of my code in a browser.
Talk about being scared! It took the hosting company and I 2 hours to finally what was going on. If anyone has any theories on this, please pipe in.
Mac
Never found out why, others sites on the same server were ok. I took the site down,A few hours later it was fixed. I guess the ISP changed something.
Any uncompiled code is potentailly easy to steal if you have server access.
I have friends who are software engineers who think we are crazy to put whole uncompiled apps (ASP Scripts) on other peoples servers, but what can you do?
Most ISP dont allow your components and why bother anyway? Most ASP stuff is in the public domain. Its not rocket science :)
This is why one server keeped the old IP to the non asp server that has a copy of your website (either backup or fault tolerance). While the other nameserver point to the correct server that can run asp code well.
This had happened to me once where the hosting company moved all my sites to another server and another backup server. Under load time, there was copies of an asp web site on 3 servers. One of them did not interpret asp or jps. Every once in a while I get the code sent to the users instead of being rendered. It took them a lot of time to know the reason behind that weird behavior.
Just go with high level hosting centers.
Luck!