Oddmarr
July 26th, 2002, 07:37 PM
Hi every one.
// Remarks
If you ever work with ATL Server, you should know what Server Response File is.
// EndRemarks
I choice to work with ATL Server, because i have alot of fun by developing WebSites in VC, but i find terrible thing, i CAN NOT (i hope im wrong)use any powerfull features inside of SRF files, like (.NET frm comp) MultiPage, TabStrip, even ASP script below not gonna work at all:
<asp:Button id="MyBtn" runat="server" Text=" My Bytton" OnClick="DoSomething" />
Seems to be what IIS realy care about its file extentions and do not take a s___ of file content, is it true?
If so, is there any possibilities to enable ASP scripting, WebControls etc. etc. inside of SRF files?
Thanks in advance.
// Remarks
If you ever work with ATL Server, you should know what Server Response File is.
// EndRemarks
I choice to work with ATL Server, because i have alot of fun by developing WebSites in VC, but i find terrible thing, i CAN NOT (i hope im wrong)use any powerfull features inside of SRF files, like (.NET frm comp) MultiPage, TabStrip, even ASP script below not gonna work at all:
<asp:Button id="MyBtn" runat="server" Text=" My Bytton" OnClick="DoSomething" />
Seems to be what IIS realy care about its file extentions and do not take a s___ of file content, is it true?
If so, is there any possibilities to enable ASP scripting, WebControls etc. etc. inside of SRF files?
Thanks in advance.