2
votes
Asp.net multilingual web application - localization
Have you looked into the localization support in ASP.NET? It uses resource assemblies and sets the default resource based on the browser's settings. You can also override the setting by setting t …
1
vote
How to customize publication in ASP.NET?
You might look to see if the IIS Web Deployment Tool fits your scenario; it allows you to publish …
0
votes
To Host Silverlight Application on a Classic ASP page
You can probably do what you want via the initParams parameter, at least as far as sending data from the page to the Silverlight app at load time. If you're setting it from the server, you can jus …
