How to host Silverlight project in IIS
How to host Silverlight project in IIS ??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasant JinagaPosted Mar 20, 2012, 2:49 AM
To host Silverlight Project in the IIS,
I have done this in my last Project.As you must be knowing slverlight App wont be directly interact with the DB part.you should b having a some service which interacts with the DB and the service reference you need to add in your Silverlight App.
Now to host the App in the IIS you need to create a Service Setup and Web setup file.then you need to install the setup in the M/c...
Hope it helps!!!
Thanks,
Prasant