K
Kevin Vaughn
I need to create a simple .dll file that handles usernames and passwords.
I've never created a .dll before, but now there's definitely a need for
security reasons.
I've read enough to hear people talk about referencing the .dll in the
project. To be honest, I'm writing all of my ASP.NET pages with Ultraedit
so I don't think I can do that. Do I need to run off and install VS.NET and
then come back?
What I really need is a standalone .dll that I can reference with a <%@ %>
tag, and will simply return the relevant information back to the calling
program. Is that even possible?
So far, I've managed to write a test script and compile it with vbc.exe, but
I'm not even sure how to test it.
What are the exact steps I would need to go through to get this done? Is
there a resource on the Internet that I've overlooked? I would appreciate
your help.
-Kevin
I've never created a .dll before, but now there's definitely a need for
security reasons.
I've read enough to hear people talk about referencing the .dll in the
project. To be honest, I'm writing all of my ASP.NET pages with Ultraedit
so I don't think I can do that. Do I need to run off and install VS.NET and
then come back?
What I really need is a standalone .dll that I can reference with a <%@ %>
tag, and will simply return the relevant information back to the calling
program. Is that even possible?
So far, I've managed to write a test script and compile it with vbc.exe, but
I'm not even sure how to test it.
What are the exact steps I would need to go through to get this done? Is
there a resource on the Internet that I've overlooked? I would appreciate
your help.
-Kevin