Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 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 October 8th, 2004, 11:04 PM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
Default Easy Deployment Question

Hello
I already Deployed a Project and it works fine. I replaced one of my ASPX files and it's corresponding ASPX.VB & ASPX.RESX file with the same name.
When I enter the URL into Browser the old version appears not the new one that I saved over the old version.

Is this happening because I need to recompile the Project??


HELP:(
 
Old October 9th, 2004, 06:08 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am working on a ASPX website that is already up and running. I am trying to replace some of the ASPX pages.
Do I need to create an Installer then run it on the Server?
Do I delete the old files then run the installer or can I run the installer with old versions still exist in the virutal directory?

Is there an easier way to replace a few ASPX pages??

 
Old October 9th, 2004, 07:38 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

It depends on how you created your site.

If you are using VS.NET, you'll need to compile the application and then copy the Web files (aspx, ascx, asmx etc) and the contents of the Bin folder to the production server. VS.NET has a "Copy Project" option to make this even easier.

If you're using inline code created by the Web Matrix, Notepad, Dreamweaver etc ect, all you need to do is copy the Web files to the production server.

In both cases you don't need an installer, and you don't need to deploy your sources like .vb, .cs and .resx to the production server.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old October 9th, 2004, 11:49 AM
Authorized User
 
Join Date: Oct 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default

bekim, i had the same problem. i deleted the .net temporary files, and worked: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempora ry ASP.NET Files\net

wagner reatto
 
Old October 9th, 2004, 06:07 PM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Got it






Similar Threads
Thread Thread Starter Forum Replies Last Post
hopefully an easy question davehodges Access 1 November 7th, 2007 06:36 AM
Easy Question hexOffender Beginning PHP 2 July 12th, 2006 05:03 AM
Easy Question yikomaka Visual C++ 0 June 13th, 2005 08:50 PM
Easy Question - I think gmoney060 Classic ASP Basics 3 November 2nd, 2004 06:54 PM
easy question khautinh C# 4 August 6th, 2003 01:17 PM





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