Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: unable to deploy a very simple "Hello World"


Message #1 by "jose manuel" <mvera@i...> on Fri, 11 Oct 2002 13:50:43
Hi:

Why a Simple "label1.text="hello World" page is impossible to copy 
properly to a production server?

when copying the entire Webform1 site from developer machine to final 
server a message box informs:

----unable to open the '/' web project. The file c:\inetpub\wwroot\webform1
----has not the same direction as the URL  http:\\server.
----Both must be adressed to the same server location.Error 4004 not found.
(excuse my english translation from spanish version)

Why?
Message #2 by "Shreekar" <joshishreekar@r...> on 12 Oct 2002 06:33:57 -0000
Hi
I think it has something to do with the vbproj file which has the 
path to the server embedded. There are 2 ways to resolve this:
(1) Find out the offending entry and edit it to point to the 
correct server path.
(2) Create a new web project pointing to the server and add the 
existing form to the new project.

I dont remember the exact filename or the entry location. Maybe 
somebody else can help in this regard.

Regards
Shreekar Joshi

--------Original Message:------------
Hi:

Why a Simple "label1.text="hello World" page is impossible to 
copy
properly to a production server?

when copying the entire Webform1 site from developer machine to 
final
server a message box informs:

----unable to open the '/' web project. The file 
c:\inetpub\wwroot\webform1
----has not the same direction as the URL  http:\\server.
----Both must be adressed to the same server location.Error 4004 
not found.
(excuse my english translation from spanish version)

Why?

__________________________________________________________
Give your Company an email address like
ravi @ ravi-exports.com.  Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/


  Return to Index