Help- "cxc" mysteriously appended to aspx page name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help!
The asp.net 1.1 application is running on a Windows 2003 server. One of our
users is unable to use the application. The client machine is running Windows
95 and IE6 Version: 6.0. After the user successfully logs in, he should be
redirected to the home page, which is called Home.aspx. However, this user is
being redirected to Homecxc.aspx. This page does not exist, nor does that
page name exist anywhere in the codebase. For this user only, something is
appending "cxc" to the end of all the page names.
Can anyone tell me what is happening and suggest a resolution?

Thanks in advance.
 
Does it happen to all pages, or just after a login redirect to the
home page?

If it is happening on every page, I'd look in the IIS MMC for any
ISAPI filters that maybe doing something odd, and also in web.configs
in the app directory and above.
 
Back
Top