Re: Deploying an application
The ASPX files will most likely be in C:\INETPUB\WWWROOT, assuming that's your default web directory.
Re: Deploying an application
Thanks, that's where they were. Strange that the tutorial didn't bother to mention that...... how come they're not just stored in the same folder as the other applications in My Documents?
Anyway, is the next step just to upload the files to a webpage?
Re: Deploying an application
Quote:
Originally Posted by Farflame
Thanks, that's where they were. Strange that the tutorial didn't bother to mention that...... how come they're not just stored in the same folder as the other applications in My Documents?
Because when you browse to those pages, using a URL like http://localhost/whatever, IIS needs to know where they are. So had you created a virtual directory in another location, then they could have been stored elsewhere.
Quote:
Anyway, is the next step just to upload the files to a webpage?
Uhm... that doesn't make sense. Rebuild in release mode, Upload your files to the corresponding folder structure on your server. So, for example, your DLL file will go into a folder named BIN. Yadda yadda.