.NET help needed

Soldato
Joined
1 Feb 2006
Posts
8,188
I am taking over some stuff from a guy that has recently left the project and need some help.

We have a project here than is basically a series of web methods. To invoke these the end users currently have to log on to the production box, run inetmgr and manually invoke services from the IIS browser.

I have to create a new web application that will be accessible across the network so that these services can be invoked without having to log on to the main box itself.

I have done bits of .NET in the past but really not sure where to start with this one.

Can I just create a simple ASPX project and then somehow create links to run and invoke the webmethods on the production IIS box?

Been a year or more since I have coded anything so not feeling too confident.

Thanks in advance!
 
Thanks for that. So I should just be add a new website project to my solution and then add the web refs. That should be easy enough then.
 
The UI will only have a way of the end user to invoke the web services. They won't actually see anything reported back to the website itself. Services just kick off some code to run against a SharePoint document library.
 
Back
Top Bottom