Microsoft
Software
Hardware
Network
Question : Web service / ASP.net project structure
I have an ASP.net web application A. Now I'll write a web service S.
S needs to access a method in A.
What should the physical folder and visual studio project structures look like?
Answer : Web service / ASP.net project structure
I think you can consume it from other applications,
the only thing is that every application that want to consume this service ,must use your application address, so you shouldn't change the address of application after this!
Random Solutions
How do I hide the splash screen on application load? VB.NET 2005
Exporting .pst file data to SQL Server 2005
Create Windows shortcut using VBA with /WrkGrp switch
add/Remove/Next/delete(wit<wbr />h parameter-stored procedure)
explorer error
Copy data from one table to another, the user deciding which fields go where.
Return Multiple Rows as Delimited List
Executing a test via a BATCH file
T-SQL to validate email addresses
How to Select a Single Record from a MySql database when DISTINCT doesn't work