Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: regular expressions problem Pin
Stefan Troschuetz15-Jan-07 3:07
Stefan Troschuetz15-Jan-07 3:07 
QuestionGeneric Dictionary: Dictionary in a Dictionary? Pin
olethroz15-Jan-07 0:33
olethroz15-Jan-07 0:33 
AnswerRe: Generic Dictionary: Dictionary in a Dictionary? Pin
aSarafian15-Jan-07 1:12
aSarafian15-Jan-07 1:12 
GeneralRe: Generic Dictionary: Dictionary in a Dictionary? Pin
olethroz15-Jan-07 9:03
olethroz15-Jan-07 9:03 
Questionchoose file dialog box Pin
ALAQUNAIBI14-Jan-07 23:18
ALAQUNAIBI14-Jan-07 23:18 
AnswerRe: choose file dialog box Pin
Christian Graus14-Jan-07 23:45
protectorChristian Graus14-Jan-07 23:45 
Question.net 2.0 - developing webservice Pin
fmardani14-Jan-07 23:17
fmardani14-Jan-07 23:17 
AnswerRe: .net 2.0 - developing webservice Pin
Christian Graus14-Jan-07 23:51
protectorChristian Graus14-Jan-07 23:51 
fmardani wrote:
Should these webservices be developed in a virtual directory on my local machine as opposed to in the local C drive as it is now?


A webservice will always be on your hard drive, it will simply be in a directory that is mapped to a folder in IIS. VS.NET is mapping it for you, it has a web server built in. You should probably leave it where it is, so you can debug it and work on it. Deploy it when you move it to a machine it will run on.

fmardani wrote:
does this mean that other developers to reference this webservice should use:


They should probably reference it locally on their machines. If you want it somewhere that people can run it, but not work on it, then you may want to set up a machine to host it.



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

Questionpassword generation Pin
quiteSmart14-Jan-07 23:05
quiteSmart14-Jan-07 23:05 
AnswerRe: password generation Pin
Russell Jones14-Jan-07 23:10
Russell Jones14-Jan-07 23:10 
GeneralRe: password generation Pin
Muammar©14-Jan-07 23:23
Muammar©14-Jan-07 23:23 
GeneralRe: password generation Pin
Russell Jones14-Jan-07 23:33
Russell Jones14-Jan-07 23:33 
GeneralRe: password generation Pin
quiteSmart14-Jan-07 23:46
quiteSmart14-Jan-07 23:46 
GeneralRe: password generation Pin
Russell Jones14-Jan-07 23:53
Russell Jones14-Jan-07 23:53 
AnswerRe: password generation Pin
V.15-Jan-07 1:18
professionalV.15-Jan-07 1:18 
AnswerRe: password generation Pin
Guffa15-Jan-07 2:06
Guffa15-Jan-07 2:06 
AnswerRe: password generation Pin
szukuro15-Jan-07 2:28
szukuro15-Jan-07 2:28 
GeneralRe: password generation Pin
quiteSmart15-Jan-07 2:45
quiteSmart15-Jan-07 2:45 
GeneralRe: password generation Pin
szukuro15-Jan-07 2:51
szukuro15-Jan-07 2:51 
Questionunable to run process Pin
lucluv14-Jan-07 23:01
lucluv14-Jan-07 23:01 
QuestionInserting Chart Pin
Muammar©14-Jan-07 22:45
Muammar©14-Jan-07 22:45 
AnswerRe: Inserting Chart Pin
Christian Graus14-Jan-07 23:55
protectorChristian Graus14-Jan-07 23:55 
GeneralRe: Inserting Chart Pin
Muammar©15-Jan-07 4:43
Muammar©15-Jan-07 4:43 
QuestionDatagridview sort by 2 Column??? [modified] Pin
shfaye14-Jan-07 22:41
shfaye14-Jan-07 22:41 
AnswerRe: Datagridview sort by 2 Column??? Pin
Lisa Jorgensen15-Jan-07 9:53
Lisa Jorgensen15-Jan-07 9:53 

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.