Click to See Complete Forum and Search --> : simple web service issue


rajeshr6
September 13th, 2001, 03:15 AM
Hi,I have installed .net at my NT 4.0 workstation here. My web server is a windows 2000 server running IIS 5.0. I have created a web service project and uploaded it to my web server. when i try to run the web service file (.asmx) from the server through a browser it doesn't work. instead of running the service it downloads or opens it. so how do i configure the web server for .NET. All i know is tht the server runs IIS 5.0.

Thanks a million in Advance

Zero order

Brad Jones
October 29th, 2001, 09:40 AM
If your web service is using .NET (aka an aspx file), then your server will have to be running .NET to run the file. If it isn't running .NET, then it won't know what a .aspx file is and will most likely download the file.

Bottom line, your server has to have .NET running in order to execute a .NET file.....

Brad!