Click here to Skip to main content
15,919,749 members
Home / Discussions / Web Development
   

Web Development

 
GeneralExtracting info from forms Pin
georgiek5023-Dec-02 2:48
georgiek5023-Dec-02 2:48 
GeneralRe: Extracting info from forms Pin
Roger Wright23-Dec-02 3:26
professionalRoger Wright23-Dec-02 3:26 
GeneralRe: Extracting info from forms Pin
markkuk23-Dec-02 5:05
markkuk23-Dec-02 5:05 
GeneralRe: Extracting info from forms Pin
Tatham26-Dec-02 6:59
Tatham26-Dec-02 6:59 
GeneralRe: Extracting info from forms Pin
(Steven Hicks)n+126-Dec-02 18:20
(Steven Hicks)n+126-Dec-02 18:20 
GeneralRe: Extracting info from forms Pin
georgiek5026-Dec-02 22:25
georgiek5026-Dec-02 22:25 
GeneralRe: Extracting info from forms Pin
(Steven Hicks)n+127-Dec-02 7:35
(Steven Hicks)n+127-Dec-02 7:35 
GeneralPlease Help: I cannot figure this out Pin
lnong23-Dec-02 1:58
lnong23-Dec-02 1:58 
How come the "Copy Project" option in VS.NET is always disabled whenever I need to transfer a finished web service on my local computer to my remote web host's server? (I was always able to use this method to tranfer my ASP.NET projects).

Therefore, I had to copy the files manually via FTP. The files I copied were:

1) myService.asmx
2) myService.vsdisco
3) global.asax
4) web.config
5) bin folder which contains: myService.dll

All these files and the "bin" folder were copied to a folder called MyServiceFolder located at the root of my website's directory structure. But whenever I try to access the service (http://www.mysite.com/MyServiceFolder/myService.asmx) it fails. And it will not display the specific error because it could not locate the web.config (where <customerrors="off">).

However, when I move the web.config file out of the MyServiceFolder and into the parent folder, and tried it again, it was able to tell me the specific error: "Parser Error Message: Could not create type 'MyNamespace.MyClass'." But this means that my web service is still not working.

After some more trial and error, I was able to access my web service. What I did was that I also moved the "bin" folder out of the "MyServicefolder" and into the parent folder (where web.config is sitting). This made everything to work.

The location of my files on the server now looks like this (which is kinda too messy):

1) /web.config
2) /bin/myService.dll
3) /MyServiceFolder/myService.asmx
3) /MyServiceFolder/myService.vsdisco
4) /MyServiceFolder/global.asax

But the point is that I want to be able to organize all of my projects (web service, asp.net apps, etc) into their own folders on the server. So my big question is how can I put this web service into one folder such as MyServiceFolder, and make it work?

Is there some configuration/setup file where I can edit the path directories?

My other big question is how come I cannot use the "Copy Project" option to transfer web services to a remote server?

PLEASE HELP! Thanks.
GeneralNeed to add a search engine Pin
Dhirendra21-Dec-02 23:21
Dhirendra21-Dec-02 23:21 
GeneralRe: Need to add a search engine Pin
Victor Boctor22-Dec-02 12:49
Victor Boctor22-Dec-02 12:49 
Generalweb service question Pin
James F.20-Dec-02 19:52
James F.20-Dec-02 19:52 
GeneralPrint only version... Pin
Sarvesvara (BVKS) Dasa20-Dec-02 19:43
Sarvesvara (BVKS) Dasa20-Dec-02 19:43 
GeneralRe: Print only version... Pin
Paul Watson22-Dec-02 21:30
sitebuilderPaul Watson22-Dec-02 21:30 
GeneralRe: Print only version... Pin
Roger Wright23-Dec-02 3:35
professionalRoger Wright23-Dec-02 3:35 
GeneralRe: Print only version... Pin
Sarvesvara (BVKS) Dasa24-Dec-02 21:05
Sarvesvara (BVKS) Dasa24-Dec-02 21:05 
GeneralPhoto Album Pin
Victor Boctor20-Dec-02 2:46
Victor Boctor20-Dec-02 2:46 
GeneralExtracting info from forms Pin
georgiek5019-Dec-02 23:36
georgiek5019-Dec-02 23:36 
GeneralRe: Extracting info from forms Pin
Victor Boctor21-Dec-02 3:13
Victor Boctor21-Dec-02 3:13 
Generalvedio Conference Pin
salah_gis19-Dec-02 0:04
salah_gis19-Dec-02 0:04 
QuestionWhere am I?? Pin
Sarvesvara (BVKS) Dasa18-Dec-02 22:45
Sarvesvara (BVKS) Dasa18-Dec-02 22:45 
AnswerRe: Where am I?? Pin
Nnamdi Onyeyiri20-Dec-02 2:46
Nnamdi Onyeyiri20-Dec-02 2:46 
GeneralRe: Where am I?? Pin
Sarvesvara (BVKS) Dasa20-Dec-02 19:36
Sarvesvara (BVKS) Dasa20-Dec-02 19:36 
GeneralImplement a Java media player. Pin
George218-Dec-02 20:00
George218-Dec-02 20:00 
GeneralA Wml question Pin
DamienL18-Dec-02 4:44
DamienL18-Dec-02 4:44 
Generalimail Pin
Sarvesvara (BVKS) Dasa17-Dec-02 20:37
Sarvesvara (BVKS) Dasa17-Dec-02 20:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.