c# - Protect source code of an ASP.NET website -


in our college have competition--students have develop , show code. has cash prize. have done entry website (c#) using asp.net. problem website in computer laboratory of college, can open visual studio , copy project or edit it.

i want protect project. there way put password project alone in visual studio? make attractive have hosted website in iis of server, using ip adresss can run project anywhere intranet access.

when put lock easyfilelocker, unable open , run project using ip address.

i want run project anywhere in intranet, protect code.

how can that?

presuming source code somewhere safe (if not, put somewhere safe on have control), deployed end result need not expose source code in raw format; can pre-compile asp.net websites entirely (such markup can't edited on server - @ least not easily) - selecting pre-compilation options on deploy screen, being sure uncheck "allow website updatable".

the exact method of specifying right build options differs between vs versions, options same ultimately: precompile, (don't) allow precompiled site updatable.

the result code of website ending in binaries, including page markup (the files still exist, placeholders substance missing.) @ code, they'd need reflect binaries.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -