0
votes
1answer
17 views
Url Rewriter works on localhost but not on production server
I've gotten URLRewriter to work on my localhot perfectly, but on production I get 404 errors.
I'm using IIS 6, and from what I read this should just work.
Here is what i have in my web.config:
…
0
votes
1answer
49 views
ASP.NET processing abruptly stopped on IIS 6.0
Hi there
we noticed a rather strange behavior on one of our web applications. When debugging it on a local developer workstation, everything is processed fine (using Cassini Developement Webserver). …
1
vote
1answer
17 views
Calling IIS AppPool from SQL Server Job (2005)
Hi Folks,
I was wondering if it’s possible to make a call to an IIS AppPool from a SQL Server Job (2005).
I am basically looking to have a job monitor a table for an event and if a condition is fired …
0
votes
3answers
39 views
Memory uses by aspnet_wp.exe
Hello friends!
I am having an asp.net 2.0 web application running from Visual studio 2005. The initial memory consumption for aspnet_wp.exe is about 2K. As i navigate different pages having GridView …
0
votes
1answer
14 views
Asp.net with iis6/gzip : can a dynamic page send back its content without compression ?
When gzip is activated in an IIS6 website for dynamic content (aspx pages) : it seems it compress all responses.
Is there a way to exclude just a page ?
From best to worst solutions :
by adding a …
0
votes
1answer
24 views
Using ISAPI Rewrite 3 & ASP.Net MVC?
I'm using ISAPI Rewrite3 on IIS6 for two Virtual Directories at the moment that contain Wordpress.
I need to setup some rules at the root of the site to redirect old urls to new urls:
i.e.
…
0
votes
4answers
40 views
IIS Log files for asp.net website
Hi,
I am testing asp.net website and for that i have turned logging on at IIS6.0.
Following are the observation during testing
Each links,png images, MS Chart and css files has been request …
0
votes
1answer
35 views
Can’t get anonymous access to website
Hi,
I have already asked this question on ServerFault however I got very minimal replies....one to be exact.
I need this issue resolved ASAP hence why I am asking on here aswell. I have a server …
0
votes
4answers
25 views
IIS 6 ignores Web.config authorization settings
Context:
IIS 6 on Windows 2003 Server
ASP.NET 3.5 sp1
C# Web Application running from a virtual directory
There are a few files that I would like not to serve. For example, there's a …
0
votes
0answers
56 views
Windows Authentication in a COM object called from ASP.NET
I have a COM object written in Delphi, which uses Active Directory Services to return the current logged on user. This is the code I use :
var
SysInfo : IADsWinNTSystemInfo;
begin
SysInfo := …
3
votes
4answers
68 views
How do you globally modify page output sent from IIS without modifying the page source?
A couple sites of mine recently got "hacked". Someone was able to add a line of JavaScript to the bottom of every page on the site.
The server is a Windows Server 2003, and has Cold Fusion 8 and …
0
votes
3answers
24 views
.NET Framework 3.5, Assembly Binding Logging
I am getting the following error:
Could not load file or assembly 'System.Web.DynamicData, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system …
0
votes
2answers
20 views
How do you work out the IIS Virtual Path for an application?
When I try to change the ASP.NET version to v4 on IIS 6, I receive the following warning:
Changing the Framework version requires a restart of the W3SVC service. Alternatively, you can change the …
0
votes
1answer
20 views
C# Get a List of Website IPs in IIS (6+)
Hi all,
I'm writing a utility console application which I would like to be able to give me a list of IIS website IPs so I can compare them to the list of IPs of the server. We have close to 40 server …
0
votes
3answers
26 views
Path ‘PROPFIND’ is forbidden?
I am receiving the following error but can't seem to make sense out of it within the context that it's happening:
Message
Path 'PROPFIND' is forbidden.
StackTrace
at …
