-
Posted to
Classic ASP
by
Soporose
on
04-17-2009, 9:21 PM
[quote user="tomkmvp"]
What happens if you just use some simple ASP.NET code to handle the upload?
http://msdn.microsoft.com/en-us/library/ms227669.aspx[/quote]Well, the situation is this...
The coder who wrote this application in the first place has "gone missing".
I remember enough Asp to be able to read and understand ...
-
Posted to
Classic ASP
by
Soporose
on
04-16-2009, 7:27 PM
Thanks for the replies.
Jaroslav:
Considering that the Asp website application used to work fine in Firefox3, IE6 and IE7 when it was hosted on the old server, isn't the problem more likely to lie with the version of IIS than the browser?
The site was up and running fine for a couple of years, so it's very likely that it was ...
-
Posted to
General
by
Soporose
on
04-11-2009, 1:53 AM
Hi all.
I'm using my hosts Control Panel to password-protect a website folder (I think this is called IIS protection?).
After a successful login I need to derive the username that the visitor logged in with and I've discovered that something like this should provide it:
Request.ServerVariables("LOGON_USER")
However that code ...
-
Posted to
Classic ASP
by
Soporose
on
04-10-2009, 8:37 PM
Hi all.
I have a site that uses the FreeAspUpload script (http://www.FreeAspUpload.net) to
allow certain people to upload image files to a folder on the server. The
application worked fine for over a year.
Recently that host was taken over by another hosting company, who
proceeded to move websites to their own servers. Things ...
-
Posted to
Classic ASP
by
Soporose
on
04-10-2009, 8:28 PM
Hi all.
I'm using my hosts Control Panel to password-protect a website folder (I think this is called IIS protection?).
After a successful login I need to derive the username that the visitor logged in with and I've discovered that something like this should provide it:
Request.ServerVariables("LOGON_USER")
However that code ...