Code Comments
Programming Forum and web based access to our favorite programming groups.My window server is going to be upgraded from Win NT 4.0 Server to Win 2003 Server. I don't know if I can put an ASP web application on this new server without any problem. I guess ASP.NET would be better but right now I just have a classic ASP. Can you help me about this? Or any article about this issue would be greatly appreciated. Thank you, tim
Post Follow-up to this messageOn Mon, 30 Jan 2006 13:01:27 -0800, Tim <Tim@discussions.microsoft.com> wrot e: >My window server is going to be upgraded from Win NT 4.0 Server to Win 2003 >Server. I don't know if I can put an ASP web application on this new serve r >without any problem. I guess ASP.NET would be better but right now I just >have a classic ASP. Can you help me about this? Or any article about this >issue would be greatly appreciated. >Thank you, >tim Clasic asp apps run fine ( in our experience) - just be sure to enable them .IIS6/Server 2003 is more restrictive with security and asp needs to be specifically enabled..
Post Follow-up to this messageTim wrote: > My window server is going to be upgraded from Win NT 4.0 Server to > Win 2003 Server. I don't know if I can put an ASP web application on > this new server without any problem. I guess ASP.NET would be better > but right now I just have a classic ASP. Can you help me about this? > Or any article about this issue would be greatly appreciated. Things that come to my mind right off the bat are buffering and CDO/CDONTS. By default, IIS 4 buffering was off, while IIS 6 will be on: http://msdn.microsoft.com/library/e... /> ee2b33.asp If you are sending mail with CDONTS, you will definitely want to look here, since CDONTS is not part of Server 2003: [url]http://msdn.microsoft.com/library/en-us/exchanchor/htms/msexchsvr_cdo_top.asp[/url ] -- Dave Anderson Unsolicited commercial email will be read at a cost of $500 per message. Use of this email address implies consent to these terms. Please do not contact me directly or ask me to contact you directly for assistance. If your question is worth asking, it's worth posting.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.