Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local vs. normal development
Message
De
12/03/2003 09:59:25
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00762896
Message ID:
00764761
Vues:
44
This message has been marked as the solution to the initial question of the thread.
>>Looks about right. Another idea may be to open a modal window so that the user is forced to close that before displaying a new one.
>>
>>You can do this with window.showModalDialog. Although this may be IE-specific. Ex:
>>
window.showModalDialog "NewUser.htm",null,
> "dialogheight:350px,
>dialogwidth:400px, status=yes,"
>
>Nice tip, thanks. Will have to check on that.
>
>Do you know, is it possible to enable actual errors on the WEB server? E.g. if I make mistake in ASP and debug it locally, I see an actual error with description. But if I'm working on the company site, I don't have this info.
>
>Thx.

Check the help on Server.GetLastError. You can implement a logging script that uses this to write text or html files about the error. If you have IIS available search for a file called 500-100.asp for an example on how its used.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform