I am hosting a site through godaddy.com and this is the link: http://floridaroadrunners.com/ and this is my web.config file:
I want to publish WCF Service Application created in Visual Studio 2010 on IIS开发者_运维百科 Express.
I have a few appSetting entries in my web.config. I have some different entries in web.Release.config that I would like to push to IIS(7) when
How do the guys like Google/Gmail/Facebook do incremental releases?For example, on the implementation side, what do the开发者_JAVA技巧y do to roll out features to a subset of customers?I can think of
I have a Java EE application that takes XML and applies XSLT to it to generate HTML. This process happens in a custom servlet. This is typically used to build portions of the content on certain web pa
We have a solution with multiple web projects, and there are some pages that should be present in several of them. So we\'d need some sort of a shared project which contains aspx files, and which can
First thing you should know is that this worked on Wednesday of last week and the VM has been has been rolled back to the Monday of last week.
In context of an ASP.NET Website project, is it possible to create a second location where DLLs will be picked up from, in addit开发者_JAVA技巧ion to the regular bin/ location and apart from the GAC?I
Is there any method or APIthat I can use so that whenever I deploy a new WAR file, a part of code should execute or perhaps when To开发者_如何转开发mcat starts, the respective servlet should start or
I have MVC2.0 web application and I need to make an exe installer to deploy the application and the DB on the customer\'s server.