Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hosting in IIS
Message
General information
Forum:
ASP.NET
Category:
Windows Communication Foundation (WCF)
Title:
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01595184
Message ID:
01595207
Views:
52
>Hi Viv, it's the setting up in IIS I'm unsure about ( never used it ) I've only used IIS Express with VS to develop this and have no idea how to host everything on IIS proper ( I assume I'll have to host the client and service on there ? ), thanks for your time.

It should just be a question of adding the code for your service to IIS or, better, if you've got it as a separate dll then just add the project to the web site.
Adjust the web.config to expose the endpoints (as shown in the link)

The client can be anything but will need to communicate over HTTP.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform