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
- Get the list of ODBC data source names programatically using C#
- 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
- Disable Button on Submit (Prevent multiple submits)

Recent comments
6 hours 3 min ago
6 hours 13 min ago
6 hours 14 min ago
6 hours 15 min ago
4 days 3 hours ago
6 days 10 hours ago
1 week 3 days ago
2 weeks 18 hours ago
2 weeks 4 days ago
2 weeks 6 days ago