I'm not sure. I've only launched it via Visual Studio, but it essentially just launches a web-server running on localhost. You can also launch it via the (free) Webmatrix too.
The IIS version that comes with Windows XP doesn't support "extensionless URLs" by default. You'll have to map those to the ASP.NET isapi filter to make it work.
Is ucommerce working under windows xp?
I´ve just installed Ucommerce.
http://localhost/shop.aspx
When I click uCommerce, I get an "page can not be found". Is the reason that I´m running under WinXP IIS 5 and it dosen´t support the url rewriting?
http://localhost/ucommerce/c-23
Why don't you download IIS7.5 express if you think that's the case? Worth having.
I dont think iis 7,5 express can be used at http://localhost/. Only through Vs studio. ??
I'm not sure. I've only launched it via Visual Studio, but it essentially just launches a web-server running on localhost. You can also launch it via the (free) Webmatrix too.
The IIS version that comes with Windows XP doesn't support "extensionless URLs" by default. You'll have to map those to the ASP.NET isapi filter to make it work.
Here are the steps to set that up on Stackoverflow.
WebMatrix is way easier though :)
Ahh I´ve started to use Webmatrix. Very easy and smart. Thank you.
is working on a reply...