|
-
Mar 27th, 2005, 10:02 PM
#1
Thread Starter
Junior Member
Deploying an application
I'm new to this, but I've just followed a tutorial through, which I understand fully. Unfortunately, at the end, it simply says 'To deploy, copy the .aspx file and any necessary support files to a properly configured virtual directory on the web server'. When I look in the folder for the project, for some reason it only contains a single 1kb file, unlike other applications which seem to contain all the files, so I don't know where the .aspx file is.
I know how to upload stuff to a website etc.
So, is this stuff fairly simple, or will I need to follow more tutorials to deploy the application? If it's simple, could somebody let me know what to do next? If it's fairly complicated, does anyone know where I'd find a good tutorial about deploying an application?
Thank you.
-
Mar 27th, 2005, 11:35 PM
#2
Re: Deploying an application
The ASPX files will most likely be in C:\INETPUB\WWWROOT, assuming that's your default web directory.
-
Mar 28th, 2005, 12:38 AM
#3
Thread Starter
Junior Member
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?
-
Mar 28th, 2005, 01:17 AM
#4
Re: Deploying an application
 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.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|