1
vote
3answers
33 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 C …
0
votes
2answers
19 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 System.Web.Ht …
0
votes
0answers
19 views
the element ‘transport’ cannot contain child element ‘extendedProtectionPolicy’ because the parent element’s content model is empty
I inherited a web application that makes calls to a web service. It is being developed in VS2008 SP1 and deployed to IIS6 (2k3 Server R2).
Since I upgraded to Windows 7 Enterprise …
1
vote
1answer
17 views
app pool settings kill threads but keep settings
.net 2.0 aspx app / IIS6 creating a silly number of threads in w3wp.exe process app pool.
The app has been isolated to its own app pool with the following settings:
RECYCLING
r …
0
votes
2answers
41 views
Changed a page from ASPX to HTM(L) but IIS points to ASPX regardless
We recently rewrote our company homepage and have come across a peculiar error. We have very few pages that need any code behind them, so we wrote the website in static HTML serve …
0
votes
2answers
25 views
IIS 6 Logs M.I.A.
I'm trying to find my IIS log files and I seem to be having a problem.
First off I've gone into IIS and right clicked on the site in question and selected properties...
Under the …
2
votes
2answers
55 views
IIS6 Running a ASP.NET Virtual Dir under a classic ASP Website
I want to create an ASP.NET virtual dir below a classic ASP WebSite.
The structure looks like the following.
IIS
Web Sites
Classic ASP Website
ASP.NET 2.0 Website (Virtual D …
0
votes
1answer
24 views
how to use gzip in classic ASP
Dear experts,
I would like to use GZIP compression in classic ASP.I don't know the code for the same.Please help me what line of code should i put to use GZIP compression in class …
0
votes
1answer
23 views
system() not working in php using windows server 2003
hi
i have to extract the cabfile(.cab) on the server.
i am Finding such script which extract cab file but i didn't get it yet.
So now i am try to extract using cabarc.exe.
But i fa …
0
votes
0answers
25 views
Creat AppPool and virtual directory on a remote server using Powershell
How do I creat AppPool and virtual directory on a remote server using Powershell on iis6
0
votes
4answers
59 views
Does a 64-bit CruiseControl.NET exist?
Does a 64-bit CruiseControl.NET exist or do I need to install the 32-bit version? Our CI server is Server2003 64-bit. Currently I have been testing on WinXP Pro and no problems.
I …
0
votes
0answers
54 views
Aspnet_wp at 100% cpu, but what website? [closed]
I have a problem on one webserver (IIS6) where aspnet_wp is using 100% cpu. There are several websites on this server. But how do I tell what website is causing the problem? The si …
1
vote
2answers
51 views
Want to use index.html from mvc
When I loaded up my new website I have some of it using MVC and the other half using static pages.
The first page should be index.html
However when I go to http://domain, it goes …
0
votes
3answers
26 views
asp.net iis metabase doesn’t return all sites
Hi,
I use code like the following in ASP.Net to enumerate the websites in IIS:
string metabasePath = "IIS://localhost/W3SVC";
DirectoryEntry service = new DirectoryEntry(metabase …
0
votes
1answer
69 views
Socket transport “ssl” in PHP not enabled
I'm having trouble enabling the socket transport "ssl" in PHP. When I run my script, I get the error:
Warning: fsockopen()
[function.fsockopen]: unable to
connect to ssl:/ …
