Hey guys. I have a web service in asp.net (C#) that spits out part costs for our company to make after upload an stl file. We wanted to add another material so I duplicated the web service (didn't change a thing except the file name). When I did this and pointed the test page to the new web service to see if it'd even work it just sits on waiting on the ajax response. Point back to the old web service and it works fine. But...the code on both services is identical...so...do I have to do anything to make the web service work? Sorry for the noobish question I'm more of a PHP guy. I have programmed .NET apps before but not for asp.net. Help is much appreciated :)
EDIT: The files orginally were
qoute.aspx
quote.aspx.cs
quote.aspx.designer.cs
I duplicated them to create a copy of each of the files above and named them:
Question
sathenzar
Hey guys. I have a web service in asp.net (C#) that spits out part costs for our company to make after upload an stl file. We wanted to add another material so I duplicated the web service (didn't change a thing except the file name). When I did this and pointed the test page to the new web service to see if it'd even work it just sits on waiting on the ajax response. Point back to the old web service and it works fine. But...the code on both services is identical...so...do I have to do anything to make the web service work? Sorry for the noobish question I'm more of a PHP guy. I have programmed .NET apps before but not for asp.net. Help is much appreciated :)
EDIT: The files orginally were
qoute.aspx
quote.aspx.cs
quote.aspx.designer.cs
I duplicated them to create a copy of each of the files above and named them:
quote3DP.aspx
quote3DP.aspx.cs
quote3DP.aspx.designer.cs
Edited by sathenzarLink to comment
Share on other sites
1 answer to this question
Recommended Posts