URL rewriting IIS6 [closed] - url

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi i was using HttpModule to Perform Extension-Less URL Rewriting
as explained at http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx Approach 3:
works perfectly in IIS7, now i just published the solution to the live environment it doesnt work.
the reason seems to be the fact that they are running IIS6
the question is
does anyone now any quick solution to make it work in IIS6 without having to change all the code?
thanks

I suggest you check out IIRF, the Ionics Isapi Rewrite Filter. It works with IIS 6 and 7 and supports a directive-and-regex-based syntax similar to Apache's mod_rewrite. It's Open Source donationware.

Related

Drawing using asp.net mvc [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there any way to draw a simple image like some lines with asp.net mvc?
Any component or tool?
Actually user wants to draw a simple map and save it to database. Any idea?
I think they warn against doing it in ASP.NET but we've used the graphics libraries to do it before. http://msdn.microsoft.com/en-us/library/5y289054.aspx
try to understand mvc first, its a framework on top of ASP.NET not a client side tool. You could try HTML5 Canvas

I'm a newbie using rails. I want to make my rails app file be editable [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am a newbie using rails. I want to make my app/views/themes/index.html.erb be editable thru the browser. Anyone here have an idea how to do it?
As a video tutorial is better than I could ever explain, check those 2 links
http://railscasts.com/episodes/332-refinery-cms-basics
http://railscasts.com/episodes/296-mercury-editor
Will explain you how to easily set a WYSWYG editor for your HTML content (not your ruby code)
You can use in-place editing gem.. Here is the link
http://railscasts.com/episodes/302-in-place-editing?view=asciicast
You can use ckeditor to achieve this. See these posts.
http://ckeditor.com/demo
https://github.com/galetahub/ckeditor

Hack Firefox to use custom URLs? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am using an extension that depends on the page. I would like to use the extension for each board which means I need a board unique url. It currently looks like this
http://phpbb-site.com/forum/viewforum.php?f=BOARDNUMBER
I'd like to trick Firefox into having BOARDNUMBER in the location part of the url.
Then the extension will work and I won't have to tweak it. The problem is that I can't think of any way I can have Firefox use nice urls. I only need it to work on my computer. I don't own the site. What can I do? Can I use a proxy program? I was thinking maybe I could write a quick asp.net program which essentially does a GET request on the site and replaces all links to include the boardnumber and ignores that part of the url when making the request. It's probably a bad idea because I am sure lots can go wrong
Any ideas?
You should be able to do this using a simple script in Fiddler.

Delphi 2010 Web Broker [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a Delphi 7 Web broker app that is working perfectly. I need to upgrade to Delphi 2010 because the web services in Delphi 7 doesn't work with the web service I need to consume. When I compile and run it under Delphi 2010 i get "The specified CGI application misbehaved by not returning a complete set of HTTP headers" error. I'm guessing it is related to ansistring but cannot figure it out.
Any ideas on how I can solve this problem.
Thanks

source code for search engine [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i want to implement a search engine.Is there any source code available for it in python etc...
i know there are tools for it like spinx etc. but i would like to have my own code running. may i know if there is any source code for it.
Maybe something like PyLucene?
You can use Apache Nutch , which is Web Crawler and search engine integrated with Apache Solr.
It also supports Hadoop, Distributed Crawling.

Resources