Questions tagged [vs-devserver]

7 questions
26
votes
7 answers

Visual Studio Development Server using wrong port

Related to a previous issue that I thought was resolved and actually isn't... My Visual Studio 2008 installation may be a bit messed up, I think. When my ASP.NET project is set up to use VS Dev Server with a fixed port, I get the "Port in use"…
Shaul Behr
  • 36,951
  • 69
  • 249
  • 387
3
votes
2 answers

Active Directory authorization: IIS vs Visual Studio Dev server

I have a web project that uses Active Directory authorization (All controllers marked with AuthorizeAttribute). In web.config i have following authentification section:
Sergio
  • 6,900
  • 5
  • 31
  • 55
2
votes
0 answers

Script service returns 405 on VS dev server when using HttpContext.RewritePath()?

I seem to encounter a very specific problem, apologies for length of question. I have a script service physically residing at /somepath/service.asmx. I am using a url rewriting module (UrlRewritingNet v2.0) to rewrite calls from /service.asmx to my…
tsemer
  • 2,959
  • 3
  • 29
  • 26
1
vote
1 answer

Is it possible to host the clientaccesspolicy.xml file with the ASP.NET Development Server?

I have a solution with two service projects (one is hosting a unit test silverlight application and other is providing the services being tested). Because of cross-domain policy, I have to publish the primary service site to IIS before the unit…
1
vote
0 answers

Connection pooling works under Visual Studio 2010 DevServer but not in IIS

I have a Visual Studio 2010 web project that connects to a SQL Server database using the Entity Framework. When I run the 32 bit application via VS2010 it uses the Visual Studio Development Server. After running the application I use 'exec sp_who2'…
Phil Wright
  • 22,580
  • 14
  • 83
  • 137
0
votes
1 answer

How to make DevServer put all assemblies in one folder?

I need to config IIS-Express (or DevServer) to put all output assembly files in one place. Now DevServer copies each dll to its own folder like: C:\Users\UserName\AppData\Local\Temp\Temporary ASP.NET…
The Smallest
  • 5,713
  • 25
  • 38
0
votes
1 answer

VS Builtin web server sends images as octet-stream

I am debugging an ASP.NET website which has a lot of javascripts and images using Visual Studio 2008 development web server. One of the many scripts try to create an tag on the fly and supply it with a proper src attribute. However, none of…
chakrit
  • 61,017
  • 25
  • 133
  • 162