0
votes
0answers
7 views
file upload in flex when IIS is set to ‘integrated windows authentication’
Hello,
I have a flex app that allows the user to upload a file. The flex side uses the FileReference.upload method that goes to an .aspx page that handles the upload. It works only intermittently …
0
votes
0answers
5 views
Get IIS Web App identifier programmatically
I'm trying to use adsutil in an installation script of a web app I am installing on IIS 6.0 to set access control. There is a command that works as follows:
adsutil.vbs set w3svc/1/root/Authflags 4
…
0
votes
1answer
13 views
Intelligencia UrlRewriter.NET not working properly on IIS 6?
I'm having an issue getting the following syntax to work:
<rewriter>
<!-- This does NOTHING -->
<if url="whywontthiswork\.aspx" rewrite="/default.aspx" />
<!-- This …
0
votes
1answer
11 views
ASP.NET Webapplication unavailable on Live Environment - How to troubleshoot
I have a asp.net 3.5 web application which is deployed on server 2003 and IIS 6. After running fine for a few weeks it goes "Down" and by down I mean that when I try and access it the browser looks …
1
vote
2answers
23 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
37 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
3answers
17 views
Where can I find management scripts for IIS 6.0?
I'm running Windows 2003 R2 and IIS 6.0 with web applications written in ASP.NET.
I am looking for good samples of scripts (.bat, .cmd, .VBS, or powershell) to allow me to:
For websites:
Create …
1
vote
2answers
34 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
4answers
30 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
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
0answers
8 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
42 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
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 …
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
17 views
how to debug asp server-side script using MS script debugger
how to debug asp server-side script using MS script debugger.
