I got a problem migrating from VS.Net 2008 / MVC 1 to VS.NET 2010 (+C# 4.0) / MVC 2 The web.config has been updated, the site runs well in Cassini, but my problem now is deploying on IIS 6.
I\'ve never deployed a WCF service to IIS 6 before. I\'ve got a service that I\'m deploying to IIS 6 by using the default configuration as part of the WCF project. I since simplified the configuration
I want to know how to permanently remov开发者_Python百科e the aspnet_client folder under some of our websites in IIS.
I am working on a framework where .aspx and .master pages are embedded in an assembly, using VirtualPathProvider to route a url to a specific embedded resource.
I have a WCF service hosted as a Windows Service. The server hosting it is running IIS6. Every so often clients report a 503 Service Unavailab开发者_如何学编程le error. I can\'t see any problems on
for one of my customer\'s I implemented a site that displays a questionaire. The questions are pulled via JSONP from an MVC application running on a remote site.
I\'m having some strange problems with a site using .net 2.0 and IIS 6. The site uses resx files so it\'s localized in many languages. In some of those files we make changes to the resx and recompile,
My .net application worked fine until it was moved to a sharepoint server. THe error I am getting is \"Cannot find System.Web.DynamicData\" .
Ok, I don\'t know if this is possible.. Let me explain my situation. I currently have a DotNetNuke framework and I am trying to get off of it. Only way to get approved is to build a new framework tha
I am trying to create a PowerShell script that creates a new IIS 6 web site and sets things like App Pool, Wildcard application maps, ASP.NET version, etc.