-
Posted to
IIS7 - URL Rewrite Module
by
Andrew Zhu - MSFT
on
11-18-2009, 4:02 AM
Hi,
To get start URL Write Module,check these videos:
http://www.iis.net/expand/URLRewrite
http://learn.iis.net/page.aspx/506/url-rewrite-module---video-walkthrough/
Regards
-
Posted to
IIS7 - Publishing
by
Andrew Zhu - MSFT
on
11-18-2009, 3:42 AM
Hi,
I would recommend you ask this question in Silverlight forum:
http://forums.silverlight.net/
Thanks
-
Posted to
IIS7 - General
by
Andrew Zhu - MSFT
on
11-18-2009, 3:37 AM
[quote user="ikke_ook"] but bob.localhost gives an error (IE cannot display the page).[/quote]
You need a DNS to resovle the domian name. I would recomment you use URL Rewrite Module in IIS7 and input http://DomainName/bob to get "bob".
More info about URL Rewrite, check this ...
-
Posted to
IIS 7 - Troubleshooting
by
Andrew Zhu - MSFT
on
11-06-2009, 4:43 AM
Hi,
[quote user="jwblair"] if I go a different machine in the lab and type in the site, it brings up a skeleton view of the page - no images, css, or anything, just text and hyperlinks.
[/quote]
Could you paste the url you use in the different machine to visit to WordPress site? is it with the same domain name.for example:
In ...
-
Posted to
IIS7 - URL Rewrite Module
by
Andrew Zhu - MSFT
on
11-05-2009, 10:39 PM
Hi,
I don't think you can map such a url by using the default IIS7 rewrite module. two alternative options:
1. Redirect urls one by one
2. Write your own rewrite url module.
Regards
-
Posted to
IIS7 - Media
by
Andrew Zhu - MSFT
on
11-04-2009, 9:52 PM
Hi, Alexey
I don't quite get what you asked. Could you elaborate the question.
1. What is you prerequisite
2. Is there any other application works on the media files together with IIS?
3. What do you want when you said "store streaming files in SQL Server", Of cause we can store files in SQL Server, Do you mean how to get the ...
-
Posted to
IIS7 - General
by
Andrew Zhu - MSFT
on
11-04-2009, 9:40 PM
It is a duplicated thread, for the benefit of you and others, please focus on one of them:
http://forums.iis.net/t/1162246.aspx
Thanks
-
Posted to
Security
by
Andrew Zhu - MSFT
on
11-04-2009, 9:31 PM
Hi, c0mpshades45
By default, if you set anonymous authentication, a request will IIS Server use the build in "Network Service" account.
If you set both impersonation and anonymous authentication, the request will use IUSR_<ComputerName> account.
If you replace IUSR_<ComputerName> with your created user and with your ...
-
Posted to
IIS7 - General
by
Andrew Zhu - MSFT
on
11-04-2009, 9:19 PM
Hi, Jeff C
Two thougths:
1. Can you access the index.html page with " http://localhost/index.html"
2. What the IIS log file tells, you can find the log file here(%SystemDrive%\inetpub\logs\LogFiles)
Regards
-
Posted to
IIS7 - General
by
Andrew Zhu - MSFT
on
11-04-2009, 9:11 PM
Hi, xtinction84
Only a user with highest permission can change files in folder "C:\Windows\System32\" and its subfolders. Therefore, place you file in any other folder but don't in "C:\Windows\System32"
After doing this, if you still can not write the file, you can alter the identity of IIS application pool from ...