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!
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!