(Please ignore the source file mentioned "\\cotia\c$\TesteProducao\
.. For a mistake I submit the text)
Destination project folder:
http://localhost/ProjectPu
Web Access Method:
File Share>>
Path:
c:\inetpub\wwwroot\Project
Copy: Only files needed to run this application
Then I get the files inside the folder ProjectPubArc and move to a server in the same directory that I was building the project:
I copy the files inside the folder ProjectPubArc to:
c:/inetpub/wwwroot/SystemX
and I set the virtual directory to http://localhost/SystemX/.
I got success in that.. but when I move the exactly folder that was running correctly to another HD :
"D:/ProjectA/Production/Sy
the following error occurred...
Then I suspect that in the dll of the project is fixed the path.. like: "C:/inetpub/wwwroot/A.aspx
And when I open the project dll in an editor.. I had the confirmation....
So how can I configure when I'm copying the project (Only files needed to run this application) to an dynamic path!? and not a fixed path like "x:/...."
Any question about it
I'm here to ask
Thanks
Main Topics
Browse All Topics





by: RejojohnyPosted on 2005-05-18 at 07:57:39ID: 14027688
u will get this error if u haven't yet compiled/build the project .. build it using the menu Build->Build solution ...