iis5

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 know why it's killing it. As for the thread, i can assert it has at least 40 min of execution before dying, but it suddenly dies around 5 min...

Why can't I attach the debugger?

I'm using Visual Studio 2008 SP1 and trying to debug a website created in ASP Classic. I have read numerous tutorials, however nothing seems to be working (PEBKAC?). I have enabled server-side debugging in IIS and am attaching the debugger to dllhost.exe. When I open my page in Google Chrome, set breakpoints and set VS to debug, nothing ...

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 basically they get authenticated to using my coldfusion application ? Any pointers would be greatly appreciated. Thanks :) ...

How do you configure IIS5 advanced settings from command line?

I am trying to automate some of the build process for my asp.net apps by creating the virtual directories it needs and setting all their settings in a batch file. So far I have been able to figure out how to create virtual directories, but how to do you configure them beyond that? For example I need to be able to set them as an applicat...

Section or group name 'cachingConfiguration' is already defined - but where?

On Windows XP I am working on a .NET 3.5 web app that's a combination of WebForms and MVC2 (The WebForms parts are legacy, and being migrated to MVC). When I run this from VS2008 using the ASP.NET web server everything works as expected. However, when I host the app in IIS and try to use it, I see the following error Section or group n...

Asp.net 3.5 Deployment issue

For deploying my website in server by using IIS 5.1,,i created virtual directory,,i browsed in to my application and selected asp.net 2.0 tab(application is framework3.5)..I reset framwork configuratio 2,0 Runtime security Policy Enterprise,Machine,User tab,,What ever things i can do i did Still also application is working properly,,but...

ASPNETDB and ASPSTATE database. How to change the connectionstrings?

I have two ASP-specific SQL Server databases 1) ASPState - To store session state 2) ASPNETDB - To store Security/Role stuff. In my web.config, I am specifying the connection string used to identify the location of the APState database: <sessionState mode="SQLServer" sqlConnectionString="server=(local)\sql2008b;uid=sa;pwd=iainttellin...

Clean url in IIS 5.0

Hai Thanks for everything. I have successfully implemented clean URL in local. Very nice site. Now my objective is to create a clean URL web site in PHP Microsoft IIS 5.0, I know this in Apache. But I don't know how this on IIS. Does any one give me a solution? ...

unable to start debugging on the web server an authentication error occured while communicating with the server - VS2008 + IIS5.1

It seems lots of people are having the same problem, but with different error messages. the error message I get is... "unable to start debugging on the web server an authentication error occured while communicating with the server" there is a great link from MS detailing every other debugging error message except my one - http://msdn....

IIS: How do I log non-ASPX 404s?

I have a lot of broken links that are not being logged. Is there a way to setup IIS to send them through ASP.NET so that my normal 404 logging routine catches them? ...

Deploying a Hello Word 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 works when I deploy locally, I am getting the following error after deploying to a remote web...

Why is Visual Studio appending "_1" to my website virtual directory?

I open a solution containing a website project named "Student" in Visual Studio. It adds a virtual directory to IIS named "Student_1" even though there is no virtual directory named "Student". Any idea why Visual Studio is doing this? ...

Silverlight and IIS5 on XP

Besides modifying IIS to serve XAML extensions is there anything else that I need to do to allow IIS5 to server Silverlight pages? Do I actually need to run some Silverlight setup on the IIS5 web server or are all the setups intended for development machines and /or machines that end up consuming/browsing Silverlight pages? ...

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 from another computer tries to view the same page, access is denied. Is there any way to c...

How could ASP server-side code corrupt a smart quote ’ ?

My company just converted many columns from varchar to nvarchar. Now it seems that when we render a smart quote (i.e. ALT+0146 ’) to the screen and then send it back to the SQL Server 2000 database for persistence, the smart quote gets corrupted to - ’ -. My Question: How could ASP server-side code corrupt a smart quote ’ ? EDI...

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 one thing, it's this. EDIT: MSDN offered that for IIS 5.0 and earlier, Response.CodePag...

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

Running asp.net 4.0 with IIS 5.1

Can we use asp.net 4.0 with IIS 5.1? ...

Debug ASp.NET MVC with IIS5 in Visual Studio 2008

Hello, 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 party provider and would like to know what I am getting back from the 3rd party. Ri...

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 'first' on dbserver1 button B ---- connect to 'table1' of db 'second' on dbsever2 questi...