I added a default website, browsing to it worked fine. Then added a new application, and browsing to it would provide a "Could not load type X". To prevent this, I added to the main web.config
Having done this, I still see an error unless I change DefaultAppoPool to Classic pipeline mode. This nearly works as I need, however the application doesn't seem to be picking up the css file and displays awfully.
james153
1 Post
Adding new application under Default Web Site
Mar 04, 2013 02:34 PM|LINK
I added a default website, browsing to it worked fine. Then added a new application, and browsing to it would provide a "Could not load type X". To prevent this, I added to the main web.config
<location path="." inheritInChildApplications="false">
around <system.web>
Having done this, I still see an error unless I change DefaultAppoPool to Classic pipeline mode. This nearly works as I need, however the application doesn't seem to be picking up the css file and displays awfully.
Any help much appreciated.
Thanks
James
molly_c
130 Posts
Re: Adding new application under Default Web Site
Mar 06, 2013 05:12 AM|LINK
Hi,
Did your user have permission to access css file? If it doesn't, added user to the css folder and given him permission.
http://stackoverflow.com/questions/10345899/css-not-applying-after-hosting-on-iis-7-5-with-pipeline-mode-integrated
Molly
It's time to start living the life you are imagined.