Hi folks, Although I have already page 'going' although I'm not sure if I have deployed correctly. I have followed some of the posts on this side regarding publishing and have a few questions. Please bear with me, I am new to Silverlight and web development in general and come from a WFP/desktop apps background: Currently I have placed the contents of the Debug folder (except the VS debug file) of my SliverlightApplication project in the root application folder of my Asp.net account account. This includes the xaml manifest, application dll, xap package and my hml host page. SliverlightApplication is the project which contains the Page.xaml source, created along side a SliverlightApplication.Web project in my Visual Studio Web Application solution. I know some people have followed this approach but wanted to double-check if this is proffered/correct before I dig in? It seems more appropriate that I should place my app content in the bin directory and activate the folder as a web app, but this does not work for me when I hit my site. I've tried looking in the knowledge base but found no specific info to Silverlight 2.0. Would be grateful if anybody could point me to a basic guide on the different ways I could deploy and structure my app, a deployment pattern? thanks in advance
no. you never put your code xaml, html in your bin directory nor do you create the bin directory as an application. The bin directory is a special directory that is 1 level below your web application and IIS will go there to look for compiled dlls.