Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Webservice display issue

  Asked By: Alex    Date: Sep 19    Category: Asp.net    Views: 688
  

I am trying to run my HelloWorld web service written in C# ASP.NET. I
was able to compile the code from Visual Studio. However when I try
to run the webservice from IE
(http://localhost/soapExamples/simpleService.asmx)

instead of displaying the webservice page it displays the webservice
code


<%@ WebService Language="c#" Codebehind="simpleService.asmx.cs"
Class="soapExamples.simpleService" %>

Any idea what's going wrong? Looks like some configuration is missing
either in IE or in IIS web server.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Jaspreet Kapoor     Answered On: Sep 19

Looks like your .NET Framework isn't working. I would reinstall the framework
first. Maybe you installed IIS over .NET Framework which makes it unusable...

 
Didn't find what you were looking for? Find more on Webservice display issue Or get search suggestion and latest updates.




Tagged: