These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

setup not working

hi , I ran the MSI file as instructed to run the installer - came up with a message - saying the setup was interrupted and to run it again to start - that didnt work after a few tries - so i created a virtual directory and saved the files in iit - setup for it to use asp 2.0 - and I cant view any of the aspx pages - checked the code on your aspx files they are referencing cs files for the code behind - which doesnt exist in the zip that was sent as part of the trial - not sure what I am supposed to do - help 
anish 11/2/2008 10:10 PM
Have fixed it - ASP.NET wasnt registered against IIS - in the run command box of windows run this C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -I

you have to have .net 2.0 installed in your machine once you have run the above command go to IIS manager and go to web extensions and allow asp.net this will let your web folder run aspx pages - hope this helps any one else who is having similar issues and also guys you should add that bit in for the self install manual that you have as part of the included zip pack 
anish 11/3/2008 6:41 PM
Thanks for the feedback but if you properly install ASP.NET 2.0 it will already register with IIS automatically so you will not have such problems.
Cem Alacayir 11/18/2008 1:49 PM