Click here to Skip to main content
15,881,172 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# and C++ Pin
Christian Graus18-Apr-07 16:06
protectorChristian Graus18-Apr-07 16:06 
GeneralRe: C# and C++ Pin
netJP12L18-Apr-07 16:19
netJP12L18-Apr-07 16:19 
GeneralRe: C# and C++ Pin
pbraun18-Apr-07 18:07
pbraun18-Apr-07 18:07 
QuestionC# Web Service not running Pin
dancelicious18-Apr-07 9:02
dancelicious18-Apr-07 9:02 
AnswerRe: C# Web Service not running Pin
_mubashir18-Apr-07 9:34
_mubashir18-Apr-07 9:34 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 9:42
dancelicious18-Apr-07 9:42 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 9:49
dancelicious18-Apr-07 9:49 
GeneralRe: C# Web Service not running Pin
kubben18-Apr-07 9:53
kubben18-Apr-07 9:53 
You might want to turn directory browsing on in the properties of your web service in the IIS manager. You also need to call the asmx file. So through a browser you need to do
www.yourwebservice.com\webservice.asmx where you need your url and the webservice.asmx file name needs to be what ever you set it up to be. If you have not set up the web service in the iis manager and given it the correct host header and made sure your DNS server know where to serve it, those are all potential issues too.

Hope that helps.
Ben
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 10:02
dancelicious18-Apr-07 10:02 
GeneralRe: C# Web Service not running Pin
kubben18-Apr-07 10:04
kubben18-Apr-07 10:04 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 10:11
dancelicious18-Apr-07 10:11 
GeneralRe: C# Web Service not running Pin
kubben18-Apr-07 12:52
kubben18-Apr-07 12:52 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 13:25
dancelicious18-Apr-07 13:25 
AnswerRe: C# Web Service not running Pin
mav.northwind18-Apr-07 10:30
mav.northwind18-Apr-07 10:30 
QuestionRe: C# Web Service not running Pin
dancelicious18-Apr-07 10:33
dancelicious18-Apr-07 10:33 
QuestionSelect TreeView Pin
mihksoft18-Apr-07 8:42
mihksoft18-Apr-07 8:42 
AnswerRe: Select TreeView Pin
dancelicious18-Apr-07 9:03
dancelicious18-Apr-07 9:03 
AnswerRe: Select TreeView Pin
Tarakeshwar Reddy18-Apr-07 10:15
professionalTarakeshwar Reddy18-Apr-07 10:15 
QuestionSend VB6 COM object To MSMQ from C# Pin
ABSD21341231212312318-Apr-07 8:24
ABSD21341231212312318-Apr-07 8:24 
Questionudf executing an sql statement Pin
Lordveralix18-Apr-07 8:13
Lordveralix18-Apr-07 8:13 
AnswerRe: udf executing an sql statement Pin
Not Active18-Apr-07 8:18
mentorNot Active18-Apr-07 8:18 
GeneralRe: udf executing an sql statement Pin
Lordveralix18-Apr-07 8:45
Lordveralix18-Apr-07 8:45 
Questionhow to manage "Security" tab in windows server 2003! Pin
Adeel Chaudhry18-Apr-07 8:13
Adeel Chaudhry18-Apr-07 8:13 
AnswerRe: how to manage "Security" tab in windows server 2003! Pin
kubben18-Apr-07 8:22
kubben18-Apr-07 8:22 
GeneralRe: how to manage "Security" tab in windows server 2003! Pin
Adeel Chaudhry18-Apr-07 8:28
Adeel Chaudhry18-Apr-07 8:28 

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.