a question about VB.net and asp

  • Thread starter Thread starter jonathan
  • Start date Start date
J

jonathan

Maybe it's a stupid question,
Can I use VB.net to creat a dll which using some of the .net's
functions like xml, and then integrate it with asp in IIS 5.0 ?

Must I install .net framework ?

Thanks
 
Maybe it's a stupid question,
Can I use VB.net to creat a dll which using some of the .net's
functions like xml, and then integrate it with asp in IIS 5.0 ?

Yup, thats what ASP.NET is all about!

Must I install .net framework ?

If you want to use the framework / asp.net / vb.net , then yes.


HTH
 
I was minding my own business when jonathan blurted out:
Maybe it's a stupid question,
Can I use VB.net to creat a dll which using some of the .net's
functions like xml, and then integrate it with asp in IIS 5.0 ?

Must I install .net framework ?

Thanks

Yes you would have to install the .NET Framework on the IIS server.
Yes it can be done. Not recommended.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top