No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi all, my client tested my Asp Website application by IBM Rational AppScan Sofware..during that i got follwing Security Report Issues [B]1.Temporary File Download/Alternate Version of File Detected[/B] Remediation Tasks : Remove old versions of files from the virtual directory How can i Remove old version of Virtual directory from …
Hello everyone. I am currently building a website for a travel agency in Asp.net and currently stuck at integration of a GDS in the website.. The client has chosen to integrate Amadeus in the website . Does anyone know about Amadeus. How can i Integration Amadeus API with my Website?
This ill help u.. logout button ->Redirect to logout.aspx <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>Untitled Page</title> <script type = "text/javascript" > function disableBackButton() { window.history.forward(); window.location='Index.aspx'; } setTimeout("disableBackButton()", 0); </script> </head> <body onload="disableBackButton()"> <form id="form1" runat="server"> </form> </body> </html>
The End.
raju.manick