Hey everyone,
I recently got a job as a computer technician and software programmer, now let me tell you that I am not the greatest with ASP but I do know other languages, and pretty much once you know a language a lot of it is universal in my books, but anyways I digress...
So my question for asp is this:
I'm trying to run my script in through a server my boss gave me (well a direct on the server) and I't doesn't want to work. Now I've tested it on my localmachine under my wwwroot folder and it works fine (localhost/script.asp) but when I check my absolute path on the server there is no wwwroot it is just the following:
X:\websites\com pany\htdocs\dan \default.asp
Dan is the directory he has created for me to upload my scripts onto
so in conclusion im just wondering if the fact that my script isnt under any wwwroot folder does that make it not work? I'm under the impression that IIS acts as compiler for .asp
anyways I could really use some help on this one!
Thankyou
p.s. i forgot to mention that basic scripts like displaying the date and having the filename date.asp (with just basic Response.write) actually does work, so.. yeah.
I recently got a job as a computer technician and software programmer, now let me tell you that I am not the greatest with ASP but I do know other languages, and pretty much once you know a language a lot of it is universal in my books, but anyways I digress...
So my question for asp is this:
I'm trying to run my script in through a server my boss gave me (well a direct on the server) and I't doesn't want to work. Now I've tested it on my localmachine under my wwwroot folder and it works fine (localhost/script.asp) but when I check my absolute path on the server there is no wwwroot it is just the following:
X:\websites\com pany\htdocs\dan \default.asp
Dan is the directory he has created for me to upload my scripts onto
so in conclusion im just wondering if the fact that my script isnt under any wwwroot folder does that make it not work? I'm under the impression that IIS acts as compiler for .asp
anyways I could really use some help on this one!
Thankyou
p.s. i forgot to mention that basic scripts like displaying the date and having the filename date.asp (with just basic Response.write) actually does work, so.. yeah.
Comment