Hi,
I have a website written in .Net c# and we are on win2008 iis7.
Now IIS7 is great and it provides rewrite module. However I need help for automating my url rewrite. I have thousands of r...
http://www.experts-exchange.com/Web_Development/Web_Services/URL-URI_Usage/Q_24412267.html
Hello experts,
I have downloaded UrlRewriting.net and am trying to get this working. It's not working for me. I have implemented all the code in web.config for it and have placed the DLL in the ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23970189.html
hello everyone,
I am looking for a class that will fix up a raw string to make it appropriate to put in a url. For example if the title of an article is:
Top 10 ASP.NET tutorials
I need a class ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24620136.html
I have an old classic asp site that I am planning on converting to a .net app.
I am currently using a tool similiar to ISAPI Rewrite to handle the url rewriting.
I am looking for the best way...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_24053381.html
Okay,
The .NET url rewriter I received from code project is completely open ended and works fine. However it does not tell me what type of string I would have to use to rewrite more than one qu...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23152103.html
ere's the what I have:
~/portal/front.aspx?zone=1
I want it to be rewritten to (outgoing url) ~/portal/1
AND/OR
~portal/1
I want it to map to (incoming url) ~/portal/...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23324403.html