-
Posted to
IIS7 - General
by
iki_81
on
05-05-2009, 2:16 AM
Thanks for the reply.
Now I understand. I moved my local project I want to debug directly to the wwwroot and now it works.
thanks
-
Posted to
IIS7 - General
by
iki_81
on
04-28-2009, 10:40 AM
Hi,
I just installed IIS7 thru i little guide in the forum to use for debugging the web-application Iam working on. Visual Studio created a virtual directory when I changed from asp development server to IIS7 but now I cant get all the paths to my usercontrols, images, css right.
For example in the default.aspx I write:
<link ...
-
Posted to
IIS7 - URL Rewrite Module
by
iki_81
on
10-12-2008, 4:49 PM
Hi!
I just got a new Windows Server 2008 and Im trying to set up some url-rewrite rules.
I tried do it with both a blank rule by my self and the template.
Im trying to rewrite like this
www.mydomain.com/articles/one/two/three
www.mydomain.com/articles.aspx?param1=one&param2=two&param3=three
The thing is that not all querystrings are ...