How to run asp+ on iis4.0/pws??

EmismsiftHepe

New Member
How to run asp+ code on iis4.0/pws what are the chages apart from normal asp, bcos when i tried to run .aspx file nothing happened can any one help me ??Hi Rajoo,<BR><BR>You will be able to run ASP+ on IIS4 eventually. Unfourtunately, however, we don&#039t currently support this with the current pre-beta version. We will enable this in subsequent betas.<BR><BR>Thanks,<BR><BR>ScottHow&#039s it going?<BR><BR>ASP+ is nearly a complete departure. While most of the ASP 3.0 DOM is retained, many new and exciting things are added. ASP+ was written entirely from scratch, in C# pronounced C-Sharp. No existing components were reused in ASP+ that were in ASP 3.0, they were rewritten and improved.<BR><BR>ASP+ introduces the ability to write ASP+ applications in any compilable language (Visual Basic, C++, C#, Java, COBOL,e etc.). The ASP+ application is compiled on the server, and HTML is rendered based on the client capabilities. Browser incompatibility is still an issue...but much less to worry about.<BR><BR>This also opes up complete programatic access to every object in the ASP+ app. As a developer, we have more control, with less code. The syntaz has been transformed to a more OOP style (no more Label.Caption vs. TextBox.Text - Text is the property for all controls).<BR><BR>You must! have the runtime files to execute ASPX files. As of right now even if you had them you couldn&#039t use them on NT it will only run on Windows 2000. But with the release you will be able to run ASP+ on NT, Win9x etc. The runtime files are not presently available. If you want to keep up to date on ASP+ and find sample code and a dedicated forum check out http://www.theFutureOfASP.com and http://www.aspNextGen.com - Launching soon!!!!!!!!!!!!!<BR><BR><BR>Thanks,<BR>_________________________<BR>Don R. Wolthuis, MCSD<BR>CodeJunkies.NET<BR>Comming Soon....<BR>http://www.ASPNextGen.com<BR>http://www.theFutureofASP.com<BR>Two new ASP+ forums<BR>You might want to wait until the software is actually released (at least as a beta) before trying to run it :-)<BR><BR>Duncif so where?Yes, if you find someone who went to the PDC. Otherwise, you&#039ll have to wait a few weeks.
 
Back
Top