iis5

I see "Server Application Unavailable" with IIS 5.1

I shared maximum permissions there and there nothing in the log. I can't understand where this error comes from. ...

How can I access the CFFileServlet directory on a ColdFusion Web Server using multisite.dll?

I am using the multisite.dll ISAPI filter (http://www.hairy-spider.com/post/Multisite.aspx) in order to develop on several websites simultaneously on my Windows XP Professional/IIS 5.1 workstation. I am developing both HTML and ColdFusion websites. On the ColdFusion websites, when I use CFIMAGE to create an image in memory - a CAPTCHA im...

SelfSSL issue - 2 secure sites running on same box with selfssl certificates

Hi, I'm pulling my hair out a little bit over an issue we're having on one of our project environment servers. I'm trying to run 2 different versions of our site, from 2 different code bases. The site has a secure and a non secure area. I can, as expected, create as many non secure sites as I wish. The problem I'm having is that I ca...

one network two IIS web servers? will the switching occur?

if i have two IIS servers 5v on one network running winxp each hosting a separate site, the navigation between the sites is related by using response.redirect("~/site2") when button is clicked on site1. will this create any sort of chance of errors, like you are connected to server1 which does not have this page!! or will the other I...

foloow up question and what does this mean mail.yahoo.com

a follow up to the question http://stackoverflow.com/questions/3262328/how-to-step-up-my-site-like-this conclusion use clusters if load increases, distributing website is a bad idea okay so what does this mean clusters or distribution?? mail.yahoo.com a separate computer which asks as a hosting for mail side of yahoo right? images...

get AppFriendlyName of currently executing web page in global.asa ?

Hello, I need to get access to the AppFriendlyName of a IIS application in the global.asa Application_Start event (classic ASP) I am looking for the equivalent of HttpContext.Current.Request.ApplicationPath in the global.asax (ASP.NET) Is there a way to do that ? Thanks for your help ! Jerome Wagner ...

Global.asax does not map to Controller Action except for default in ASP.Net MVC2 on IIS5.1

I am a complete newbie, I have the default to be HomeController->Index When I hit, http: / /localhost /SampleApplication It goes to the index but I have another action "Process" in HomeController.If I hit http://localhost/SampleApplication/Home/Process returns resource not found. I am unable to get this in Visual Studio execute/Dev ...

How to copy iis property settings from one server to another

I just needed to copy the Default Website Property settings everytime a new test server is to be set up. It is tedious to compare and do that manually everytime and there is a chance of mistakes. I know we can use the Web Deployment Tool to sync websites between a local and remote IIS server. But all I need is copying the iis settings a...

Is it ok to store a solution inside inetpub?

One of the other developers at my company wrote a .NET 2.0 web site. He stores everything...solution, project, source...everything inside of "inetpub\AppName" (the IIS share). I have never seen this done before. In fact I'm kinda surprised the website loads up in a browser. Are there any disadvantages to doing this over say...storing...

Hosting WCF service in IIS

I am trying to host the service in IIS but I get Page Not found error. Here is what I did to host in IIS Created a WCF Service application (BillingService) I have two classes called IBillSrv.cs (as Base) and BillSrvc.cs Added a new WCFService website (BillSrvcSite) to the solution and added a reference to the above mentioned (BillingS...

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 Server 2003 is Creating a Wildcard Script Map of * and pointing that to: c:\windows\microsoft.net\framework\v4.0.30319\aspnet_isapi.dll I ...

Any Classic ASP gotchas from Win2k3/IIS6 down to Win2k/IIS5?

I've got the undoubted joy of having to put a very simple 'classic ASP' internal website on to a Windows 2000 server (which I believe will be running IIS 5). I won't have access to this server until the weekend, and all of the original development & testing of this website was all done on IIS 6/Windows 2003. The website is incredibly ...

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 ideas??? ...

Determine protocol for website

I'm using IIS 6. I need to determine whether a certain site is running under http or https. I tried extracting all of the properties using 'DirectoryEntry' from: IIS://localhost/W3SVC/1 (1 is the site id in this example) The following are the results. If anyone knows of any other way of determining IIS6 protocol type programmatically, ...

SL4 HttpPollingDuplex binding in IIS5.1

I am trying to add a http polling duplex service into my website. I am using IIS5.1 on Windows XP. When I add reference to the System.ServiceModel.PollingDuplex.dll (ver 4), VS gives me this warning: "System.ServiceModel.PollingDuplex.dll", or one of its dependencies, requires a later version of the .NET framework than the one specifie...

Classic ASP on Localhost, no form data?

I have a really odd situation going on on my local PC that I can not seems to resolve. Recently I have been contacted to extend a classic ASP website that I wrote a few years back. I unpacked the code into a sub folder of wwwroot on my current machine running XP pro. It has never had any classic ASP sites running on it. I set up IIS and...

IIS doesn't start. Error code: C0000142

My site worked perfectly fine. When I restarted IIS (for some scenarios check) - It stopped working, and gave me a page telling me to check the event viewer, there I get the following error: aspnet_wp.exe could not be started. The error code for the failure is C0000142. This error can be caused when the worker process account has ins...

Using webclient to create asmx or config will cause "The remote server returned an error:(403) Forbidden"

I don't understand why I can't create n test.asmx/test.config file but I could make test.dll or any other file extention using the same codes below: WebClient webClient = new WebClient(); string data = "upload data using webclient."; Stream stream = webClient.OpenWrite("http://152.226.152.162/rightfolder/test.asmx", "PUT"); ...

IIS can not see database server, but it's visible from visual studio development server! Why?

I am using net 3.5 web services that use sql server 6.5 running on windows NT. Once again don't ask me why :) Problem appears when I deploy webservice on my local IIS 5.0 I use ABSOLUTLY the same connection string in both casses. I even caugth the string in break points when webservice is ran from IIS and when it's ran from visual stud...

Publish Error- VS 2010- Configuration File Changed?

I am publishing a web page to a local server through VS2010- I haven't published anything new in a couple days and I haven't made any config changes(I think). I have been following my same process for 4-5 months. Publish shows as succeeded, and my hosted directory on the local machine is showing my changes(I can also debug in VS w/o iss...