All TagsURL Rewrite (RSS)
  • Re: URL rewrite - web.config error

    Thank you all. The issue was with my hosting company. URL rewrite was not installed - although they said it is and made me sign up with them Thanks again.
    Posted to Forum by murali.bala on 11-17-2009, 10:02 AM
  • Re: URL rewrite - web.config error

    yeah! i was testing different scenarios. Anyways, i have fixed that. But it still does not work. Also, this site has only one page (Default.aspx) and No code behind in the page.
    Posted to Forum by murali.bala on 11-16-2009, 9:49 AM
  • Re: URL rewrite - web.config error

    Thanks for your answer. I did speak to customer rep about this and he said the server support url rewriting. How can we check if the URL Rewriting module is installed on a server (hosting company)? The page is at http://204.12.40.96/default.aspx ---------------Web.config-----------------------------...
    Posted to Forum by murali.bala on 11-16-2009, 12:23 AM
  • URL rewrite - web.config error

    Hello All, I am getting the following error when i run my .aspx page. Error Code0x8007000d The configuration section 'rewrite' cannot be read because it is missing a section declaration I have a simple v.aspx page which has the following code: Response.Write(Request("q")) My hosting...
    Posted to Forum by murali.bala on 11-15-2009, 10:13 AM
  • Rule to catch swf files returns 404 file not found.

    I have the following rule in my web.config <RULE stopProcessing="true" name="Lesson Testing"> <MATCH url="(.+)/lesson/(.+).swf$"> <ACTION type="Rewrite" url="/handleSWF.aspx?lookingfor={R:0}"> </ACTION> </RULE> When i attempt...
    Posted to Forum by surrealis on 11-12-2009, 8:20 PM
  • Re: Error installing URL Rewrite 1.1

    I execued the cmd and i got this error: "ERROR: The system was unable to find the specified registry key or value." Indeed, I checked the registry and I dont have that key. Do I email only the config file? Thank you very much, Gabriel
    Posted to Forum by gabikles on 10-29-2009, 12:27 PM
  • Re: Error installing URL Rewrite 1.1

    I first tried to install URL Rewrite 1.1 with no success, then 2.0 Beta and finally 2.0 RC but in all cases failed. I also tried turning off the IIS feature from windows 7 and starting the whole IIS installation again (using once again the Web Platform Installer) but the same problem occurred Any idea...
    Posted to Forum by gabikles on 10-29-2009, 7:38 AM
  • Error installing URL Rewrite 1.1

    I am using: - Windows 7 Enterprise (Release - Build 7600) - Web Platform Installer 2.0 - IIS (Version 7.5.7600.16385) installed using WPI I tried to install URL Rewrite 1.1 using WPI and then using cmd line but in both cases the installation was not successful. Below is my log file. Thanks in advance...
    Posted to Forum by gabikles on 10-27-2009, 10:43 AM
  • .exe extension handled by aspnet_isapi.dll results in 0-byte files

    Hello, I want to apply some simple url replacement on .exe files. For that I want to use a asp.net url replacer in my iis6. I think I have to add the .exe extension to the applicesion extensions to do so. But in iis6 (without any url-replacement or any further code involved) this addition causes 0 (zero...
    Posted to Forum by uwe Braunholz on 10-22-2009, 3:48 AM
  • newbie simple request

    background: I have a hosted site which I'll call www.MyMainSite.com In that site's root folder i create another folder named pointerDomain and then I use DNS to point a second domain name to my main site. I'll call this second domain pointerDomain.com. I can do this for multiple pointer domains...
    Posted to Forum by n8nt on 10-12-2009, 10:42 PM
Page 1 of 9 (88 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities