By tag: URL
0
kicks
How to get a pretty date in c#
Have you ever wondered how some sites were able to show the bottom of each post, a formatted date (pretty date) which estimates the number of days, months or years between the publication of the post and today? e.g. "posted 5 weeks ago"
This snippet will allow you to do this easily!
...
0
kicks
Regular Expressions for Finding URL in text using C-Sharp
Finding URL in a text is very easy using Regular Expressions in C#. I created the following program which finds all the URLs in any given text and prints it to screen...
0
kicks
How to: Create SEO Friendly URL in ASP Classic
Find the method of create SEO Friendly URL in ASP Classic. It is the easiest way to create friendly url.
0
kicks
IIS 7 – Managed pipeline mode – Global.asax redirect not working
I implemented the exception handling and after logged the exception wrote line for redirecting the page to the error page. So that user will see the custom error page instead of the original exception screen. But, when I deploy the code on WS 2003 or earlier it's working without issues. But, When I ...
0
kicks
Asp.net Permalinks Using URL Rewriting
A technique for URL rewriting which describes how to achieve permalinks in ASP.net similar to blogs like wordpress.
0
kicks
Remove WWW. Prefix from URLs with URL Rewrite Module for IIS 7.0
A very good trick to eliminate www. prefix from your URLs using the new IIS 7.0 Rewrite Module.
0
kicks
HTTP URL Response Redirect Status Code Checker
The tools help to check the HTTP URL redirection also gives the server response status codes.
0
kicks
Rewrite.NET -- A URL Rewriting Engine for .NET
This article examines how to take advantage of HttpModules to create a URL rewriting engine in .NET. This tool has been described as the Swiss Army Knife of URL manipulation. If you don't have a fundamental understanding of what HttpModules are and how to create and use them
0
kicks
URL parameters in ClickOnce applications
Some time ago, when I wrote the blog post importer for BlogEngine.NET, I wanted to be able to display different text in the ClickOnce application dependant on the user opening it directly from a web page. I did some digging and found out that ClickOnce supports query strings just like a website.
0
kicks
Url Rewriting in ASP.NET (ScottGu)
People often ask me for guidance on how they can dynamically "re-write" URLs and/or have the ability to publish cleaner URL end-points within their ASP.NET web applications. This blog post summarizes a few approaches you can take to cleanly map or rewrite URLs with ASP.NET, and have the o...
0
kicks
Secure Url
NET version 3.0 has been released, but Asp.net still does not have any built-in support for passing querystring in encrypted text. This class will give you the support to pass querystring in encrypted rather than plain.
0
kicks
ASP.NET 2.0 UrlRewriting Fix
There is a bug in the URL Rewriting engine of ASP.NET 2.0. While not specific to Community Server, it maniftested itself more so in CS communities. Here, Scott Watermasysk presents a workaround. Links to the original problem are included.