hai What changes need to be do when silver light application run in server 2003 in iis ? i am developing website with silverlight controls,if i run in windows 7 or server 2008 i can run ,but same website if i run i server 2003 it not work,and it not show any error,just open blank page ,if i right clik i page can get silverlight properties. i will try mime types also.but not work.i just add .xap application/x-silverlight-app .xaml application/xaml+xml .xbap application/x-ms-xbap but if i paste website in local drive like D or E and form i open using vs2010 and if i run(localhost:1533/sam/samsl.aspx) i can get silverlight control in page ,and i can use. so problem in iis,pls reply me what cofig need to chnage in iis6.0
In most cases, hosters do not need to perform particular deployments to support Silverlight. However, check for the following basic items that could prevent Silverlight from functioning correctly. You need configure IIS 6.0 for Silverlight Applications
first.
To enable IIS 6.0 in Windows Server 2003 or IIS 7 in Windows Vista with the appropriate MIME Types, add:
•.xap application/x-silverlight-app
•.xaml application/xaml+xml
•.xbap application/x-ms-xbap
And follow these steps to deploy a Silverlight application to IIS 6.0,
For this issue, it's recommanded to refer what I mentioned above to deploy a Silverlight application to IIS 6.0 and 7.0.
I’d like to suggest you to enable the failed Request Tracing in IIS, this will give me some hints on why a request has failed, we can enable this Failed Request Tracing in the IIS by steps below,
Open Internet Information Services (IIS) Manager:
2.In the Connections pane, select the server connection, site, application, or directory for which you want to configure failed request tracing.
In the Actions pane, click Failed Request Tracing...
4.In the Edit Web Site Failed Request Tracing Settings dialog box, select the Enable check box to enable tracing, leave the default value or type a new directory where you want to store failed request log files in the Directory box, type the number of failed
request trace files you want to store in the Maximum number of trace files box, and then click OK.
And then you can check log files in C:\inetpub\logs\FailedReqLogFiles.
Best regards
Angie
Angie xu
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
For this issue, I'd also like to suggest you to deploy your silverlight application in other Windows server 2003, and check wether it still has same issue.
7 Posts
what setting need to change when silverlight application deploy in windows server 2003 in iis 6.0...
Dec 02, 2013 02:58 AM|aravindforums1|LINK
hai
What changes need to be do when silver light application run in server 2003 in iis ?
i am developing website with silverlight controls,if i run in windows 7 or server 2008 i can run ,but same website if i run i server 2003 it not work,and it not show any error,just open blank page ,if i right clik i page can get silverlight properties.
i will try mime types also.but not work.i just add
.xap application/x-silverlight-app
.xaml application/xaml+xml
.xbap application/x-ms-xbap
but if i paste website in local drive like D or E and form i open using vs2010 and if i run(localhost:1533/sam/samsl.aspx) i can get silverlight control in page ,and i can use.
so problem in iis,pls reply me what cofig need to chnage in iis6.0
674 Posts
Re: what setting need to change when silverlight application deploy in windows server 2003 in iis...
Dec 02, 2013 09:42 PM|Angie xu - MSFT|LINK
Hi,
In most cases, hosters do not need to perform particular deployments to support Silverlight. However, check for the following basic items that could prevent Silverlight from functioning correctly. You need configure IIS 6.0 for Silverlight Applications first.
To enable IIS 6.0 in Windows Server 2003 or IIS 7 in Windows Vista with the appropriate MIME Types, add:
•.xap application/x-silverlight-app
•.xaml application/xaml+xml
•.xbap application/x-ms-xbap
And follow these steps to deploy a Silverlight application to IIS 6.0,
How To: Deploy a Silverlight application to IIS 6.0 and 7.0
Best regards
Angie
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
7 Posts
Re: what setting need to change when silverlight application deploy in windows server 2003 in iis...
Dec 02, 2013 10:26 PM|aravindforums1|LINK
i already try,but not work,in silverligth project i tick OOB from properties,same one work in windows 7,server 2008 but not work in server 2003
674 Posts
Re: what setting need to change when silverlight application deploy in windows server 2003 in iis...
Dec 06, 2013 04:28 AM|Angie xu - MSFT|LINK
HI,
For this issue, it's recommanded to refer what I mentioned above to deploy a Silverlight application to IIS 6.0 and 7.0.
I’d like to suggest you to enable the failed Request Tracing in IIS, this will give me some hints on why a request has failed, we can enable this Failed Request Tracing in the IIS by steps below,
And then you can check log files in C:\inetpub\logs\FailedReqLogFiles.
Best regards
Angie
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
7 Posts
Re: what setting need to change when silverlight application deploy in windows server 2003 in iis...
Dec 07, 2013 12:39 AM|aravindforums1|LINK
Hi
I am use windows server 2003 standarad edition R2,is it problem in load server directory in treeview in server 2003? like C,D,E drives ?
674 Posts
Re: what setting need to change when silverlight application deploy in windows server 2003 in iis...
Dec 11, 2013 01:43 AM|Angie xu - MSFT|LINK
Hi,
For this issue, I'd also like to suggest you to deploy your silverlight application in other Windows server 2003, and check wether it still has same issue.
In addition, you can also check IIS configuration for Silverlight applications, and check whether it is fine.
Best regards
Angie
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.