Links

Home
Open Source
The News Blogs
About W3 Systems
References
C++ Reference
SEO
MySQL
CSS
Meta-Site
C++ Tutorial
Quirks Mode
Bug Collection
Detecting The World
Free CSharp
Javascript Reference
Meta-Site
ASCII Table
Network Engineering
HTML DOM
HTML5
SSL
Primes
Spellchecking
PDF Conversion
Sabbaticals
Amazon EC2
XML
Java References
Health Sharing
Sleep
Wall Builders
Selective Immune suppression
Talking it over

The Point of the Bug Collection


This kind of stuff shouldn't happen.  It often does. 
Everybody's expectation of the internet is low. 
That's just plain wrong!
These are examples of the kinds of issues you get with commonly accepted web application development environments.  

From Perl-Open Web Mail

Software error:

ndbm store returned -1, errno 122, key "<200411232011.iANKAxNd005398@milliways.osl.iu.edu>" at /home/openwebmail/cgi-bin/openwebmail/maildb.pl line 180, chunk 12684.

For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error.

Apparently they're using ndbm of all things!

Error page exception

The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.


Original Exception:

Error Message: File not found: equipment.html:NOSSL
Error Code: 404
Target Servlet: SimpleFileServlet
Error Stack:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: File not found: equipment.html:NOSSL
     at com.ibm.ws.webcontainer.srt.SRTServletResponseContext.sendError(SRTServletResponseContext.java:152)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:626)
     at com.ibm.ws.webcontainer.servlet.SimpleFileServlet.doGet(SimpleFileServlet.java:319)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
     at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
     at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
     at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
    


Error Page Exception:

Error Message: Unable to compile class for JSP An error occurred at line: 10 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:69: Undefined variable or class name: error out.print( error.getMessage() ); ^ An error occurred at line: 11 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:76: Undefined variable or class name: a out.print(a.getStyleSheetURI()); ^ An error occurred at line: 16 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:83: Undefined variable or class name: error out.print( error.getErrorCode() ); ^ An error occurred at line: 19 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:97: Undefined variable or class name: error out.print( error.getMessage() ); ^ An error occurred at line: 20 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:104: Undefined variable or class name: error out.print( error.getStackTrace() ); ^ 5 errors
Error Code: 0
Target Servlet: null
Error Stack:
org.apache.jasper.JasperException: Unable to compile class for JSP
     An error occurred at line: 10 in the jsp file: /error.jsp
     Generated servlet error:
     /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:69: Undefined variable or class name: error
     out.print( error.getMessage() );
     ^
     An error occurred at line: 11 in the jsp file: /error.jsp
     Generated servlet error:
     /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:76: Undefined variable or class name: a
     out.print(a.getStyleSheetURI());
     ^
     An error occurred at line: 16 in the jsp file: /error.jsp
     Generated servlet error:
     /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:83: Undefined variable or class name: error
     out.print( error.getErrorCode() );
     ^
     An error occurred at line: 19 in the jsp file: /error.jsp
     Generated servlet error:
     /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:97: Undefined variable or class name: error
     out.print( error.getMessage() );
     ^
     An error occurred at line: 20 in the jsp file: /error.jsp
     Generated servlet error:
     /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:104: Undefined variable or class name: error
     out.print( error.getStackTrace() );
     ^
     5 errors
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:129)
     at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.loadJSP(JspServlet.java:939)
     at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$1.run(JspServlet.java:273)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:270)
     at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:321)
     at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java:675)
     at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java:773)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
     at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
     at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
     at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleError(WebApp.java:1029)
     at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:891)
     at com.ibm.ws.webcontainer.srt.SRTServletResponseContext.sendError(SRTServletResponseContext.java:160)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:626)
     at com.ibm.ws.webcontainer.servlet.SimpleFileServlet.doGet(SimpleFileServlet.java:319)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
     at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
     at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
     at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)

 From Demo of PHP CMS system at>


http://xhp.sourceforge.net/index.php?module=blog&action=show_single_entry&postid=23:
 

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /home/groups/x/xh/xhp/htdocs/index.php on line 24

Shopping cart at www.product-catalog.com - Cold Fusion

Try Again

We've had a problem fulfilling your request. Please hit the grey button and return to the storefront entrance.

