I’m a complete novice to configuring IIS.
I’ve wrote a function that sets a Meta Tag dynamically. Using Visual Studio 2005, this works perfectly when I debug it on the built in development server.
When I move it across to our web server (default directory) it doesn’t work at all.
As a test I added a new virtual directory, where again the code worked fine.
This makes me think I am missing something in the configuration for the default web site that stops the code running.
Can anybody give me any pointers where to start?
Any advice is much appreciated.
I’ve wrote a function that sets a Meta Tag dynamically. Using Visual Studio 2005, this works perfectly when I debug it on the built in development server.
When I move it across to our web server (default directory) it doesn’t work at all.
As a test I added a new virtual directory, where again the code worked fine.
This makes me think I am missing something in the configuration for the default web site that stops the code running.
Can anybody give me any pointers where to start?
Any advice is much appreciated.