uReport

City of Bloomington, Indiana

Search

Fields to display

Search Results: (17)

closed #163334

Website & Web Services Feedback

Case Date:
2/26/2018

Trying to use the online bill pay service for water, but it repeatedly is erroring out on me. Here is the error (stack trace), better error handling would be great, as this is not human readable in terms of actions to take.. Server Error in '/eSuite.Utilities' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>

closed #161581

Website & Web Services Feedback

Case Date:
10/16/2017

I have been trying to pay water bill online for quite some time today and every time I do it says runtime error. This has occurred on two laptops and a cellphone, wifi and cellular data. I will check again tomorrow but I wanted to bring this issue to someone's attention. Thank you.

closed #150685

Website & Web Services Feedback

Case Date:
2/17/2016

How does one email the mayor or any other city official? This ought to be part of our digital century. More specifically, i want information on how I can personally filter my water to make it safe. I'd like to see water safety information front and center on your website. Thanks.

closed #146258

Website & Web Services Feedback

800-848 North Fee Lane

Case Date:
7/8/2015

Fee Lane Northbound Lane and Sidewalk Closure (06/15/2015 – 08/03/2015) The northbound lane and sidewalk of Fee Lane between 11th Street and Law Lane will be closed through approximately 5:00 p.m. on Monday, August 3, to install new steam and water lines. The southbound lane and sidewalk will remain open.

closed #144179

Website & Web Services Feedback

Case Date:
3/24/2015

Hello, My name is Harris Bell, and I was wondering how to get the water utilities back in my name via your website for 1709 East Atwater. We had subletters move out of our place and need to make sure to maintain the property. When you get the chance I would love to get your help to restore payments for the house. Thanks, Harris

closed #141769

Website & Web Services Feedback

Case Date:
10/17/2014

Hi there! My name is Melanie Nelson, I work in environmental services for Daly City. Our department is putting together a workshop on water conservation in the home as part of our "Going Green" series. We see it as a great way to protect the environment while also educating the community and saving them money, it's a win-win-win situation! Your page, http://bloomington.in.gov/waterwise , has been awesome as a guide for the event planning committee, and we can't thank you enough for posting it! The reason I'm emailing you is because a local middle school class has been helping us with the endeavor as a volunteer project and they (very proudly, I might add) found a great article here: http://www.improvenet.com/a/water-conservation-at-home . The article is a basic overview for children on water conservation in the home and its benefits, with links to several great sources for both children and adults. I think the kids would be absolutely stoked if you were to post a link to the article on your page, they love to help out wherever they can, and seeing the link on your page would show them that they've made a difference and their actions have had an impact (however small). Please let me know if this is a possibility and I look forward to hearing back from you soon! Thanks again! -Melanie

closed #134885

Website & Web Services Feedback

Case Date:
10/21/2013

I'm trying to pay my water bill, and keep getting this error: Server Error in '/eSuite.Utilities' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> This has been going on for a week. I guess I'll just call in to pay it tomorrow.