well i have an issue regarding using different location for IIS to map ASP.NET project
so i found a solution for it and it really simple
in an order:
1. create virtual directory at IIS and map the local path to ASP.NET project folder
2. in ASP.NET project folder..find web_project_name.webinfo and open it using Notepad..and change the path after localhost to new virtual directory name u've created in step 1..
or
# Web-share the Web Folder by doing:
* Right-click on the Web folder in Windows Explorer, and select Properties
* Click the Web Sharing tab
* and select Share This Folder Ensure that the Alias reads the name for the Web ex: if u plan to use //localhost/myWeb then the Alias is myWeb
* Set execute Permissions for the application by selecting the radio buttion in the application permission section of the dialog box. It makes it easier to hack around with the site if you also check Directory Browsing
* Click OK
* Click OK again
easy right? :D
Comments
well i'm not say that i'm M$ fanatic but from the beginning i'm learning M$ product like VB 6.0
i love to try another programming but it needs me to learn from the start all over again :D
will look at PHP5 though..
we have to considering that ideas behind .NET as managed development framework is preety cool one,
I have looked at their specs(C# & CLI) on ECMA, not bad at all, even if I didn't understand it much, I'm still sure it's great idea :D,
I'm get interested on .NET tech. when I get bumped on that MONO project website, they give me good solution to learn .NET on my linux box, greeaaatt :)),
PHP real good at web apps solution, well it's not good/scalable enough compared to JAVA, 'bout the 'battle' between PHP5 vs ASP.NET, there's a wiser solution, why don't we combine them together, think of a compiler for PHP on .NET, there's PHALANGER, so we can take advantage from both of their best features ;).
thx rudi lee for the information..gonna download it and perhaps do some testing on it :D
well, i'm still comfort for MS product yet..so i'm gonna stick with it for a while
have to make progress on the Web now :D