HTTP/2 200
date: Fri, 10 Oct 2025 13:43:34 GMT
content-type: text/html; charset=utf-8
cache-control: s-maxage=86400
django-composition: Gin Gin
nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
referrer-policy: same-origin
report-to: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=BY%2B12y2Zg78%2FmO0G8z%2BDmoGahSobl51jF7tN33jcS2Y%3D\u0026sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add\u0026ts=1760103813"}],"max_age":3600}
reporting-endpoints: heroku-nel="https://nel.heroku.com/reports?s=BY%2B12y2Zg78%2FmO0G8z%2BDmoGahSobl51jF7tN33jcS2Y%3D&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&ts=1760103813"
server: cloudflare
via: 1.1 heroku-router
x-content-type-options: nosniff
x-enable-card: 1
cf-cache-status: MISS
last-modified: Fri, 10 Oct 2025 13:43:34 GMT
vary: accept-encoding
content-encoding: gzip
cf-ray: 98c68c21ead83b27-BOM
alt-svc: h3=":443"; ma=86400
How can you assign routes for a website in a .net environment?
How can you assign routes for a website in a .net environment?
26th June 2013
My answer to How can you assign routes for a website in a .net environment? on Quora
You’ll have a much easier time of it if you use paths that start at the root rather than relative paths, eg <a href="/foo/bar/"> instead of <a href="../bar/">