iis-express
Executing WatiN integration tests for a .NET web application
Say I wanted to have a test-server which automatically picks up the latest build (from the build server) and executes all the integration tests in that build.[详细]
2023-03-06 03:44 分类:问答Microsoft Webmatrix - Pool User
I know that WebMatrix does not have Pool concepts, but 开发者_如何转开发can I put my WebSite in Webmatrix to run in context of a specified User?WebMatrix uses IIS Express7.5 server and by default IIS[详细]
2023-03-05 16:15 分类:问答development setup for wcf with username security on VS2010 and IIS express
Here\'s the end game... I need a wcf service application with username/password security over ssl.Pretty basic stuff, but I\'m at my wit\'s end trying to make this work.I\'m trying to implement the HO[详细]
2023-03-05 13:51 分类:问答Custom binding element can't be loaded in WCF under IIS, however it can load under WCF Self-Host
I\'m able t开发者_运维技巧o run the WCF-SecureProfile sample that comes with the MSFT WCF samples download (http://msdn.microsoft.com/en-us/library/ee818238.aspx)[详细]
2023-03-05 02:29 分类:问答Force IIS Express to Classic Pipeline Mode
How can I force IIS Express to run at classic mode? And I nee开发者_高级运维d that this configuration stays with .csproj, once that this file that say that a project should be open with IIS Express.In[详细]
2023-03-04 16:33 分类:问答IIS Express with Website Project, how to use inside virtual directory?
My production environment have a root, and my virtual directory will be at /brazil folder inside the root.[详细]
2023-03-04 03:52 分类:问答Running multiple IIS Express instances on the same port through Visual Studio
I currently have sites configured in IIS Express for each of the applications I\'ve been working on. Each of them are set to run locally on ports 80 and 443, but have separate bindings (http://site1/[详细]
2023-03-03 18:39 分类:问答Using JRun 4 with IIS Express 7.5, is it possible?
Is there anyway configure IIS Express 7.5 to utilize JRun 4 for jsp pages? We are currently trying to get through rewriting our remaining Java Server Pages to ASP.NET but until this is completed, is[详细]
2023-03-01 19:25 分类:问答WebMatrix parse .html file as .asp
I have a file with .html extension that contain the: <!--#include virtual=\"filename\"--> directive and I\'m using Microsoft WebMatrix.When I run the web pages from WebMatrix the directive is[详细]
2023-02-28 13:35 分类:问答iisexpress: listen on external interface without modifying config file:
I want to run a WebService project with IISExpress and use the following command line to start it: iisexpress.exe /path:c:\\MyService /port:8000[详细]
2023-02-28 00:29 分类:问答