I have web application with web services, .asmx page.
I have to publish web application on intranet and I have to publish web service on internet.
So I have to create separate application in IIS having web service, .asmx page only and separate web site for web application.
How to know with .asmx page what else i need to keep in that folder. For e.g. do i need to keep web.config, bin folder and what else?
I have keep same web.config, bin folder in my other web app web site folder also.
-----------------
My application and web service share common folder on server. That folder will be under application web site folder. How can I point my web service to access the same folder as my application?