Søren Spelling Lund

497
reputation
97 views

Registered User

name Søren Spelling Lund
member for 1 year
seen yesterday
website
location Denmark
age 31
Web developer from Denmark. Blogger at publicvoid.dk, user group leader for Aarhus .NET User Group, and host of ANUGCast a Danish podcast on .NET.
Nov
2
comment Get IIS site name from for an ASP.NET website
That's exactly what I was looking for. Thank you so much. Do you know whether it works for both IIS6 and 7?
Oct
31
comment Get IIS site name from for an ASP.NET website
That's true and that's my fallback strategy. Only problem is that if you delete the site you'll get a new id, which would make the key useless. That's why I'd like to bind it to the site name instead. You're more likely to reuse that.
Oct
31
comment Get IIS site name from for an ASP.NET website
I'm doing licensing for a web application I wrote and I need to make sure a license key is only used once per web app even on the same server. The web app works with multiple domain names assigned to the IIS site so binding the key to the domain name of the site won't do. In the same vain binding the key to the machine name won't do either as my app might be installed for multiple clients on the same machine. In short I need something uniquely identifying the IIS web site on a particular machine. Since IIS doesn't allow multiple sites with the same name I figure that's the way to go.
Oct
31
revised Get IIS site name from for an ASP.NET website
added 113 characters in body
Oct
31
asked Get IIS site name from for an ASP.NET website
Sep
13
awarded  Yearling
Jul
23
answered Are there any good e-commerce extensions/plugins for Umbraco?