distribution - Distribute ASP.net Application -


I have an asp.net application and I am selling it to various companies. I change the application settings according to company information and publish a complete folder in the output folder. And then move the output folder to the client machine with the required DLL (my app del and some third-party DLL). I am wondering if anyone is able to decompress code and receive an application code in the DLL bin folder? Is there a standard process that I have to follow so that my code is secured in the client server.

You should cover the DLL that was created for your project, but there are some issues related to ASP.NET .

Enjoy!


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -