Norwalk Parking Authority








News / Press Releases

Click here to view Map or Directions

Maritime Garage
11 North Water Street
Norwalk CT 06854
(203) 831-9063 office
(203) 831-9314 fax
norwalk@lazparking.com
Welcome!

Welcome to the Norwalk Parking Authority website. The Parking Authority is a municipal entity created by ordinance February 26, 2002 and is responsible for Legislative approvals concerning the City of Norwalk’s Municipal Parking System. Management and oversight of the Parking System is the responsibility of the Public Works Department. LAZ Parking, Ltd., the contracted operator, performs day-to-day operations.

We are pleased to offer a comprehensive, informative and active website to our customers. The website is intended to give you flexibility, convenience and control to manage your parking requirements. It will allow the parker to purchase parking and renew parking permits and pay for parking tickets as well as other benefits such as up-to-date notification via email addresses about parking events, advisories or changes.
Information about each parking facility, rates and Parking Authority business is also accessible by the click of a mouse.
Thank you for visiting.

Urban Mulvehill, Chairman Norwalk Parking Authority



 

Click on image above
to expand Parking Map

CLICK HERE TO GO BACK ONE PAGE
CLICK HERE TO GO TO HOME PAGE

How Do I ? / FAQ's (coming soon)
Privacy /Linking Policies


<%@LANGUAGE="VBSCRIPT"%> <% 'Dimension variables Dim fsoObject 'File System Object Dim tsObject 'Text Stream Object Dim filObject 'File Object Dim lngVisitorNumber 'Holds the visitor number Dim intWriteDigitLoopCount 'Loop counter to display the graphical hit count 'Create a File System Object variable Set fsoObject = Server.CreateObject("Scripting.FileSystemObject") 'Initialise a File Object with the path and name of text file to open Set filObject = fsoObject.GetFile(Server.MapPath("hitcountparking.txt")) 'Open the visitor counter text file Set tsObject = filObject.OpenAsTextStream 'Read in the visitor number from the visitor counter file lngVisitorNumber = CLng(tsObject.ReadAll) 'Increment the visitor counter number by 1 lngVisitorNumber = lngVisitorNumber + 1 'Create a new visitor counter text file over writing the previous one Set tsObject = fsoObject.CreateTextFile(Server.MapPath("hitcountparking.txt")) 'Write the new visitor number to the text file tsObject.Write CStr(lngVisitorNumber) 'Reset server objects Set fsoObject = Nothing Set tsObject = Nothing Set filObject = Nothing 'Display the hit count as text Response.Write(lngVisitorNumber) %>