regfreecom - Can ASP Classic use registration free components? -


Like the topic, can ASP Classic be used for registration free components? It is on Windows Server 2003. If so, how can I go about doing this?

If not, can there be an option available?

Alternatively, I think that you do not mean components that do Need registration? 'Because those people have loads ...

Using ASP is a less common way to use COM, which is quite convenient (using WSC). From 4GuysFromRolla:

One of the biggest losses in the development of COM components using one of these high level languages ​​is the time-consuming process of changing an existing COM component, for example , Say that you are developing the COM component, you add some properties and methods and start using it on your site. Now, say that you wanted to add a new method After adding this method, you have to compile the COM component again, have to re-register, and the web server must stop and restart ...

To resolve this annoyance, Microsoft Windows The script components have been created, which means that their name is created with the COM component script! These components can be developed with any Windows scripting language (VBSScript, JScript, Perl script, Python, etc.). Since these components use scripts, you can cut and paste the ASP script into one of these scripts components! Additionally, you can edit the code of a Windows Script component and the changes are reflected automatically - no re-compiling, the web server is not restarting, and the component does not re-register!

  • Ul>

    Comments

    Popular posts from this blog

    sql - dynamically varied number of conditions in the 'where' statement using LINQ -

    asp.net mvc - Dynamically Generated Ajax.BeginForm -

    Debug on symbian -