Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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

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)

Posted

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.

 

:)

Please check the Knowledge Base before you post.

"Computers are useless. They can only give you answers." - Pablo Picasso

The Code Net

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...