How Can I Run 2 Web Applications on 1 Web Hosting Space

badeye

New member
Joined
May 19, 2010
Messages
3
Location
UK
Programming Experience
Beginner
Hi Guys,

Here's my situation.

My web hosting is with fasthosts.
I have one web application which is built in VS2017 and published directly to the root (HTDOCS), all works fine.
I also now have another WebApp, I have now setup a subdomain which points to the a folder in the HTDOCS directory (HTDOCS/WebApp2) for example.

If I publish WebApp2, it publishes fine but the WebApp won't run, says something about it being beyond application level.

What is the best way to have 2 working Web Applications on the same web space?

My WebApp2 needs to have it's own web.config so I can set authorisation of a login details which I currently can't do due to not currently being able to successfully run 2 separate WebApps.

If someone could please point me in the right direction that would be great.

Thanks,
 
Back
Top