esb01
10-14-2003, 03:01 PM
I think I'm having a caching problem in Visual Studio.net.
I had a temporary webform code -
If (condition) Then Response.Redirect("abc.html")
Now I commented that line and removed abc.html, but the form is still looking for html file when (condition) is true.
Removing cookies/temp files and rebooting the system didn't help.
What do I need to do?
I had a temporary webform code -
If (condition) Then Response.Redirect("abc.html")
Now I commented that line and removed abc.html, but the form is still looking for html file when (condition) is true.
Removing cookies/temp files and rebooting the system didn't help.
What do I need to do?