asp.net to compile asp 3.0 pages

  • Thread starter Thread starter Shailesh Humbad
  • Start date Start date
S

Shailesh Humbad

Can ASP.net be used to compile ASP 3.0 pages? For example, if I have a
page called myapp.asp written in VBScript for ASP 3.0, I want to use
ASP.net to compile it into myapp.dll or something. Then, I can
distribute the compiled myapp.dll instead of the ASP source code.

Compiling is primarily to protect the source code, because the pages
need to be installed on many servers. I feel like I'm thinking about
this the wrong way, but .net is so huge and poorly defined in my
estimation that I have no idea where to start. Any illumination would be
appreciated.

Shailesh
 
It looks like some amount of conversion to VB will be required. Thanks
for the links and information.

Shailesh
 
Back
Top