Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 27th, 2004, 05:05 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default Project Deployment

Hi to all

I want to know how can i deploy my asp.net pages on my isp's web server. my project is ready and running well on our local web server.
Do i have to simply copy the pages and compiled dll on the web server as in classic asp?



Anubhav Kumar
__________________
Anubhav Kumar
http://anubhavtimepass.blogspot.com/
 
Old December 27th, 2004, 10:22 AM
Authorized User
 
Join Date: Sep 2004
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to nashnash
Default

Yes ..

just make sure that you have bin folder in root folder..

 
Old December 28th, 2004, 09:03 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Default

thanks for reply
a few more doubts...
what about web.config?
what precautions sholu be taken if my site is a mix of classic asp and asp.net pages?

Anubhav Kumar
 
Old December 28th, 2004, 03:31 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Quote:
quote:Originally posted by anubhav.kumar
 what about web.config?

What about it? You deploy it with the rest of your application. Just make sure that the web.config file is in the root of the application. This means that you will either need to move it up some number of directories in order to get it to the root, or you need to make the directory you are putting the ASP.NET files in a virtual directory/web application.
Quote:
quote:Originally posted by anubhav.kumar
 what precautions sholu be taken if my site is a mix of classic asp and asp.net pages?

ASP and ASP.NET run in separate contexts. ASP pages are handling by the ASP runtime processor (usually running in the context of a DLLHOST process) while the ASP.NET pages are handled by the ASPNET_WP process. They won't interfere with each other even if they are in the same directory.





Similar Threads
Thread Thread Starter Forum Replies Last Post
setup project (deployment conditions) CenT C# 0 October 9th, 2006 04:53 AM
Deployment of dotnet project achu_ravi .NET Framework 2.0 1 November 1st, 2005 07:25 AM
Dot net deployment project dotnetprogrammer VS.NET 2002/2003 1 February 23rd, 2005 01:32 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.