Hi I was wondering how are called the folders, which are created dynamically by VS and begins with "App_". Are they protected and secure enough to hide some classes? I was thinking to make some Web Services also, but to make them protected I have to do it by my self or there is already a way? And it is possible to copyright a class?
They are called application folders. Their content, except for App_Themes, is not served as response web requests, but if you look for protecting the code e.g the sources (intellectual stuff) using those folders is not the way. Instead you should then build the source code into a dll which is deployed to bin folder of the application.
More about the App_ folders:http://msdn2.microsoft.com/en-us/library/ex526337.aspx
0 comments:
Post a Comment