Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I have four different projects like
1. ASP .Net Application
2. WCF Service
3. ASP .Net WebService
4. Html website

Now i Have once folder with the name of Home, which is containing all these 4 projects and structure will be

Home
Webapplication
WCF Service
ASP .Net WebService
Html website

I need to create single virtual directory and it will point to the home folder.

and when i am trying to access the files, which are in inside of the subfolders its giving error.

The Type ...... Provided as the service attribute value in the service host directive, or provided in the configuration element System.servicemodel/serviceHostingEnvironment/ServiceActivations could not be found.

How to resolve this?
Posted

1 solution

You are not clear if the Home folder contains regular files or actual web apps and services.

If these folders are just file folders then it should work under single virtual directory.

If they are individual apps or services they need their own virtuals.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900