|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS Problem with redirects
Maybe you can help me with that problem i have where where users sometimes can get to an internal website i have in iis and other times it just skips going to that website and instead goes to my "Default Web Site" in IIS. We have about 6 users who use the internal website and to get out of the problem they have to restart their computers.
I am using IIS 5.0 on windows 2k server Any help would be gratefully appreciated. |
|
#2
|
||||
|
||||
|
Weird. Maybe the page is somehow cached on the client.
Try this at the top of your page to avoid caching: Code:
Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 Let me know if that works
__________________
................... ASCII and ye shall receive .................. Knowledge is the only resource on earth that multiplies when shared Support the Shemzilla Project Powered by C# |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > IIS Problem with redirects |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|