Is this a Bug/Virus for VS.Net?

C

cyshao

Is this a Bug/Virus for VS.Net?

I created a ASP.Net Project and developed on localhost.
I only used static pages and MS-WebTreeView in my project.(without any
JavaScripts)
Every things looks OK on my localhost.
But after I established it to another web server, a very strange problem
appeared.
After I enterd http://www.myCompany.com/myProject/index.htm, IE begin to
crazy refresh.
I try this page on others' machine. Some of them display well, but others
are wrong as mine PC. I tried to select "view source code" in IE, I find in
fact the page was located to another unknown page with the following codes.
I have never seen such page or codes in my project. ( I guess such codes is
written by Satan :p )

Is this a Bug/Virus for VS.Net?

Thanks

Charles Shao


===========================================================
<title>prelogin</title>
</HEAD>
<script language='JavaScript'>
<!-- Begin
function startUp()
{
top.document.location = "login.htm";
}
// End -->
</script>

<body bgcolor="#FFFFFF" text="#000000"
onLoad='setTimeout("startUp()",1);' >

</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top