Hi, I have a asp.net page with frames. I have an Input type=file control for the user to upload files. I have a asp.net required field validation control binded to this Input control. I have a ASP.net buton for submitting the page. After updating my server with Windows XP sp2, I am facing a strange problem. If I don't select a file or don't enter anything(for file path) or enter something without the backward slash("\") in the beginning, into the input control and click on the button(for submitting), the click event of the button will not fire(I tried setting break point). After this if I want to navigate to other links, I get a javascript error saying "Access denied" and nothing happens. This happens only with XP,but the same problem doesn't occure with 2000 or NT.
Can anyone show some light on this. Many thanks in advance.
This conversation is currently closed to new comments.
XP sp2 has a firewall built into it. You are going to have to disable it. I don't know if it has permissions built into it where you can tell it to allow your site or not. Cathy
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
access denied with windows xp sp 2
I have a asp.net page with frames.
I have an Input type=file control for the user to upload files.
I have a asp.net required field validation control binded to this Input control.
I have a ASP.net buton for submitting the page.
After updating my server with Windows XP sp2, I am facing a strange problem.
If I don't select a file or don't enter anything(for file path) or enter something without the backward slash("\") in the beginning, into the input control and click on the button(for submitting), the click event of the button will not fire(I tried setting break point).
After this if I want to navigate to other links, I get a javascript error saying "Access denied" and nothing happens.
This happens only with XP,but the same problem doesn't occure with 2000 or NT.
Can anyone show some light on this.
Many thanks in advance.