Select to view content in your preferred language

WEB SITE ISSUE

763
1
05-10-2011 03:37 AM
MuhammadWaqar_ul_islam
Occasional Contributor
I have developed an website on my laptop from the interactive Sample provided
i have installed Windows 7, Microsoft VS2010 and all other requirement needed and its working fine
when i published the website on my laptop its working fine and website is running on the network
but when i copy the same published folder on the my  web server
website page does not display
My web server have Windows 2003 server & VS2008
is VS2008 causing this error
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor

My web server have Windows 2003 server & VS2008
is VS2008 causing this error

No you don't need any development tool on the server. You don't even need Windows since a silverlight application can be hosted by any web server.

Check that your .xap file has been made accessible on your web server and that the .xap/.xaml MIME types have been set.
This documentation about deploying a silverlight application : http://msdn.microsoft.com/en-us/library/ff921170(PandP.20).aspx should help.
0 Kudos