emilydickinson
New Member
How to add a Server side include in ASP.NET page? the '#include' is not working, If possible please explain me with an example of database connection in the include file.<BR>(((((((((((((((Neha))))))))))))))))))Why are you going the SSI route in .NET? If you want code-reusablity, write a class. If you just want to store a connection string, use the Web.config file. The framework is so robust; I do not see the need for using server side includes?!?! What exactly are you trying to do?