iis 7
Fixing Relative Paths in C# ASP.NET When Using Url Rewriting
UPDATE: This method is generally used in situations where you have relative paths in your project so that links (image, href, css, etc) work on your development environment (where the VS web server inserts a virtual path), as well as your production environment that may or may not have that same virtual path. The simpler way to handle this situation is to change the virtual path in your development environment. To do this, click on your web site project and look in the properties dialog. You should see a Virtual Path setting.
Enable ASP.NET in IIS 7 for Windows Vista
By default, IIS 7 does not have ASP.NET enabled on Windows Vista. So you can run basic static HTML websites on the the local IIS server but that's about it.
If you try to run an ASP.NET application without doing this, you will probably see a message like this:
Popular Articles
Last viewed:
- Connecting to SQL Server, Oracle, and MySQL with Database or Windows Authentication
- SQL Create Table Add Description to Column
- How to localize a BoundField / TemplateField HeaderText
- How to Highlight the Day in the ASP.NET Calendar Control with the SelectedDate Property
- ObjectDataSource TypeName with Constructor Parameters
- Building a Web Service in ASP.NET 3.5

Recent comments
21 hours 17 min ago
4 days 12 hours ago
1 week 2 days ago
1 week 6 days ago
2 weeks 1 day ago
2 weeks 5 days ago
2 weeks 6 days ago
2 weeks 6 days ago
3 weeks 4 days ago
4 weeks 1 day ago