0
votes
1answer
12 views
Get all 404s to work on IIS6
I've followed advice on how to setup 404s by:
http://www.andornot.com/about/developerblog/archive/2009%5F10%5F01%5Farchive.aspx
and related:
…
1
vote
1answer
21 views
mvc 1.0 doesnt work on IIS6
Hello
I have a strange problem with my MVC 1.0 application that I published on IIS6. When I try to surf to the pages no routes match and I get page not found.
I have installed 3.5sp1 on the …
0
votes
1answer
8 views
Scripts for IIS 6.0
Hi all,
I have win2003r2 and iis6.0, and web applications in .NET.
any good samples of scripts in BAT, .cmd, .VBS, or powershell for:
create website
verify if exists website
delete website
create …
0
votes
1answer
74 views
ASP.NET MVC global redirect
Most of our projects are short term and of a promotional nature. As a result, our clients often want to put up some sort of "end of program" or "expired" page when the promotion is over. How do I do a …
1
vote
7answers
362 views
Looking for real-time web server analytics package
I am the programmer for the Education department at a county hospital. I would like to be able to see some real-time stats on an IIS6 web server that is only accessible in-house. I'm looking for …
1
vote
2answers
30 views
How can I deploy Asp.Net MVC 2 Beta in IIS6?
I am getting 403 error when publish an Asp.Net MVC app to IIS6. Any clue?
0
votes
2answers
36 views
IIS6 javascript routing issues
Hi all,
I currently have the following within my view
function loadData() {
var url = "/Testx.mvc/GetData";
var id = "111111";
var format = "html";
$.ajax({
url: url,
…
0
votes
4answers
22 views
How do I debug a 500 Internal Server Error on IIS 6.0 managed by Plesk (running ASP classic)?
I have read pretty much EVERY blog post, article and help document published regarding this problem and they have not helped. The most common suggestions are:
Internet Explorer -> Tools Menu -> …
0
votes
0answers
4 views
How do I call a vbs script from INNO Setup Script with cscript and vbs arguments
The following is a entry I'm using to attempt to create a virtual directory in IIS 6
[Run]
Filename: {tmp}\cscript.exe mkvirtdir.vbs; Parameters: "-c LocalHost -w ""Default Web Site"" -v …
0
votes
4answers
36 views
ASP.net MVC HttpException strange file not found
I'm running asp.net MVC site on IIS6 - I've edited my routing to look like the following:
routes.MapRoute(
"Default",
…
0
votes
2answers
9 views
WCF Syndication Service not found in II6
I have a WCF Syndication Service that works fine when run locally on Windows Vista or Windows 7, but when it is deployed to a Windows 2003 Server, it gets a 404 (Resource cannot be found).
Non-REST …
0
votes
2answers
35 views
Run ASP.NET application as Default Web Site on dev machine
I am trying to run my ASP.NET Web Application Project in my Local IIS Web Server instead of using the Visual Studio Development Server. It seems to only allow me to run my application in a Virtual …
0
votes
4answers
162 views
Is there a way for IIS6 to do http and https together in the same site?
The site needs to be accessible both from HTTP and HTTPS (in case the client wants the form submissions to be secure or not)
The site is hosted in IIS6 and ideally I'd like to be able to just have …
1
vote
2answers
22 views
Need to find Default Web Site’s Home Directory in IIS
Hi,
My InstallShield installer needs to install a file in the IIS Default Web Site's Home Directory, and set it to the default web page.
Unfortunately, in our environments, I can't assume that the …
0
votes
1answer
15 views
how to debug asp server-side script using MS script debugger
how to debug asp server-side script using MS script debugger.
