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.
 
Back
Top