1
vote
2answers
25 views
WCF service returns HTTP 400, but only when Content-Type is set to “text/xml” or “text/json”
I'm truly stumped. I've tried every tool imaginable, checked every resource I can, and still can't make sense of this.
I have a WCF service designed to handle plain old XML reques …
0
votes
1answer
30 views
Mixing ASP.NET MVC into ASP.NET WebForms
For some reason my routing is ignoring any attempt to access my MVC pages and simply giving me 404s. I have a WebForms app set up like the following:
Virtual Directory: thing
S …
1
vote
2answers
29 views
Working with multiple branches in ASP .NET
I've seen several other posts similar to this (namely http://stackoverflow.com/questions/5237/solutions-for-working-with-multiple-branches-in-asp-net) but there are several issues …
1
vote
2answers
26 views
Using Subversion with IIS on a Windows Virtual Machine
I am thinking about installing subversion on a windows Virtual Machine that is hosted elsewhere and do not want to install apache.
Am I limited to access it using the svn: protoco …
0
votes
0answers
27 views
Receiving “Path ‘PUT’ is forbidden” for RESTful Web Service Built on ASP.Net MVC
We have a super RESTful web service running well on two dev machines and a test 2k3 server. We're trying to get the same service running on two other offsite dev boxes. Whenever …
2
votes
6answers
41 views
Is it possible to debug IIS without affecting all users of the service?
This may seem like a silly question, but we are having an issue debugging IIS in a shared test environment and I'm hoping that someone out there can give us an answer.
We have a W …
0
votes
1answer
21 views
solution for url rewriting on web iis server for php [closed]
I need to run url rewriting on web iis for php application .I m using mod_rewrite file for this but it does not work and page not found occured .Now I don't know what to do to res …
0
votes
3answers
28 views
ASP.NET Data Cache - preserve contents after app domain restart
I am using ASP.NET's data caching API. For example:
HttpRuntime.Cache.Insert(my_data, my_key);
Is there any way to configure cache so its contents are preserved when the App Dom …
2
votes
3answers
22 views
Cached image problem
Hey all.
Right, my problem is that I need to replace an image that appears on every page of a site, which is fine, the problem is I want every user to see the new image and not a …
0
votes
1answer
58 views
Why does HttpContext.Current.User.Identity.Name return the wrong username when used in a webpart?
In a Sharepoint web page I am having a problem identifying the logged in user!
The Masterpage contains a normal ootb control that displays the username
<%@ Register TagPrefix= …
0
votes
2answers
26 views
URL rewrite in IIS6 - Third party tools
I have collected the following api/sdk/whatever which provide modules for doing url rewriting in IIS 5/6/7. Some are free-open source and some require $.
I haven't tried any of th …
1
vote
0answers
17 views
IIS 6.0 new server
Thanks guys - I will check out serverfault - did not know about that site (I do mostly programming...)
0
votes
2answers
20 views
WCF windows authentication with IIS and Application Pool
I have a WCF Server running on IIS 6 using a application pool with a custom identity
right now the I looked on the web for two days and I can't find the exact answer to my problem …
1
vote
0answers
19 views
MS Stack web host with HIPAA expertice?
I'm a consultant, helping a provider of small medical practice management software move to the web. We're looking for a host that has experience with HIPAA-compliance, and supports …
1
vote
3answers
29 views
How to Identify that IIS Restarted?
In my application I save some data related to the users sessions in the database. When the user logoff I cleanup all his session data from the database. So far, so good.
But, when …
