Just for your background, I'm coming from a strong *nix background but don't have much experience on Windows servers... I want to reference a Perl script without having 'whatever.pl' in my URL. On *nix, I would either setup 'index.pl' to be a valid index or I would include the output of the Perl script using SSI. From what I can tell with the system here, 'index.pl' is not a valid index and doing an ASP.NET include gives me the source to my script instead of running it and giving me the output. There's probably something obvious that I'm missing... Any suggestions?
do you mean you want to include index.pl as a default document? Bruce DiscountASP.NET www.DiscountASP.NET
If you want to setup index.pl as your default document, go to your control panel and click on the IIS section. you should find the location to modify your default documents. Joel Thoms DiscountASP.NET http://www.DiscountASP.NET
Thank you much. I was not aware that I could change my default documents from the panel. (Again, I don't know much about IIS.)