Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I create an API for my ASP.net app

Status
Not open for further replies.

3587ch

Technical User
Jun 19, 2009
30
US
Not sure if I will, but just curious how it's done. Does anyone have any information on how I could create an API for an ASP.net/VB.net web app I created?

Thank you,
 
not sure what you intentions are but if you want other applications to code to your web page, you would want to create web services for the functions you want made public to an external application.

Is most of your business code written directly in the asp.net codebehind or in some class that you call to?
 
The majority is writen in codbehind.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top