Thank you for your patience.

MAIN SITE DALTON.Net (My DSL ISP)  PHP Errors


Warning
: main(): open_basedir restriction in effect. File(/home/.sites/28/site1/geeklog/config.php) is not within the allowed path(s): (/home/httpd/vhosts/dalton.net/httpdocs:/tmp) in /home/httpd/vhosts/dalton.net/httpdocs/portal/lib-common.php on line 69

Warning: main(/home/.sites/28/site1/geeklog/config.php): failed to open stream: Operation not permitted in /home/httpd/vhosts/dalton.net/httpdocs/portal/lib-common.php on line 69

Fatal error: main(): Failed opening required '/home/.sites/28/site1/geeklog/config.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/dalton.net/httpdocs/portal/lib-common.php on line 69

http://nist.time.gov/timezone.cgi?Eastern/d/-5/java/java


Server Error

This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.


http://www.codesaw.com: login.php

On trying to login I got:

Cannot connect.

http://named.dalton.net/webmail/

Software error:

ndbm store returned -1, errno 122, key "<154611290459.XAA13898Long_Bond_ethylenediaminetetraacetic@gmail.com>" at /home/openwebmail/cgi-bin/openwebmail/maildb.pl line 180,  chunk 88939.

For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error.

http://www.artandartist.org/  Plone and python



 

Site Error

An error was encountered while publishing this resource.

AttributeError

Sorry, a site error occurred.

Traceback (innermost last):

  • Module ZPublisher.Publish, line 194, in publish_module_standard
  • Module Products.PlacelessTranslationService.PatchStringIO, line 51, in new_publish
  • Module ZPublisher.Publish, line 146, in publish
  • Module Zope2.App.startup, line 222, in zpublisher_exception_hook
  • Module ZPublisher.Publish, line 115, in publish
  • Module ZPublisher.mapply, line 88, in mapply
  • Module ZPublisher.Publish, line 41, in call_object
  • Module Shared.DC.Scripts.Bindings, line 311, in __call__
  • Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  • Module Products.PageTemplates.ZopePageTemplate, line 256, in _exec
  • Module Products.CacheSetup.patch_cmf, line 87, in PT_pt_render
    <ZopePageTemplate at /smgApp/smg_podcast_view used for /smgApp/sites/art-and-artist>
  • Module TAL.TALInterpreter, line 238, in __call__
  • Module TAL.TALInterpreter, line 281, in interpret
  • Module TAL.TALInterpreter, line 749, in do_useMacro
  • Module TAL.TALInterpreter, line 281, in interpret
  • Module TAL.TALInterpreter, line 457, in do_optTag_tal
  • Module TAL.TALInterpreter, line 442, in do_optTag
  • Module TAL.TALInterpreter, line 437, in no_tag
  • Module TAL.TALInterpreter, line 281, in interpret
  • Module TAL.TALInterpreter, line 749, in do_useMacro
  • Module TAL.TALInterpreter, line 281, in interpret
  • Module TAL.TALInterpreter, line 507, in do_setLocal_tal
  • Module Products.PageTemplates.TALES, line 221, in evaluate
    URL: /smgApp/portal_skins/splashMediaSkin/header
    Line 65, Column 4
    Expression: standard:'here/siteCustom.css/absolute_url'
    Names:
    {'container': <PloneSite at /smgApp>,
    'context': <ATFolder at /smgApp/sites/art-and-artist>,
    'default': <Products.PageTemplates.TALES.Default instance at 0x2479940>,
    'here': <ATFolder at /smgApp/sites/art-and-artist>,
    'loop': <Products.PageTemplates.TALES.SafeMapping object at 0x8392198>,
    'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at 0x2465eb8>,
    'nothing': None,
    'options': {'args': ()},
    'repeat': <Products.PageTemplates.TALES.SafeMapping object at 0x8392198>,
    'request': <HTTPRequest, URL=http://www.artandartist.org/smg_podcast_view>,
    'root': <Application at >,
    'template': <ZopePageTemplate at /smgApp/smg_podcast_view used for /smgApp/sites/art-and-artist>,
    'traverse_subpath': [],
    'user': <SpecialUser 'Anonymous User'>}
  • Module Products.PageTemplates.Expressions, line 185, in __call__
  • Module Products.PageTemplates.Expressions, line 173, in _eval
  • Module Products.PageTemplates.Expressions, line 127, in _eval
    __traceback_info__: here
  • Module Products.PageTemplates.Expressions, line 286, in restrictedTraverse
    __traceback_info__: {'path': ['siteCustom.css', 'absolute_url'], 'TraversalRequestNameStack': ['absolute_url']}
  • Module Products.Archetypes.BaseObject, line 1072, in __bobo_traverse__
