Yesterday I posted the following question, but did not get a useful answer. Maybe I was not clear enough, I'm really sorry.
After hours of searching here and searching the Internet with Bing, I could not solve the following Problem. This should not be a "heavy" problem.
here is my problem
I have a domain like http://example.com that points to a virtual directory in my web space, for example http://myprovider.com/VirtualDirectoryName/ .
Folder structure on my web space (off course) like this
root
bin VirtualDirectoryName bin Content Scripts Views Web.config Global.asax
If I call "http://www.domain.com" now, I get the site without CSS and the link "http://www.domain.com/VirtualDirectoryName/".
I used the standard and almost empty standard "Internet application". So the default routing and all links are created using @ Html.ActionLink.
Please help me, I've tried so many things, but I can't get it to work. In my local environment, I can affect the IIS settings, but (not in the know) i do not have access to the IIS settings of my host.
btw, the provider of the hosting provider is an ASP.NET discount.
Thanks everyone!
source share