compiled or uncompiled website security

  • Thread starter Thread starter Sunfire
  • Start date Start date
S

Sunfire

Is there any difference between an uncompiled and compiled website when it
comes to security and safety? or is it all the same?
 
Hello Sunfire,

what do you mean? Could you explain.

do u want provide roles-based system when pages are compiled ?
I suppose it's not possible, because it's done by .NET FW

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


S> Is there any difference between an uncompiled and compiled website
S> when it comes to security and safety? or is it all the same?
S>
 
What I mean is when you publish with visual studio, it compiles the website
into binary files...if you just copy the project to the web server, it does
it "as is" meaning that if you have any loose source files sitting around,
they are used by the web server as an uncompiled form (the server compiles
as requests come in).
 
Back
Top