Questions tagged [iis-5]

IIS (Internet Information Services) Version 5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows 2000.

IIS (Internet Information Services) Version 5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows 2000.

See for more information.

216 questions
0
votes
1 answer

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…
0
votes
5 answers

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…
P.Brian.Mackey
  • 43,228
  • 68
  • 238
  • 348
0
votes
1 answer

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…
prabhats.net
  • 444
  • 6
  • 17
0
votes
1 answer

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…
yeshvan
  • 11
  • 2
0
votes
1 answer

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

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…
Jerome WAGNER
  • 21,986
  • 8
  • 62
  • 77
0
votes
1 answer

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,…
user287745
  • 3,071
  • 10
  • 56
  • 99
0
votes
3 answers

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

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…
benwebdev
  • 1
  • 1
0
votes
2 answers

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.…
Eric Belair
  • 10,574
  • 13
  • 75
  • 116
0
votes
2 answers

I see "Server Application Unavailable" with IIS 5.1

alt text http://img822.imageshack.us/img822/2488/79392512.jpg I shared maximum permissions there and there nothing in the log. I can't understand where this error comes from.
cnd
  • 32,616
  • 62
  • 183
  • 313
0
votes
1 answer

how will webserver running IIS 5.0 handle multiple dbserver connections?

one websevers one website one page, three users clients two dbservers different databases on each using sql server 2005 server express when any of the client accessing the page from his computer clicks on button A ---- connect to 'table1' of db…
user287745
  • 3,071
  • 10
  • 56
  • 99
0
votes
1 answer

Debug ASp.NET MVC with IIS5 in Visual Studio 2008

I have been trying this for some time but could not figure out yet. Is there a way to choose IIS5 as the web server instead of the default Cassini which comes with Visual Studio 2008? I have web flow(request, response) from my web site to a 3rd…
fireBand
  • 947
  • 7
  • 23
  • 42
0
votes
2 answers

Test ASP.NET site locally with SSL on IIS 5.1

I need to test an ASP.NET site that requires SSL locally. I think IIS7 with the self-signing certs would do the trick, however, I am on XP. Any idea how I could test the site locally over https?
Ryan Lanciaux
  • 5,965
  • 2
  • 37
  • 49
0
votes
1 answer

Does IIS 5.0 Require Unique Configuration Settings To Support UTF-8?

[Note: I can only reproduce this issue with a Win2k web server running IIS 5.0. I can't reproduce this issue with a Windows XP web server (localhost) running IIS 5.1.] I've uncovered a lot of information pertinent to UTF-8 encoding. If I've learned…
Jim G.
  • 15,141
  • 22
  • 103
  • 166
0
votes
5 answers

How can I restrict the part of a website so that it can be viewed by only one computer at a time?

Using C# Visual Studio 2008 and SQL Server 2005. One database server. One webserver Three clients Webpage name is alpha. Site name is mysite. I want that only one client at a time can view the page alpha. If one is viewing the page and another…
user287745
  • 3,071
  • 10
  • 56
  • 99
0
votes
4 answers

Deploying a Hello World Silverlight app to IIS5, Win XP

Besides adding these File Types to IIS and installing the .NET framework 4.0 to the Web Server, what else do I need to do to get a Hello Word Silver Light web app to work? is there a separate Silverlight installation needed? Though the web site…
Chad
  • 23,658
  • 51
  • 191
  • 321