Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Microsoft URL Rewrite Module and VS 2008 in Debug error message

Reply
 
Old 11-15-2008   #1 (permalink)
mazdotnet


 
 

Microsoft URL Rewrite Module and VS 2008 in Debug error message

Hi all,

I've installed the new Microsoft URL Rewrite Module for IIS 7.0

http://www.iis.net/downloads/default...=34&i=1691&g=6

on both my laptop (Vista Home Premium) and my desktop (Vista
Ultimate). I'm running my sites on IIS instead of the ASP.NET server.
If I call my site using http://localhost in the browser, it works
fine. However, as soon as I run it from within Visual Studio 2008 in
debug mode, it displays the following HTML error message not in
browser but in a Windows popup,

Unable to start debugging on the web server <!DOCTYPE html ...etc...
<title>IIS 7.0 Detailed Error - 500.50 - URL Rewrite Module Error</
title>

However, if there was a problem with the module, it wouldn't run
normally outside of VS 2008 debug mode. Has anyone else installed this
module? On both of my computers I'm getting the same error message
which is really odd. Any idea what could be wrong here?

As soon as I add the following line, in debug mode it fails
<rewrite>
<rules>
<rule name="Rewrite to article.aspx">
<match url="^article/([0-9]+)" />
<action type="Rewrite" url="default.aspx?id={R:1}" />
</rule>
</rules>
</rewrite>

Thanks
Maz

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Error when installing SQL Express 2008 on Windows Server 2008 PowerShell
Attaching to running iis7 app on 2008 server to debug aspx? .NET General
Microsoft Street & Trips 2008 error Software
Visual Studio 2008 Error Message .NET General
Microsoft Windows Error Message Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46