To avoid these ads, REGISTER NOW!

Free Portaband Blade

To avoid these ads, REGISTER NOW!

woodstockva

Well-known member
Joined
Apr 28, 2012
Messages
894
Location
USA
I did a review on these....the same one that the OP posted a link to.

They work GREAT!


<iframe width="560" height="315" src="//www.youtube.com/embed/ufOBTozh3bI" frameborder="0" allowfullscreen></iframe>
 
To avoid these ads, REGISTER NOW!

Rick Klein

Banned
Joined
Aug 17, 2014
Messages
30
Location
eastside
Server Error in '/' 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>
 

Strouty

Well-known member
Joined
Mar 21, 2010
Messages
38,218
Location
Southern Maine
Mine came earlier this week. Now I need a reason to use it. It looks very nice and if it works as well as the reviews, I will end up buying more of them. I have to get some for my M12 saw, I will see if they sell blades for that.
 

rednotch

Well-known member
Joined
Jun 3, 2013
Messages
1,170
Location
south nj
mine came in yesterday. Need to test it out on some moly and mild steel tubing this weekend
 
To avoid these ads, REGISTER NOW!
Top Bottom