AttributeError: siteCustom.css (Also, the following error occurred while attempting to render the standard error message, please see the event log for full details: siteCustom.css)

Troubleshooting Suggestions

  • The URL may be incorrect.
  • The parameters passed to this resource may be incorrect.
  • A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to error log.

If the error persists please contact the site maintainer. Thank you for your patience.

From Nature.Com

VelocityViewServlet : Error processing the template

Unable to find resource '/news/not_found.vm'
org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource '/news/not_found.vm'
at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java(Compiled Code))
at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java(Compiled Code))
at nature.news.velocity.NPGVelocityViewServlet.handleRequest(Unknown Source)
at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java(Compiled Code))
at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doGet(VelocityViewServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
...
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java(Compiled Code))
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java(Compiled Code))
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java(Compiled Code))
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java(Compiled Code))
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java(Compiled Code))
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java(Compiled Code))
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:786)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
at java.lang.Thread.run(Thread.java:568)
Grok that?!

BrandX Pictures ASP

( OLEDB to ODBC to SQL Server?  These were just bad design choices.)

Microsoft OLE DB Provider for ODBC Drivers error '80040e31'

[Microsoft][ODBC SQL Server Driver]Timeout expired

C:INETPUBBRANDXPICTURES.COMLOGIN../RegisterInclude.asp, line 219

From DUTIL.com Bill pay registration

This is actually an ASP page replacement for Linux C++ code (I wrote) that never had problems! 
(The ASP code was already in the works when I wrote the first payment system as a stop gap.) 

Presenting some illustrious ASP code from Harris Systems:

The page cannot be displayed

There is a problem with the page you are trying to reach and it cannot be displayed.

Please try the following:

  • Click the Refresh button, or try again later.
  • Open the ecare.dutil.com home page, and then look for links to the information you want.

HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services


Technical Information (for support personnel)

  • Error Type:
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    /help/setup_webaccess.asp, line 78
  • Browser Type:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.8
  • Page:
    POST 113 bytes to /help/setup_webaccess.asp
  • POST Data:
    Name=we&Account_No=11111111&Occupant_Code=00&Postal_Zip=30722&Meter_Number=12&e_mail=dw%40wq.net&submit=Submit%21
  • Time:
    Monday, January 03, 2005, 12:51:50 PM
  • More information:
    Microsoft Support

Server Error in '/' Application.

[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for SQL Server login 'sa'. The password for this login has expired.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for SQL Server login 'sa'. The password for this login has expired.

Source Error:

Line 8:      Dim conn, sql, rs, sid, homelink, contactlink, favoriteslink, musiclink, tuneinurl, sprettyname, PlayerURLLogo, nid, musiclinkval, user_agent, sql2, rs2,sql3,rs3,zone300id,zone728id
Line 9: conn = Server.CreateObject("ADODB.Connection")
Line 10: conn.open("DSN=adrep;Initial Catalog=AndoAQHDB;UID=sa;PWD=@sa#449")
Line 11: ' conn.open("Provider=MSDASQL;Driver={SQL Server};Server=sql0.andomedia.com,554;UID=WebUI_AdsManager;PWD=Web.UI.php#002;database=injector;")
Line 12:

Source File: c:inetpubwwwrootplayerdefault.aspx    Line: 10

Stack Trace:

[COMException (0x80004005): [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for SQL Server login 'sa'. The password for this login has expired.]
Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) +776
Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) +367336
ASP.player_default_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:inetpubwwwrootplayerdefault.aspx:10
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +98
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +20
System.Web.UI.Page.Render(HtmlTextWriter writer) +26
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2558


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Copyright (C) 2009 - W3 Systems Design