Any way to protect ASP.NET source code???
Hello everyone....Is there a way to protect the ASP.NET source code????
For example I want to distribute a certain intranet application but don't want people see the actual code even on the server.
I tried htmlguardian but it does not protect aspx. Only asp.
Thanks
Antonio
Re: Any way to protect ASP.NET source code???
Limit access to the server.... if the net admin is any good, not everyone can access the web folder anyways....
Tg
Re: Any way to protect ASP.NET source code???
well...If you just deploy your ASP.NEt application without your code -behind files, doesnt your code automatically get "protected"?