Search Results

0
votes
2answers
617 views

How do I stop IIS7 dropping my cookies?

I'm using Windows Vista x64 with SP1, and developing an ASP.NET app with IIS7 as the web server. I've got a problem where my cookies aren't "sticking" to the session, so I had a google and found th …
0
votes
1answer
25 views

How to add a filetype mapping to IIS 5 programmatically

I want to add .doc to my mapped file extensions in IIS 5.1 as part of my build script. Is there a script or some example code somewhere that I could include that would do this? …
-1
votes

How do I stop IIS7 dropping my cookies?

Hi Kevin, I'm using an Integrated app pool, and the max number of worker processes == 1. What's the significance of the underscore? Does it matter where in the URL it is (e.g. it matters if …
1
vote

IE6 security login (debugging via VirtualPC)

It sounds like you need to allow anonymous users. Can you connect from other machines on your network? Try changing your virtual directory's authentication settings, so that anonymous users …
0
votes

How to add a filetype mapping to IIS 5 programmatically

There's a script at http://www.iisfaq.com/Default.aspx?tabid=2792 that seems to work well. …