Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I want to create a standard software application. The software can be installed on servers of any company that wants to use the software. I don't want those companies to be able to see my source code.

It would be nice if the software can run in a browser, without any executable on the client side.

Is it possible to use ASP.net or VB.net in this way?

Posted
As far as I have read about ASP.net, is that ASP.net code is not compiled into DLL's, so the server administrator can see my code. Should I use VB.net to create compiled objects and call them in my aspx pages?
  • Moderators
Posted

If you leave your server-side code in-line (at the top of your aspx page) then of course people will see it, the recommended method is to use Code-behind and as PlausiblyDamp pointed out "the code DOES get complied".

 

So the only things you need to copy(deploy) onto the server are these files:

aspx

web.config

BIN folder with the DLL files therein

CSS (optional)

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...