Virtual Directory outside Application Root
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have my ASP.NET web application in C:\inetpub\wwwroot\NewsModule Now in the production server, I need the files to in a News folder in the existing application, but the web.config should be outside this folder. In my application I am using relative path (~) to access user controls and style sheets. But when I uploaded these to production server and created a similar structure, I get the error "HTTP 404 , resource cannot be found" What am I doing wrong here? Regards, Blumen