I am running IIS 6 and just installed ASP.Net. Now the links to external .css or .js files in my web pages are being ignored.
This is the code I am using:
<link rel="stylesheet" type="text/css" href="bin/style.css">
<SCRIPT src="bin/menu.js" type="text/javascript"></SCRIPT>
There was no problem before I installed ASP.Net. I uninstalled ASP.Net and they work again, but I need ASP.Net installed because I am planning to install Exchange 2003 which supposedly needs ASP.Net. Any ideas? Thanks.
This is the code I am using:
<link rel="stylesheet" type="text/css" href="bin/style.css">
<SCRIPT src="bin/menu.js" type="text/javascript"></SCRIPT>
There was no problem before I installed ASP.Net. I uninstalled ASP.Net and they work again, but I need ASP.Net installed because I am planning to install Exchange 2003 which supposedly needs ASP.Net. Any ideas? Thanks.