asp.net - Hide ASP Website and SQL Ptored Procedures from Users -


i'm creating asp.net web application hosted on different servers, , not want show code others have access servers. so, heard of publishing pre compiled code in asp.net code secure.

but need hide stored procedures main. so, how can hide them ?? like.. precompiling or converting dlls etc,

how can this??

for code can publish , stored procedure can using with encryption encrypts code behind stored procedure.

create procedure sp_mytest encryption select * tablename 

check link

you may check msdn


Comments

Popular posts from this blog

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -