Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~216 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for raju.manick

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 …

0
50
Member Avatar for raju.manick

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?

0
55
Member Avatar for vytla

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>

Member Avatar for raju.manick
0
111

The End.