| My portal about .NET (2 replies) |
| ASPFriends.com 'aspngmigrate' list |
| Moved from [aspngcommunity] to [aspngmigrate] by Charles M. Carroll darthcarroll@asplists.com Hello, I'm building a portal about .NET without .NET technology. (www.dotnet4all.com) At this moment my webserver is to slow to use .NET on it. The reason for this is that I've build a Content Management Server in VBA which costed me for about 2000 hours of work the last 2 years. You can imagine that I do... |
|
| asp.net page directive (2 replies, VIP) |
| ASPFriends.com 'aspngmigrate' list |
| Moved from [aspngstart] to [aspngmigrate] by Charles M. Carroll darthcarroll@asplists.com i have an aspx which uses a managed com component, do i need to include the following line at the top of the page so that it utilizes com functionality (eg. distributed transaction support, etc.) %@ Page Transaction "Required" % or it works without it. mike Do You Yahoo!? Send FREE video emails in Yahoo! Mail... |
|
| Best Practices/Mixing ASP/ASP.NET (6 replies) |
| ASPFriends.com 'aspngmigrate' list |
| Moved from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hey all, My manager just told me that he doesn't think mixing ASP and ASP.NET is a good idea "it just seems inherently flawed..." The only reason I need to do this is because ChartFX has not released their .NET charting controls (and said manager doesn't want me to spend time developing my own w/ Syst... |
|
| Ideas on how to convert this code from Classic ASP to ASP.NET? (3 replies, VIP) |
| ASPFriends.com 'aspngmigrate' list |
| I am getting into programming with the new ASP web controls etc. I have a piece of code (used in a threaded discussion list) which is classic ASP looks like this (Pseudo code): do while not RS.EOF response.write getIndent(rs.fields("IndentLevel") & rs.fields("Subject") etc etc rs.movenext loop function getIndent(IndentLevel) dim i, indentStr i 0 do while i IndentLevel indentStr indentStr & "..." i... |
|
| What to do with my old components? (2 replies, VIP) |
| ASPFriends.com 'aspngmigrate' list |
| Copied from [aspngfreeforall] to [aspngmigrate] by Charles M. Carroll charlesmarkcarroll@yahoo.com I am converting a rather large application from asp.classic to asp.net. Now, I have been using quite a few components with this application (SA Fileup, AspJpeg for rescaling and thumbnail/lowres generation of uploaded images, a Javabased Zip Component and a component called TCPIP.DNS there may be mor... |
|
| does aspcompat still maintain .net session and application state? (2 replies, VIP) |
| ASPFriends.com 'aspngmigrate' list |
| I know that aspcompat true makes your .net page backwards compatible with classic asp.. but does having this on your page make session and application state in your .net application inaccessible? Greg |
|