ivan_april Posted June 1, 2005 Posted June 1, 2005 i hv done a project in VB.NET. can i do a program in ASP.NET to call the project? Thanx 2 reply! Quote
mike55 Posted June 1, 2005 Posted June 1, 2005 i hv done a project in VB.NET. can i do a program in ASP.NET to call the project? Thanx 2 reply! I know that you can call an ASP Web service from a windows application by declaring your interface methods in the web service as webmethods. In relation to calling a vb.net project from an ASP.net, I wouldn't think so, as you need web references, and I can't see you being able to create a web reference to a windows application as they need a url. Although I could be wrong. Mike55 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
mark007 Posted June 1, 2005 Posted June 1, 2005 Depends what you mean. There's nothing to stop you creating a class library in vb.net and accessing those classes in your asp.net app. Just add a reference to the project. :) Quote Please check the Knowledge Base before you post. "Computers are useless. They can only give you answers." - Pablo Picasso The Code Net
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.