Can anyone tell me how to set developing environment for http module development using asp.net 2.1 and above ? i will use this http module on iis7 and above.i have w2k3 server.
Based on your question, I assume that basically you want to develop a Web Application using .Net Framework 2.1 and which will run on W2K3 server with IIS7.
For this, you don't need to do anything extra rather than developing the application using Visual Studio with DotNet Framework 2.1 and running it with Visual Studio only. There is no need to even configure it in IIS.
asp.net
Sumit Pathak ------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
more specifically i want to develop http module using latest ASP.NET API 2.1 and above which requires .NET framwork 3.5 as i have found on ms forums. i want development on w2k3 server sp2(enterprise). i will deploy these http modules on iis7 and above(w2k8).
is there anything else which i require ?
D S
Member
4 Points
4 Posts
http module developing environment
Feb 29, 2012 10:24 AM|LINK
Can anyone tell me how to set developing environment for http module development using asp.net 2.1 and above ? i will use this http module on iis7 and above.i have w2k3 server.
asp.net
Sum8
Contributor
4141 Points
931 Posts
Re: http module developing environment
Feb 29, 2012 11:58 AM|LINK
Based on your question, I assume that basically you want to develop a Web Application using .Net Framework 2.1 and which will run on W2K3 server with IIS7.
For this, you don't need to do anything extra rather than developing the application using Visual Studio with DotNet Framework 2.1 and running it with Visual Studio only. There is no need to even configure it in IIS.
asp.net
Sumit Pathak
------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
D S
Member
4 Points
4 Posts
Re: http module developing environment
Feb 29, 2012 12:09 PM|LINK
more specifically i want to develop http module using latest ASP.NET API 2.1 and above which requires .NET framwork 3.5 as i have found on ms forums. i want development on w2k3 server sp2(enterprise). i will deploy these http modules on iis7 and above(w2k8). is there anything else which i require ?
asp.net
Sum8
Contributor
4141 Points
931 Posts
Re: http module developing environment
Feb 29, 2012 12:16 PM|LINK
I don't think there is anything else that you need to do specially...
Sumit Pathak
------------------
ThisPost = Helped == True ? "Mark As Answer" : "Elaborate your problem in more details"
D S
Member
4 Points
4 Posts
Re: http module developing environment
Mar 01, 2012 03:48 AM|LINK
Thanks Sum8