Hi I'm new to web development and I have been given a job to add some extra functionality to an existing website. I want to do the development in ASP.NET and the existing app looks like its a mixture of java and aspx. It doesn't look like a very well kept site as there seems to be old code and webforms left lying around. Its probably been developed by a number of programmers using their preferred language. I do know the site runs windows 2003 server so there should be no problem developing in ASP.NET 1.1

What I need to know is how do I go about adding an aspx app to this existing website. The host company is going to add a link to the main page to the additional pages I will create and I have already started creating the pages to add. Sooo do I create an aspx app on my computer and then deploy to the webserver or can I create the pages and add them to the folder on the Webserver.

Thanks