Hello everybody,
I make an ASP.NET Application with Visual Studio .NET,
then it is stored (as you might know) in the folder
C:\Inetpub\wwwroot\appname\. The problem is that when I
open the .asmx file in IE, with the following URL
http://computername/appname/appname.asmx, IE asks me if I
want to downlaod the file or open it. And when I choose
open it opens the source code, but he just doesn't run
the script actually.
Does anybody know what I am doing wrong?
Best regards.