View Single Post
Old 09-29-2007, 12:24 AM   #1
coolspot
Thumbs Must Hurt
 
Join Date: Sep 2007
Location: Toronto, ON, Canada
Model: 9000
PIN: N/A
Carrier: Robbers Wireless
Posts: 53
Default bbCorrector ASP.NET 2.0 Server and Public Server

Please Login to Remove!

Hello Everyone,

I just started using bbCorrector tonight... and I decided to port the server over to ASP.NET 2.0.

The major change is obviously .NET 2.0 not Perl and the spelling engine uses NetSpll v2.1.7 w/ 2.0 updates by Eric Woodruff instead of aspell. Also, NetSpell was modified to allow PartiallyTrustedCaller (added an attribute to the AssemblyInfo) so that the app will run in Medium Turst environments.

Since this is ASP.NET, requires .NET 2.0 and IIS obviously.

This version allows for a max of 5 spelling suggestions by default, it can be configurable in the web.config.

http://63.134.225.156/bbCorrector/se...ector1.0.1.msi

To install:

1. Ensure you have IIS installed.
2. Ensure .NET 2.0 is installed
3. Run the setup package
4. Open up the Internet Information Services Control Panel (Control Panel --> Administrative Tools)
5. Right click on the bbConnector virtual dir
6. Choose the ASP.NET tab
7. Switch the framework to 2.0.

Let me know if you guys have any issues - I'll make updates as necessary. Currently only tested with US english.

For those who do not want to run their own server, you can use:

http://63.134.225.156/bbCorrector/default.aspx

It's running the same code as above. No logging is done on the server so all spell checks are safe

Last edited by coolspot; 09-29-2007 at 06:39 PM..
Offline   Reply With Quote