Tagged Questions
The iis5 tag has no wiki summary.
29
votes
4answers
24k views
Deploy ASP.NET MVC on IIS 5.1 (Windows XP)
OK, deploying ASP.NET MVC seems to be painful. I want to deploy my ASP.NET MVC application on Windows XP (IIS 5.1), but can't seem to find how to do it. When I type the application name into the web ...
21
votes
15answers
1k views
How to know who kills my threads
I got a thread that is just banishing.. i'd like to know who is killing my thread and why.
It occurs to me my thread is being killed by the OS, but i'd like to confirm this and if possible to ...
13
votes
5answers
19k views
Upgrading IIS 5.1 To IIS 6 on Windows XP
Is it possible to update IIS on Windows XP from 5.1 to 6?
If so how?
Thanks.
8
votes
4answers
6k views
ASP.NET MVC in a virtual directory
I have the following in my Global.asax.cs
routes.MapRoute(
"Arrival",
"{partnerID}",
new { controller = "Search", action = "Index", partnerID="1000" }
);
routes.MapRoute(
"Default",
...
6
votes
3answers
2k views
6
votes
1answer
10k views
mmc could not create the snap in error when launching internet information services
I am getting this error when trying to run internet information services on a Virtual Machine running windows XP. Anyone have any idea?
5
votes
1answer
899 views
What is the effect of <authentication mode=“windows”> in versions of IIS?
I am wondering what the effect of setting <authentication mode="windows"> in the web.config is in different version of IIS.
I believe that in IIS 5, it has little to no effect, as all of that ...
5
votes
4answers
5k views
Process start and Impersonation
I have problem with starting processes in impersonated context in ASP.NET 2.0.
I am starting new Process in my web service code. IIS 5.1, .NET 2.0
[WebMethod]
public string HelloWorld()
{
string ...
4
votes
3answers
73 views
Why is my PostBack occurring before my jQuery click event?
I'm fairly new to jQuery, but I have some links on my page which should toggle sections of the form visible when clicked, or if javascript is disabled it does a full postback to toggle those sections
...
4
votes
7answers
941 views
How to reduce the need for IISRESET for developing ASP.NET web app in IIS 5.1
I have a web application project on my dev PC running WinXP and hence IIS 5.1. The changes I'm making to this site seem to "take effect" only after I do IISRESET. That is, I make a source change, ...
3
votes
2answers
122 views
c# binding error in WCF
I am getting the following error when trying to access a WCF service.
Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered ...
3
votes
2answers
211 views
IIS 5.1 on XP Classic ASP appears to be in single threaded mode
I do'nt have script debugging enabled on IIS 5.1 on XP, but the Classic ASP applications appear to be running in single threaded mode. One page must finish loading before another can load.
Any ...
3
votes
1answer
255 views
single sign on using coldfusion with IIS version 5 using NTLM
Hi can anybody direct me on this and how does this get setup. I basically have an application that I want users to be automatically logged into when logging in windows using there id and password so ...
3
votes
5answers
5k views
How do I properly setup IIS5's SMTP service to send email from my development environment?
I am trying to send email from an ASP.NET web application using the SmtpClient class. So far I have granted relay access to 127.0.0.1. I am trying to send test emails to my gmail account. The EML ...
3
votes
1answer
2k views
Can I automate creating a .NET web application / virtual directory in IIS 5?
I asked this http://stackoverflow.com/questions/313877/can-i-automate-creating-a-net-web-application-in-iis a little ago, and got solutions for IIS 6 and IIS 7:
IIS6 : iisweb /create C:\Rome "My
...
3
votes
4answers
9k views
ASP.NET 2.0 Application on IIS 5 Resulting in Error (aspnet_wp.exe (PID: XXXX) stopped unexpectedly.)
After hosting an ASP.NET 2.0 web application on a windows 2000 server(IIS 5).
I was unable to browse the web site.
The following error message was displayed on the browser and three Event Log entries ...
2
votes
1answer
77 views
PageMethod 404 only on deployed website under XP/IIS 5.1. What security settings should I be aware of?
Been trouble-shooting this for a few days now and have basically run dry of leads.
Here's the code:
[WebMethod]
public static bool EnableEditMode()
{
bool successful = false;
try
{
...
2
votes
0answers
60 views
UTF8 filename failing in IIS
I have an element in a web page containing a UTF-8 encoded filename URL
<A HREF='http://server/site/%E8%A8%82%E8%B2%A8%E6%97%A5%E7%B5%90%E5%A4%B1%E6%95%97.txt'>訂貨日結失敗.txt</A>
This returns a ...
2
votes
1answer
117 views
My asp.net 1.1 site will not refresh
I have an ASP.NET 1.1 site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the ...
2
votes
1answer
175 views
Page not found error while hosting ASP.NET MVC on iis 5
I am trying to host ASP.NET MVC on iis 5. I have tried adding wild card mapping. but is not working. I had hosted this before, but now i don't remember the settings that i need to do to host the same ...
2
votes
2answers
107 views
php with oracle on IIS
yep, it sounds like an unholy alliance but I need to configure how to do it...
for starters I have on my PC installed Oracles PL/SQL environment, with latest client (11g, I think) ... I can work in ...
2
votes
1answer
33 views
Definition of Connection
Does anyone know what constitutes an official connection to a workstation? I have a reasonably small scale operation where I am using a WORKSTATION, not server, as a server. For the most part, it ...
2
votes
2answers
1k views
Running MVC2 Application on IIS 5.2
I recently created an MVC2 application. I am having trouble bringing it up on a Windows 2003 Server running IIS 5.2. My developing machine is Server 2008, so no problems there.
Changes I made on ...
2
votes
3answers
1k views
ASP.NET MVC project won't start under IIS 5.1 on Windows XP SP3
I've a ASP.NET MVC 2 project that runs fine under Windows 7 and will start on Windows XP if I use the Visual Studio Development Server, however, starting under IIS generates an error:
Unable to start ...
2
votes
1answer
156 views
i am getting this error failed to execute request because the app-domain could not be created on IIS 5.1 win XP
i am getting this error "failed to execute request because the app-domain could not be created" on IIS 5.1 win XP
any ideas? i tried looking online....i put my .net application in the INETPUB folder
2
votes
1answer
297 views
Cannot enable server side includes in IIS5
I am trying to enable server side includes in some plain html files. I need help enabling ssi via IIS on the localhost. I am running XP Pro, and using both ie8 and firefox to test the files.
Thanks ...
2
votes
4answers
530 views
How can I expose a WCF Service in a Virtual Directory w/o Forms Authentication?
My group builds internally hosted ASP.NET MVC websites with forms-authentication.
I'd like to host a WCF service in the same virtual directory as an ASP.NET MVC website.
My Question:
How do I ...
2
votes
2answers
1k views
How can I deploy MVC App on IIS 5.1?
I want to deploy an MVC application on IIS 5.1. I am using MVC 2.
How can I do so? It seems bit difficult?
regards,
Kaps
2
votes
1answer
77 views
How do I get FubuMVC to work on WinXP with IIS 5.1?
How do I get FubuMVC to work on WinXP with IIS 5.1?
2
votes
4answers
1k views
Uploading in ASP to IIS 5.1
First - I know XP isn't great at hosting, but as the site is only for my personal use, and I already have an XP licence, that's what I'm using...
I'm using the pure asp upload script from link text ...
2
votes
4answers
264 views
Classic ASP
i have several development sites on my wix xp laptop (all classic asp). Doe anyone know why i need to type localhost/site/default.asp (i keep getting a 405 error on iis 5.1) and not just ...
2
votes
6answers
2k views
Installing .NET 3.5 on a server with .NET 2.0 applications
I would like to upgrade my web projects on an IIS 5 server from .NET 2.0 to .NET 3.5. These web applications live on a server with other web applications that will not be upgraded to .NET 3.5. The ...
2
votes
5answers
8k views
ASPNET user does not have write access to Temporary ASP.NET Files
When I run my Visual Studio 2008 ASP.NET project (start without Debugging) on my XP Professional box, I get the following error:
System.Web.HttpException: The current identity (machinename\ASPNET) ...
2
votes
4answers
2k views
Am I turning away customers by disabling SSL 2.0 and PCT 1.0 in IIS5?
Do I risk losing sales by disabling SSL 2.0 and PCT 1.0 in IIS5?
Clarification: Sales would be lost by client not being able to connect via SSL to complete ecommerce transaction because SSL 2.0 or ...
1
vote
0answers
84 views
How to fix access forbidden error in Windows XP IIS?
ASP .NET MVC2 application is installed in Windows XP , IIS 5.1 .
After opening several pages or pressing F5 file requests like
GET http://1.1.1.1:81/apps/Scripts/jquery.form.js HTTP/1.1
Accept: ...
1
vote
0answers
100 views
WATIN-Run script Problem in IIS
I am using watin framwork. I have wrote code ie.Runscript('newnote()'); Its running in my pc IIS success. This code also runnign with client visual studio 2008 with success but failed with client IIS. ...
1
vote
0answers
63 views
PHP SoapClient class not found error on IIS 5
This is enabled in the php.ini file, but phpinfo() is not showing any Soap details.
Checked:
Editing the correct php.ini - verified with phpinfo()
Enabled soap in php.ini (uncommented DLL)
DLL ...
1
vote
0answers
80 views
application to start stop website on IIS 5.1
I'm trying to write two application to start and stop web sites in IIS 5.1, and webSites and applications pull in IIS 7.5. For IIS 7.5 I know that is Microsoft.Web.Administration where are method for ...
1
vote
3answers
77 views
Deploying a web application on the IIS 5
I am in the process of deploying a web application on IIS5 on my server which runs windows XP.So when i run my application in visual studio its perfect.But when i deployed it into IIS it throws me an ...
1
vote
4answers
187 views
Permissions issue when accessing Active Directory from an ASP.NET web app?
I just joined a company to support a web app that no one knows anything about. Everyone who might have once known is gone.
The app is using a dll (I only have the binary) which is used to get a ...
1
vote
3answers
759 views
Visual Studio 2010 and IIS 5.1 debugging issue
I am using Visual Studio 2010 with IIS 5.1 but unable to debug my website.
The error is:
Unable to start debugging on the web server. The web server is not configured correctly. See help for ...
1
vote
3answers
536 views
IIS5 - ODBC - Data source name not found and no default driver specified
I’ve got some problem using an ODBC connection with IIS.
Here is my config :
IIS 5 on Windows XP
ASP.NET 2.0
Oracle 9
VS 2005
When I try too use my web application on IIS, I’ve got the following ...
1
vote
3answers
882 views
Virtual Directory root vs Default web site root
I am using iis 5.1 in which we have only only one default website,
I have two projects v2 and v3
my website points to v2 projects and have some folders images, styles etc
now i have a virtual ...
1
vote
1answer
235 views
Visual Studio Web Deployment project breaks ASPNET account permissions
I have built an ASP.NET web application with Visual Studio 2008 and target framework version 2.0. I have created a Web Setup project to deploy this at multiple target OSes.
For the setup project, I ...
1
vote
1answer
312 views
Why do inetinfo.exe, dllhost.exe and aspnet_wp.exe all start under debugger on themselves and I can't attach to either?
I'm trying to debug an ASP.NET application. I've created a virtual directory in IIS, copied all the binaries and web.config there. When I pass request from the client program running on the same ...
1
vote
0answers
204 views
IIS 5 Content type - Error
IIS5, Windows 2000. ASP.Net 1.1
Virtual Directory, NTFS, Read Permissions, under the web-directory there is sub-directory that contains PPT and DOC files. The asp.net code sends these PPT and DOC ...
1
vote
1answer
317 views
What is debugattach.aspx and why can't the server find it?
I'm developing on an XP (SP3) machine with VS 2010 and IIS 5.
I have two versions of the same site. We've released our first production version, so I forked the code into a new directory tree, and ...
1
vote
3answers
504 views
Deploying MVC2 to IIS5 or 6
I have whatever version of IIS comes with 2003 I think. In the help > about it says
Internet Information Services (IIS)
Manager
Microsoft Corporation
This snap-in administers the Microsoft Internet ...
1
vote
2answers
585 views
changing aspnet user to the domain user to access iis
I'm running IIS5.0 and I am trying to change the ASP.NET process account to my domain user account.
I have followed everything possible here.
When I browse the .svc file (this is a wcf service) I am ...
1
vote
3answers
201 views
ASP.NET HttpModule, strange behaviour when using Response.Write to the current context
I'm trying to understand why this very simple HttpModule fails. The code is a precursor to a simple HttpUrlRewriter that I need to develop for a test project.
It appears that whenever I test the ...