ss7thirty
Well-known member
Deploying web application (need .cs files I thought thats what a DLL is for)?
I am deploying a web application written in ASP.NET (C# not that that should matter). For some reason the code does not work unless the .cs files are present. My understanding and from what I have seen in the past a million and one times is all the code compiles into a DLL. There is a dll but for some reason I need these files. This is in the framework 2.0. Is this some sort of IIS setting or is it some setting in visual studio 2005 that I don't know about.
I have worked with mostly 1.1 previously with web applications so maybe there is something I did not setup properly that causes me to need these files and a dll or maybe it does not know where to find the dll. Please help.
I am deploying a web application written in ASP.NET (C# not that that should matter). For some reason the code does not work unless the .cs files are present. My understanding and from what I have seen in the past a million and one times is all the code compiles into a DLL. There is a dll but for some reason I need these files. This is in the framework 2.0. Is this some sort of IIS setting or is it some setting in visual studio 2005 that I don't know about.
I have worked with mostly 1.1 previously with web applications so maybe there is something I did not setup properly that causes me to need these files and a dll or maybe it does not know where to find the dll. Please help.
Last edited: