PDA

View Full Version : Web Applications


patrudu
07-10-2003, 10:30 AM
I have created a sample Web Application using tools provided at Control Panel. How do I upload the files to this web application? Where is it's BIN directory located? I believe this BIN is different from the main BIN available at web root.

bruce
07-10-2003, 10:41 AM
Creating web app do not create the directory structure for you, it just set up the app in IIS.

You have to create the directory (& the associated bin folder) using FTP.


[b]quote:Originally posted by patrudu

I have created a sample Web Application using tools provided at Control Panel. How do I upload the files to this web application? Where is it's BIN directory located? I believe this BIN is different from the main BIN available at web root.
</blockquote id="quote"></font id="quote">

patrudu
07-10-2003, 10:43 AM
Thank you. I'll give it a try.