tehburr0 Suspended 1168 Posts user info edit post |
I'm trying to write a really simple webpage on a Win2000 Server computer, but it is giving me fits. Everytime I try and open it in IE via a terminal services client, IE crashes, telling me it can't find a component of the file. All links are relative, and its still being a bitch. The weird thing is that I can log in as administrator to the machine locally and run the webpages just fine. Users within the domain can also run the webpages just fine. But, anyone logging in through our multi-user terminal services server cannot access the webpages. The aforementioned error results. I have checked file and directory permissions, and all of that is square and good.
Here is the index page:
Quote : | "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Listing of Custom Reports for MAS200</title> <meta content="Bryan Burroughs" name="author"> <meta content="Listing of Custom Reports for MAS200" name="description"> </head> <frameset cols="27%,73%"><frame name="A" noresize src=".\Table of Contents\Table%20of%20Contents.html"><frame name="B" noresize></frameset> </html> " |
what the hell am I doing wrong?
btw, this is, of course, aaronburro, but I am posting this on tehburr0 because it doesn't have HTML abilities 1/4/2006 4:55:18 PM |
aaronburro Sup, B 53065 Posts user info edit post |
bttmft 1/5/2006 10:18:20 AM |
eraser All American 6733 Posts user info edit post |
Quote : | "what the hell am I doing wrong?" |
Quote : | "I'm trying to write a really simple webpage on a Win2000 Server computer" |
you answered yourself.
There is a reason why IIS is seriously behind Apache in marketshare...1/5/2006 10:23:58 AM |
aaronburro Sup, B 53065 Posts user info edit post |
I'm not using the IIS, actually. I've got the webpage on a share that the entire company can access. Ironically, the only way I can get it to work for remote users is to use IIS, though (local server, doesn't go outside of the firewall). Of course, can't make a freaking shortcut on the desktop for the people, as I get a similar error, only without the prompt that says it can't find a component of the file.
Here's the kicker. While I can't make a shortcut, the remote user can just type the address of the "webserver" and it runs just fine. 1/5/2006 2:14:57 PM |
eraser All American 6733 Posts user info edit post |
Have you checked to make sure the URL/target in the shortcut is identical to the path that gets to the page?
A while back I had a problem where some shorcuts would not work and would cause an error message with bad grammar to appear (it was missing a file name and looked funny). When I recreated the shortcuts again (despite having the same target) they worked. Distributing shortcuts to people on a network sometimes causes the targets to change relative to the PC you are using to send them. This predictably will cause a huge mess. 1/5/2006 2:28:10 PM |
aaronburro Sup, B 53065 Posts user info edit post |
well, the shortcut is a "local one." It existed in the "All Users\Desktop" folder, so it doesn't make sense that it didn't work. The URL was just the webserver, as well, so that one seems hard to fuck up, though I'm sure I could manage it 1/5/2006 2:51:26 PM |