N
Nicholas Paldino [.NET/C# MVP]
Sharon,
Who are you trying to hide the ASP.NET code from? By default, the code
in the ASP pages is not served up by IIS (nor are the dlls that are compiled
by ASP.NET).
If you want to keep someone in particular from accessing the code on the
server (someone who has access to the box), then you can use NTFS
permissions to deny certain people to the areas of the server that are
sentitive.
Hope this helps.
Who are you trying to hide the ASP.NET code from? By default, the code
in the ASP pages is not served up by IIS (nor are the dlls that are compiled
by ASP.NET).
If you want to keep someone in particular from accessing the code on the
server (someone who has access to the box), then you can use NTFS
permissions to deny certain people to the areas of the server that are
sentitive.
Hope this helps.