Actually, dotted notation is supported in directories and filenames and is
overlooked as a very valuable naming methodology that lends itself well to
development objectives. I've actually created a file naming grammar
delineated with dotted notation and while I haven't deployed the application
yet doing so is going to help improve search engine optimization as well as
make it a lot easier to use helper classes with the split method to slice
and dice directory and filename data processing.
One of these days I'll blog about it and probably catch hell from all the
narrow minded status quo thinkers but then again maybe not...
--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL
http://clintongallagher.metromilwaukee.com/
Thanks. Once I create my web application (which will be named
D:\Web\Westinis.RecordPlay.Client), how do I then make it so I can go
tohttp://localhost/recordplayto see it from my browser?
In IIS when I right-click, I see options "Convert to Application", "Add
Application", and "Add Virtual Directory". Do I want to do any of these?
It has to be an IIS application. If you add an application or virtual
dir it will make a new one, so don't use an "add" option.
I don't understand the path you gave: D:\Web
\Westinis.RecordPlay.Client
It's not an HTTP path, so IIS is not used. If you make an IIS
application, you would run it like:
http://localhost/RecordPlay/PageName.aspx (note that I would not
use periods, I'm fairly sure that would be illegal)
You really need to get a beginners book. It will help a lot.
Eric.