Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local vs. normal development
Message
 
 
To
12/03/2003 09:59:25
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00762896
Message ID:
00764793
Views:
51
>>>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.

Found it, thanks, also looked for the MSDN article about Server.GetLastError.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform