can i create web service and asp.net application both in the root of the webserver ?

  • Thread starter Thread starter roni
  • Start date Start date
R

roni

can i create web service and asp.net application both in the root of the
webserver ?
 
You might have trouble getting VS.NET to create the projects in the root
of the webserver, but you can certainly deploy the projects to the root
after you have developed them elsewhere.

You do not need a separate project for web services and asp.net
applications. You can add a web service to your asp.net application
simply by adding an .ASMX file to your project.
 
There can be only one "application" in the root - but the single
application could host both ASPX WebForms and ASMX web service
files...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top