![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
Confusing IIS problem
I test my ASP pages using IIS 6.0 and often all the pages do not reflect the changes immediately.
Sometimes, there are miracles, they are reflected, but for most of the time they are not. Any ideas what is wrong? I have tried the following solutions and they don't seem to help either! 1. Uninstalled IIS and re-installed it 2. Tested the pages with simple Response.Write statements to check. (Guess what!, even this at times, tends to behave the way I mentioned above) Please let me know if anyone has faced such problems with IIS or have any ideas on solution to my problem!
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 3
![]() |
Guess it caches your pages... have a look at the settings, maybe you can turn off caching.
|
|
|
|
|
|
#3 | |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
Quote:
![]() I have tried this too!..doesn't seem to work!
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
|
#4 |
|
Programmer
|
I have had similiear expieriences with apache2 and mod_python; restarting apache was the ugly solution I founds - it deletes all cache (caching is what makes mod_python fast - Microsoft may have included some hidden caching... I wouldn't know)
Either Windows or VS.net include a service CP with which it should be trivial to quickly restart IIS if needed... |
|
|
|
|
|
#5 |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
I have tried restarting ....no use!
Anyone with anything more specific and different?
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
use apache and php
![]()
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#7 | |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
Quote:
Kindly suggest or direct me to resources, where it will be really easy to diagnose, what the problem really is and how do I solve it!
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
|
#8 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 730
Rep Power: 4
![]() |
Perhaps it is your browser cache. A handy tip is to Shift+Click the refresh button to force downloading of everything on the page.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#9 |
|
Professional Programmer
|
usually the problem is your browser cache, not the server. A friend of mine said that there is a way to make sure this doesnt happen by having a javascript thing load each page when your developing instead of string HTML or perl or whatever. I've never tried it but it's worth a shot.
|
|
|
|
|
|
#10 |
|
Expert Programmer
|
I remember having this same problem with java applets embedded in a page. Unfortuantly, I can't remember how I solved it. I don't think it was the cache either. You can always try dumping all the temporary stuff. Cookies, Temp file, Temp internet file, recent docs, etc. It's not likely to solve the problem, but many worth a shot.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|